Kibana
For Legacy Support Purposes Only |
---|
Kibana can be a great tool for exploring data on your cluster. You can configure your own Kibana instance to point to your Instaclustr managed Elasticsearch cluster. First, you should create a Kibana server user and role mapping. Install KIbana and modify the kibana config kibana.yml file to match your cluster. Example shown below:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | elasticsearch.hosts: https://<Node IP>:9200 <<-- You can add multiple nodes here elasticsearch.ssl.verificationMode: full elasticsearch.username: kibana_server elasticsearch.password: <The password for the kibana server user> elasticsearch.requestHeadersWhitelist: ["securitytenant","Authorization"] elasticsearch.ssl.certificateAuthorities: cluster-ca-certificate.pem <<-- full path to pem file downloaded from cluster connection page opendistro_security.multitenancy.enabled: true opendistro_security.multitenancy.tenants.preferred: ["Private", "Global"] opendistro_security.readonly_mode.roles: ["kibana_read_only"] |

Need Support?
Experiencing difficulties on the website or console?
Already have an account?
Need help with your cluster?
Contact Support Why sign up?
Spin up a cluster in minutes