remove reference to deprecated kibana.index setting (#123379)

This commit is contained in:
Stacey Gammon 2022-01-19 14:04:37 -05:00 committed by GitHub
parent bdb3ce465f
commit 2050262b51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,13 +71,6 @@ elasticsearch.password: {{ password }}
elasticsearch.ssl.verificationMode: none
----
If many other users will be interacting with your remote cluster, you'll want to add the following to avoid causing conflicts:
[source,bash]
----
kibana.index: '.{YourGitHubHandle}-kibana'
----
==== Running remote clusters
Setup remote clusters for cross cluster search (CCS) and cross cluster replication (CCR).