kibana-4

How to create value over time line chart in Kibana 4?

こ雲淡風輕ζ 提交于 2019-12-01 14:49:18
问题 I'm facing a following problem. In Kibana 4 I've created a line chart based on my input from elasticeasrch but I can only display average, min, max instead of an actual value of the field per time, e.g. sent bytes. Most answears to that question on stackoverflow are about Kibana 3 (How to create value over time chart with Kibana 3?) and seem to include a Histogram on a X axis, yet I can't seem to find one which will enable me to apply them to Kibana 4. I was unable to find the histogram panel

How do you export/import “index-pattern” types in Kibana

不羁的心 提交于 2019-12-01 05:47:10
问题 Kibana 4.3 has great features for importing/exporting dashboards, searches, and visualizations. However, the related index-patterns are not contained in the the generated export.json file. When importing an export.json file into another kibana index, Kibana reports errors Could not locate that index-pattern-field (id: <index-pattern name>) . How do you migrate kibana's index-patterns from one Elasticsearch instance to another? Thanks, Nathan 回答1: From the official documentation (emphasis

can i change top menu bar and remove some options in kibana-4

感情迁移 提交于 2019-11-30 18:59:23
I have installed kibana-4 on my Linux machine. My requirement is that I want to delete options like save search fields in my kibana home page and i want to change the top menubar of kibana by my own customized menubar. here 's snapshot of what i want to do. Kibana 4 is not well documented yet. You might need to dig into the code to understand how things work. This being said, you may want to use 'embed=true|false' URL parameter to show or not the whole toolbar. This is useful when embeding kibana in iframe, so that parameters are injected from outside and users cannot change settings. Example

Courier Fetch: shards failed

心不动则不痛 提交于 2019-11-30 12:58:36
问题 Why do I get these warnings after adding more data to my elasticsearch? And the warnings are different every time I browse the dashboard. "Courier Fetch: 30 of 60 shards failed." More details: It's a sole node on a CentOS 7.1 /etc/elasticsearch/elasticsearch.yml index.number_of_shards: 3 index.number_of_replicas: 1 bootstrap.mlockall: true threadpool.bulk.queue_size: 1000 indices.fielddata.cache.size: 50% threadpool.index.queue_size: 400 index.refresh_interval: 30s index.number_of_shards: 5

How can I do scripted aggregation in Kibana + Elasticsearch?

蓝咒 提交于 2019-11-30 06:49:00
Let's say I have a log of events of ad displays and ad clicks stored via Logstash in Elasticsearch and displayed in Kibana 4. I would like to calculate a simple metric like CTR (Click-Through-Rate) of the events , which is : CTR = #clicks/#displays. First of all, does anyone know if it's possible to do in Elasticsearch + Kibana? I don't see a possibility to do it in Kibana. I was thinking about doing it in raw Elasticsearch by scripted aggregation . But I don't know how to define such in Kibana. Any ideas on how to do it would be very welcome! Comments explaining that it's impossible to do it

Logstash input jdbc is duplicating results

一个人想着一个人 提交于 2019-11-30 05:26:54
I'm using logstash input jdbc plugin to read two (or more) databases and send the data to elasticsearch, and using kibana 4 to vizualize these data. This is my logstash config: input { jdbc { type => "A" jdbc_driver_library => "C:\DEV\elasticsearch-1.7.1\plugins\elasticsearch-jdbc-1.7.1.0\lib\jtds-1.3.1.jar" jdbc_driver_class => "Java::net.sourceforge.jtds.jdbc.Driver" jdbc_connection_string => "jdbc:jtds:sqlserver://dev_data_base_server:1433/dbApp1;domain=CORPDOMAIN;useNTLMv2=true" jdbc_user => "user" jdbc_password => "pass" schedule => "5 * * * *" statement => "SELECT id, date, content,

can i change top menu bar and remove some options in kibana-4

最后都变了- 提交于 2019-11-30 03:06:18
问题 I have installed kibana-4 on my Linux machine. My requirement is that I want to delete options like save search fields in my kibana home page and i want to change the top menubar of kibana by my own customized menubar. here 's snapshot of what i want to do. 回答1: Kibana 4 is not well documented yet. You might need to dig into the code to understand how things work. This being said, you may want to use 'embed=true|false' URL parameter to show or not the whole toolbar. This is useful when

Export to csv/excel from kibana

别等时光非礼了梦想. 提交于 2019-11-30 02:47:52
I am building a proof of concept using Elasticsearch Logstash and Kibana for one of my projects. I have the dashboard with the graphs working without any issue. One of the requirements for my project is the ability to download the file(csv/excel). In kibana the only option i saw for downloading the file is by clicking on edit button on the visualization created. Is it possible to add a link on the dashboard that would allow users to download the file without going into the edit mode. And secondly I would like to disable/hide the edit mode for anyone other than me who views the dashboard.

How to list unique values of a particular field in Kibana

你离开我真会死。 提交于 2019-11-29 22:11:46
I am having a field named rpc in my elasticsearch database and I am displaying it using Kibana. When I search in search bar of kibana like: rpc:* It display all the values of rpc field but I want to have only those value to be displayed which are unique. mathakoot I have been playing around with Kibana4 since a couple of weeks now. I find it intuitive and simple and the experience has been great till now. Following your question, I tried getting unique results via a Data Table visualization . Why? Because I personally find it easier to understand. Following are the steps: 1. Get unique count

Kibana doesn't show any results in “Discover” tab

蓝咒 提交于 2019-11-29 20:06:37
I setup elasticsearch and Kibana for indexing our application (error) logs. The issue is that Kibana doesn't display any data in the "Discover" tab. Current situation Elasticsearch is up and running, responds to API executing a query directly on Elasticsearch like http://elasticserver.com:9200/applogs/_search?q=* returns lots of results (see below on how a single found record looks like) Kibana is up and running, even finds the applogs index exposed by Elasticsearch Kibana also shows the correct properties and data type of the applogs documents "Discover" tab doesn't show any results...even