When asking questions, please provide the following information:
I am running a fresh install of Search guard on ES 6.1.2 and kibana 6.1.2
I cannot find the reason i do not see the GUI interface on my Kibana even though I followed all the setup actions needed.
I added the sg_all_access to the elasticsearch.yml files (and restarted ES)
i did configure the plugin as it should! but… nothing!
Any suggestions?
What version do you run, Enterprise or Community version? The GUI uses the REST API under the hood, which is only available in the Enteprise version.
To see which modules are enabled, you can use this endpoint:
https://localhost:9200/_searchguard/license
This will print out system information in JSON format.
···
On Wednesday, January 24, 2018 at 3:19:20 PM UTC+1, Vassilis Aretakis wrote:
When asking questions, please provide the following information:
I am running a fresh install of Search guard on ES 6.1.2 and kibana 6.1.2
I cannot find the reason i do not see the GUI interface on my Kibana even though I followed all the setup actions needed.
I added the sg_all_access to the elasticsearch.yml files (and restarted ES)
i did configure the plugin as it should! but… nothing!
Any suggestions?