You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start remote elasticsearch by running: yarn es snapshot -E transport.port=9500 -E http.port=9201 -E path.data=../remote1
Install sample data to remote cluster
Add elasticsearch.hosts: ["http://localhost:9201"] to kibana.dev.yml. Note create config/kibana.dev.yml if one does not exist. kibana.dev.yml is not managed by git so it has to be created the first time you add values.
run yarn start to start kibana process
install sample web logs data set on home page
install sample flight data set on home page
stop kibana process
remove elasticsearch.hosts from kibana.dev.yml
Start local elasticsearch by running: yarn es snapshot -E path.data=../local1
Start kibana
Add remote cluster under "Stack management -> Remote clusters"
Set Name to "remote1"
Set Seed nodes to "localhost:9500"
install sample web logs data set
install sample flights data set
Create data view.
Set Index pattern to kibana_sample_data*,remote1:kibana_sample_data*
Background
Expose new CCS capabilities in Kibana
8.11 Tasks
8.12 Tasks
8.13 Tasks
Setup
yarn es snapshot -E transport.port=9500 -E http.port=9201 -E path.data=../remote1
elasticsearch.hosts: ["http://localhost:9201"]
to kibana.dev.yml. Note createconfig/kibana.dev.yml
if one does not exist. kibana.dev.yml is not managed by git so it has to be created the first time you add values.yarn start
to start kibana processelasticsearch.hosts
from kibana.dev.ymlyarn es snapshot -E path.data=../local1
kibana_sample_data*,remote1:kibana_sample_data*
timestamp
Example requests
Local cluster: 1 of 2 shard errors
Request
Response
Local cluster: 1 of 2 shard time out
Request
Response
Local cluster: All shards fail
Request
Response
Remote cluster: No errors
Request
Response
Remote cluster: 1 of 2 shard time out
Request
Response
Remote cluster: 1 of 2 shard error
Request
Response
Remote cluster (skip_unavailable: true): 1 of 2 shard error
Request
Response
Remote cluster: All shards fail
Request
Response
Remote cluster (skip_unavailable: true): All shards fail
Request
Response
Kibana behavior with shard and cluster failures
Local cluster: 1 of 2 shards fail, Remote cluster: no errors
Filter
Local cluster: All shards fail, Remote cluster: no errors
Filter
Local cluster: no errors, Remote cluster: 1 of 2 shards fail
Filter
Local cluster: no errors, Remote cluster (skip_unavailable: true): 1 of 2 shards fail
Filter
Local cluster: no errors, Remote cluster: All shards fail
Filter
Local cluster: no errors, Remote cluster (skip_unavailable: true): All shards fail
Filter
The text was updated successfully, but these errors were encountered: