Skip to content

TROUBLESHOOTING kibana define default index pattern error

Troubleshooting kibana define default index_pattern error

version: Craig-5.0.0

Why do that

On punchplatform Craig, after the command :

 $ punchplatform-setup-kibana.sh -i

The kibana refuse to define default index pattern. The kibana seems broken.

What to do

1) DELETE .kibana index via elasticsearch REST API

2) Generate manually a valid .kibana index (for example, by creating through kibana web interface a new index pattern)

3) Launch again as per stated from punchplatform documentation the command line to configure kibana to retrieve the configuration

Contribution:

  • YUE CHUN Jonathan