Skip to content

Troubleshooting Kibana deployment issues

Elasticsearch plugin not found

image

Check the deployed kibana configuration.

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>