kibana-4

How to set authentication in kibana

删除回忆录丶 提交于 2019-11-27 21:02:10
Is it possible to enable authentication in Kibana in order to restrict access to a dashboard to only be accessible to particular users? Luděk Veselý 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 tool called Shield which enables you to manage security of elasticsearch. With Shield you can

Elasticsearch is still initializing the kibana index

ぃ、小莉子 提交于 2019-11-27 11:27:20
问题 When I am trying to start Kibana I am facing the following issue. I first restarted my elasticsearch server it was running successfully. After starting Elasticsearch I tried to start Kibana but no luck. {"name":"Kibana","hostname":"ABCD","pid":3848,"level":30,"msg":"Elasticsearch is still initializing the kibana index... Trying again in 2.5 second.","time":"2015-07-03T07:35:34.936Z","v":0} Thanks in advance 回答1: Warning: Removing .kibana index will make you lose all your kibana settings

Kibana - How to display log as table

核能气质少年 提交于 2019-11-27 09:47:38
问题 I'm testing Kibana 4 for a project. I have created an index from my database table which is composed by 3 fields: Date User Action I would like to display my index as a simple table (3 column, N rows) in my dashboard. I tried to use "Data table" visualization but I can't find a way to display my results without any Metrics (Count, Sum etc...) Maybe is pretty simple and I missed something... is there a way to do this? Regards, 回答1: On the Discover tab, create a view that has just the fields

Calculating time between events

梦想与她 提交于 2019-11-26 20:48:20
I have a message that flows through several systems, each system logs message entry and exit with a timestamp and a uuid messageId. I'm ingesting all logs through: filebeat --> logstash --> elastic search --> kibana As a result I now have these events: @timestamp messageId event May 19th 2016, 02:55:29.003 00e02f2f-32d5-9509-870a-f80e54dc8775 system1Enter May 19th 2016, 02:55:29.200 00e02f2f-32d5-9509-870a-f80e54dc8775 system1Exit May 19th 2016, 02:55:29.205 00e02f2f-32d5-9509-870a-f80e54dc8775 system2Enter May 19th 2016, 02:55:29.453 00e02f2f-32d5-9509-870a-f80e54dc8775 system2Exit I would

Calculating time between events

橙三吉。 提交于 2019-11-26 07:44:42
问题 I have a message that flows through several systems, each system logs message entry and exit with a timestamp and a uuid messageId. I\'m ingesting all logs through: filebeat --> logstash --> elastic search --> kibana As a result I now have these events: @timestamp messageId event May 19th 2016, 02:55:29.003 00e02f2f-32d5-9509-870a-f80e54dc8775 system1Enter May 19th 2016, 02:55:29.200 00e02f2f-32d5-9509-870a-f80e54dc8775 system1Exit May 19th 2016, 02:55:29.205 00e02f2f-32d5-9509-870a