Questions tagged [kibana-5]

Kibana is an open source analytics and visualization platform designed to work with Elasticsearch. You use Kibana to search, view, and interact with data stored in Elasticsearch indices. You can easily perform advanced data analysis and visualize your data in a variety of charts, tables, and maps.

Kibana is an open source analytics and visualization platform designed to work with Elasticsearch. You use Kibana to search, view, and interact with data stored in Elasticsearch indices. You can easily perform advanced data analysis and visualize your data in a variety of charts, tables, and maps.

Kibana is a visualization tool that is usually used along with Logstash and Elastic search. It was created by the elastic co. It can be use on elastic cloud or on stand alone server.

Steps to install Kibana - http://www.riptutorial.com/kibana/topic/8843/getting-started-with-kibana

233 questions
26
votes
2 answers

malformed query, expected END_OBJECT but found FIELD_NAME error in Kibana (Elastic Search)

I am running the following GET query within my Kibana Console and for some reason I am getting a error in the response window as follows : // error [match] malformed query, expected [END_OBJECT] but found [FIELD_NAME] Can anyone suggest why I am…
Zabs
  • 13,852
  • 45
  • 173
  • 297
7
votes
0 answers

Grouping messages by similarity in Kibana

Does Kibana support grouping of log messages by similarity OOB? Given that I know a specific log message with a variable in it, I could use a grok query. The problem is that I want to have a grouping of an unspecified amount of message 'kinds'. So…
Vitaliy
  • 8,044
  • 7
  • 38
  • 66
7
votes
4 answers

Unable to Discover data on Kibana 5

I've set up a test Amazon Elasticsearch Service, which uses Elastic and Kibana 5.1. I'm able to insert a test entry via curl: curl -XPOST "https://mytestservicedomain.amazonaws.com/testindex/testtype" -d "{\"foo\":\"bar\"}" And verify it was…
rtorres
  • 2,601
  • 3
  • 27
  • 33
7
votes
1 answer

Link kibana Dashboard to "Discover"

I want to achieve a solution where I have one dashboard ( a Data table ) If the user clicks on any particular row, It can redirect him "Discover" with same filter showing related documents I did not find such any documents. Please see if anyone…
Anand Bajpai
  • 357
  • 1
  • 13
6
votes
2 answers

failed to send join request to master elastic search 5.4 cluster

I have configured elastic search with 3 nodes My cluster is not able to find the master node Logs of elastic search [2018-02-24T02:39:39,106][INFO ][o.e.d.z.ZenDiscovery ] [node3] failed to send join request to master…
6
votes
1 answer

Kibana timelion: How to add vertical line

I have a chart displayed in Kibana timelion and I want to add vertical line For horizontal lines it can be used .value(200) or .static(200) - is there any possibility to add vertical one?
pbaranski
  • 22,778
  • 19
  • 100
  • 117
5
votes
3 answers

Elasticsearch url from Kibana

I am trying to find out the url of the elasticsearch configured in kibana. but i dont have access to the backend configurations. Is there a way to see which elasticsearch url has been configured in kibana using the kibana front end. Thanks
Katiyman
  • 827
  • 2
  • 12
  • 32
5
votes
2 answers

How to append on existing field with elasticsearch python?

I am using kibana and Elasticsearch version 5.1.1 and python version 3.6. I have created my index like this put_books The function to add a user is this one : def add_user(first_name, last_name, age, mail): doc = {"first_name": "" +…
Kevin S
  • 101
  • 1
  • 7
5
votes
0 answers

Elastic Kibana - how to plot error bars

I am trying to plot error bars to a Kibana (Elastic ELK visualization software) plot. I tried to play around with Kibana to see what I can get, but I couldn't get it to work. When I search the web, I don't get a single hit (web page, or previously…
ximiki
  • 435
  • 6
  • 17
5
votes
2 answers

How to import/export a dashboard in Kibana using a RESTful API

I would like to use a HTTP method to post new dashboards to my local Kibana instance, but I couldn't find much documentation on using an API to do this. There was a pull request on Kibana that mentioned it was adding this functionality, but there…
ChazMcDingle
  • 635
  • 2
  • 10
  • 18
5
votes
3 answers

Kibana 5.5.1 behind a nginx 1.13 proxy (dockerized)

Goal: I want to run the elk stack in a docker container. To be able to access the ELK Stack over a nginx proxy to bypass the individual ports for the services. The Kibana service (default port 5601) http://.com:5601 should be reachable over…
neutron
  • 263
  • 2
  • 11
4
votes
0 answers

Embed Kibana visualizations but not give users control?

We have some dashboards in Kibana defined over indexes in Elasticsearch over logs from a multi tenant environment. I.e. we have records from multiple clients all in one index, so far for our own use (analysis of apps' behavior, system failures and…
Yuri Makassiouk
  • 425
  • 3
  • 16
4
votes
0 answers

Is it possible to order split series in Kibana histograms using the values of the split buckets?

Say I have an index of product sales where each document is an individual sale for a specific product. I can use Kibana to chart a date histogram of sales counts, bucketing by every month. This would be the frequency of product sales every month.…
4
votes
1 answer

Is there a way to define a dynamic query in Kibana dashboard?

A somewhat similar question has been asked here but there's no answer for that yet. That question relates to an older version of Kibana so I hope you can help me. I'm trying to setup some predefined queries in the Kibana dashboard. I'm using Kibana…
Andrei T.
  • 2,455
  • 1
  • 13
  • 28
4
votes
1 answer

X-pack failed to initialize a TrustManagerFactory

I have set up Elasticsearch, Kibana and X-pack according to installation guidelines and made sure that it worked as expected. Now I want to send a Kibana report using Watchers in X-Pack. I have followed this tutorial to setup secure reporting, but…
1
2 3
15 16