Search guard stuck at index template set up

I restarted ELK cluster and since then I’m seeing a problem with Search guard plugin not turning to Ready state in Kibana, causing kibana inaccessible.

Following is the status shown when I try to login to Kibana.

plugin:searchguard@7.4.0-36.2.0
Setting up index template.

Any help is highly appreciated.

Thanks
Sreekanth
es.log (28.3 KB)
kibana-4-dslsd.log (2.0 MB)

I see nothing suspicious in the log. If Kibana doesn’t load, try to clean Kibana cache:

cd kibana
rm -rf optimize/bundles/*

Then restart Kibana.

Did you change your configuration before restart? If cache cleaning doesn’t help and you changed the configuration, provide the following data:

  1. Enable debug for Elasticsearch Search Guard Search Guard logging | Security for Elasticsearch | Search Guard. Provide the new debug level ES log.
  2. kibana/config/kibana.yml
  3. elasticsearch/config/elasticsearch.yml
  4. elasticsearch/plugins/search-guard-7/sgconfig/sg_config.yml

Thanks Sergey, was able to resolve the issue by deleting the .kibana_xxxx_admin_x tenants.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.