Troubleshooting Kibana deployment issues¶
Elasticsearch plugin not found¶
Check the deployed kibana configuration.
1 2 3 | $ sudo su $ # the domain is usually "admin" or the name of the customer $ cd /data/kibana/<domain_name>/root/kibana-*/config/kibana.yml |
Check the elasticsearch.url
If you have a modsecurity configured (section defined in punchplatform-deployment.settings) :
- The path must be http://<elasticsearch_cluster_url>:<modsecurity_port>/<domain_name>/
If not
- The path must be http://<elasticsearch_cluster_url>:<elasticsearch_port>