I am using elasticsearch 2.3.3 , kibana 4.5 and shield for both. I set up everything in kibana.yml
My kibana.yml file is pasted below. I am getting an error while running kibana.bat
log [22:22:16.344] [error][status][plugin:elasticsearch] Status changed from yellow to red - Authentication Exception
I followed the steps as mentioned inthis post. Can anyone please help?
Kibana is served by a back end server. This controls which port to use.
server.port: 5601
The host to bind the server to.
server.host: "0.0.0.0"
If you are running kibana behind a proxy, and want to mount it at a path,
specify that path here. The basePath can't end in a slash.
server.basePath: ""
The maximum payload size in bytes on incoming server requests.
server.maxPayloadBytes: 1048576
The Elasticsearch instance to use for all your queries.
I followed the steps mentioned in Kibana Shield Configuration.
Have u created the ssl certificates? Also check roles.yml file.Even the space alignment will create problem.
The required permissions for the kibana 4 server
kibana4_server:
cluster:
- all
indices:
- names: '*'
privileges:
- all
The required permissions for the kibana4_monitoring server
kibana4_monitoring:
cluster:
- all
indices:
- names: '*'
privileges:
- all
this is the first time i am installing this ,how to download the open ssl, is it possible to download in internet ?
it will be very help full that if you suggest me this! and i used shield.skipSslCheck: true this command in kibana.yml to skip this ssl certificate thing!
is ssl certificate settings only the reason to authentication failed exception in kibana??
I am not an expert in elasticsearch. But I think certificate is required. You need to download OpenSSL and do what I mentioned earlier in command prompt.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.