kibana-7

Dashboard Only Mode in Kibana 7.0.1

≯℡__Kan透↙ 提交于 2020-02-24 04:52:32
问题 I am very new to ELK stack, and just exploring kibana, already created Dashboards and now when i share that Dashboard to others it shows all other tabs too in kibana instead it should be display only Dashboard. how do i set such things in kibana? I have installed kibana 7.1.0 on my computer, i am able to access directly using below link without login. http://10.42.35.14:5601 I come to know that we can share kibana 7.1.0 dashboard using "Dashboard only mode" option but i dont know how to set

Dashboard Only Mode in Kibana 7.0.1

心已入冬 提交于 2020-02-24 04:52:31
问题 I am very new to ELK stack, and just exploring kibana, already created Dashboards and now when i share that Dashboard to others it shows all other tabs too in kibana instead it should be display only Dashboard. how do i set such things in kibana? I have installed kibana 7.1.0 on my computer, i am able to access directly using below link without login. http://10.42.35.14:5601 I come to know that we can share kibana 7.1.0 dashboard using "Dashboard only mode" option but i dont know how to set

Get top hit with filter in Kibana visualization

[亡魂溺海] 提交于 2020-01-14 06:15:07
问题 I will try to explain my issue, I have this Index ST ID time 0 1 12:04 1 1 12:00 0 2 12:02 1 2 11:58 0 2 11:22 1 3 12:33 0 3 12:20 In Kibana, I'm trying to get a table with the top hit from ID when ST = 0 to have results as ST ID time 0 1 12:04 0 2 12:02 As you could see ID = 3 has top hit with ST = 1, so it shouldn't appear in the table Could someone help me with this? BR BR 来源: https://stackoverflow.com/questions/58498739/get-top-hit-with-filter-in-kibana-visualization

Fatal Error “searchguard.readonly_mode.roles” setting was not applied in kibana

ぐ巨炮叔叔 提交于 2019-12-11 17:37:45
问题 I have installed elasticsearch,kibana and logstash version 7.1.0, then set the security by entering following things in elasticsearch.yml and finally i run following command on cmd to set passwords. bin/elasticsearch-setup-passwords interactive Now my elasticsearch url is password protected and it is working fine. when i access http://10.42.35.14:9200/ it is asking user and password for elastic. but now when i run kibana.bat file it is giving me an error. elasticsearch.yml # =================