Skip to content

Commit

Permalink
Add note about Kibana accessing ESs in other namespaces (#2466) (#2471)
Browse files Browse the repository at this point in the history
* Add note about Kibana accessing ESs in other namespaces

* Update docs/kibana.asciidoc

Co-Authored-By: Peter Brachwitz <[email protected]>

Co-authored-by: Peter Brachwitz <[email protected]>

Co-authored-by: Peter Brachwitz <[email protected]>
  • Loading branch information
david-kow and pebrc authored Jan 27, 2020
1 parent 5efc2a4 commit 9a37e94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/kibana.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ spec:

NOTE: `namespace` is optional if the Elasticsearch cluster is running in the same namespace as Kibana.

NOTE: Any Kibana can reference (and thus access) any Elasticsearch instance as long as they both are in namespaces that are watched by the same ECK instance. ECK will copy the required `Secret` from Elasticsearch to Kibana namespace. If this behavior is not desired, more than one ECK instance can be deployed. Kibana won't be able to automatically connect to Elasticsearch (through `elasticsearchRef`) in a namespace managed by a different ECK instance.

The Kibana configuration file is automatically setup by ECK to establish a secure connection to Elasticsearch.

[float]
Expand Down

0 comments on commit 9a37e94

Please sign in to comment.