How to set authentication in kibana

Kibana itself doesn’t support authentication or restricting access to dashboards. You can restrict access to Kibana 4 using nginx as a proxy in front of Kibana as described here: https://serverfault.com/a/345244. Just set proxy_pass to port 5601 and disable this port on firewall for others. This will completly enable or disable Kibana. Elastic also has a … Read more

What are the main differences between Graylog2 and Kibana

At my company we started with Graylog2 and recently installed Kibana3. My personal opinion is that Kibana3 is more suited towards non-dev, while Graylog isn’t. Kibana: Pretty dashboards Graphs, charts and images “panel” customization, adding parallel coordinate graphs for example Easy/flexible management of dashboards (they save directly into their own ES index) Easy deployment (just … Read more

How do I exclude multiple terms in Kibana 4

If I understand your question properly, you’re trying to use the “Exclude Pattern” to exclude certain values from populating in the chart. The “Exclude Pattern” and “Include Pattern” fields are for Regular Expressions and are documented here: http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html. If you want to exclude multiple fields, you could do something like this: term1|term2|term3

kibana filter by absent substring

To add to @gayavat’s answer (which has put me on the right track), here is a real-life example: NOT message:(view.html) This is assuming I’ve got a filed “message”, which is standard for Java logs. Or, you can combine it with other criteria: pension AND NOT message:(view.html) That will search for all occurrences of “pension”, excluding … Read more

Elasticsearch is still initializing the kibana index

the curl -XDELETE http://localhost:9200/.kibana command works fine, however you lose all your Kibana settings (indexes, graphs, dashboards); by just querying the index I’ve solved the problem, without losing my data. For example: curl -s http://localhost:9200/.kibana/_recovery?pretty curl -XPUT ‘localhost:9200/.kibana/_settings’ -d ‘ { “index” : { “number_of_replicas” : 0 } }’ Then start Kibana, it should work. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)