hi
I am trying to setup nginx authentication for kibana and my nginx is running.My kibana.yml as below. It throws error like this.
--------kibana.yml
server {
server.host "localhost"
server.port 5601
server.name "Kibana Server"
elasticsearch.url "http://localhost:9200"
kibana.index ".kibana"
logging.verbose true
location ~ ^/.* {
satisfy any;
allow 127.0.0.0/8;
deny all;
auth_basic "Kibana user required"
auth_basic_user_file /usr/local/Cellar/nginx/1.15.2/config/kibana.passwd
proxy_pass http://localhost:9205
proxy_read_timeout 90
}
}
vague numbers as below and then small message. what is wrong /
------------error
"374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391", "392", "393", "394", "395", "396", "397", "398", "399", "400", "401", "402", "403", "404", and "405" settings were not applied. Check for spelling errors and ensure that expected plugins are installed.