kibana-4

Tile Map geo.location field not present under GeoHash aggregation in Kibana 4.0.1

丶灬走出姿态 提交于 2019-11-29 15:39:46
问题 I'm trying to get a tile map visualization working in Kibana 4.0.1. I can see the geoip.location data in the Discover section but when I go to Visualize it as a Tile Map, I select Geo Coordinates bucket type, then aggregation type GeoHash , then when I go to Field it's blank. Kibana 4.0.1 Logstash 1.4.2-1-2c0f5a1 Elasticsearch 1.4.4 Running on Debian 7 64bit Here's my logstash config: input { udp { port => 5514 type => cisco } } filter { grok { match => { "message" => "\<%{NUMBER:num}\>%

How can I do scripted aggregation in Kibana + Elasticsearch?

时间秒杀一切 提交于 2019-11-29 06:30:52
问题 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

Logstash input jdbc is duplicating results

人盡茶涼 提交于 2019-11-29 03:55:24
问题 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

Export to csv/excel from kibana

落花浮王杯 提交于 2019-11-28 23:40:45
问题 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

Kibana on Docker cannot connect to Elasticsearch

你。 提交于 2019-11-28 21:37:54
问题 I tried to create Kibana and Elasticsearch and it seems that Kibana is having trouble identifying Elasticsearch. Here are my steps: 1) Create network docker network create mynetwork --driver=bridge 2) Run Elasticsearch Container docker run -d -p 9200:9200 -p 9300:9300 --name elasticsearch_2_4 --network mynetwork elasticsearch:2.4 3) Run Kibana Container docker run -i --network mynetwork -p 5601:5601 kibana:4.6 I get a JSON output when I connect to Elasticsearch via http://localhost:9200/

Elasticsearch is still initializing the kibana index

血红的双手。 提交于 2019-11-28 18:33:19
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 Yuvraj Gupta Warning: Removing .kibana index will make you lose all your kibana settings (indexes, graphs, dashboards) This behavior is sometimes caused by an existing .kibana index. Kindly

How to access Kibana from Amazon elasticsearch service?

可紊 提交于 2019-11-28 17:47:18
I created Amazon elasticsearch service and populated data into it using logstash, which has been installed on an EC2 instance. On the Amazon elasticservice console page, there will be a link to access Kibana. search-cluster_name-XXXXXXXXXXXXXXXXXXX.region_name.es.amazonaws.com/_plugin/kibana/ when I click the link, browser is throwing the following error. {"Message":"User: anonymous is not authorized to perform: es:ESHttpGet on resource: arn:aws:es:region_name:account_id:domain/cluster_name/_plugin/kibana/"} I'm sure that this has something related with access policy of ES domain.How should I

How to list unique values of a particular field in Kibana

不打扰是莪最后的温柔 提交于 2019-11-28 17:24:08
问题 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. 回答1: 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?

Kibana - How to display log as table

旧街凉风 提交于 2019-11-28 16:30:33
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, On the Discover tab, create a view that has just the fields you want and then save that as a search. On the Dashboard tab, hit the + button to add a widget, but if you

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

為{幸葍}努か 提交于 2019-11-28 15:54:55
问题 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