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
3
votes
1 answer

How to find filed exist but empty in kibana KQL?

As title, i can't find a way to do it in kibana KQL. I have tried NOT field, it's not work.
Chandler.Huang
  • 873
  • 3
  • 12
  • 24
3
votes
3 answers

What is the SQL “Distinct” equivalent in Kibana?

I’m new to Kibana and Elasticsearch. I have a field name called serviceprovidername. I would like to find how many distinct service provider name present in this field. How can I achieve this? This is what I have tried so far. search query GET…
AskMe
  • 2,495
  • 8
  • 49
  • 102
3
votes
1 answer

Kibana 6.4 Runnin as Daemon

I am using elasticsearch.zip , and kibana.zip in linux . Elastic search have option to run as daemon using (elasticsearch -d -p pid). it is working fine after we closed the putty. How can achieve the same for kibana . I tried with "kibana &". after…
Learn Hadoop
  • 2,760
  • 8
  • 28
  • 60
3
votes
1 answer

Kibana 5.5 visualization data aggregation percentage

I'm using Kibana 5.5 and would like to create a visualization that shows percentage of successful transactions made to my server. In order to do that I have a field in the document named "httpCode" and I would like to get the percentage of…
3
votes
1 answer

How to get array count of nested object in elastic-search

Can someone please help me to get an aggregated count of the nested object in elastic search, let say if my elastic search object mapping as : { "employe": { "dynamic": "strict", "properties": { "empId":{ "type": "keyword" }, "entities":…
3
votes
1 answer

Convert Elasticsearch kibana query string format to URI Search format

From last week I'm working with Elastic Search Service on AWS. My current version of Elasticseach is 6.X.X and Kibana 6.X.X, Now I'm little bit flexible with the query format that runs on Kibana Client. But my problem is I'm not able to convert the…
A l w a y s S u n n y
  • 36,497
  • 8
  • 60
  • 103
3
votes
2 answers

unable to run kibana and logstash with elasticsearch

Elastic serach is running fine on 9201 port. But unable to run kibana and logstash with docker-compose. For logstash it throws the error: Attempted to resurrect connection to dead ES instance, but got an error. For kibana it throw warnings:…
namrutha
  • 183
  • 2
  • 14
3
votes
2 answers

Kibana and Docker-Compose: Automatically load in saved object

Goal: Load in Kibana saved object when starting Elastic Stack from Docker-Compose. I have an "export.json" object from Kibana, containing my default index, 10+ visualizations, and dashboard setup. I am able to successfully start the Elastic Stack…
Alan
  • 506
  • 7
  • 24
3
votes
1 answer

Timelion series from cumulative sum of array length

I have documents, that look similar to below: { dateTime: /* My time field */, message: { users: ['1', '2'] }, messageType: 'test' } I'd like to construct a timelion series chart that shows me a cumulative sum of the count…
Blue
  • 22,608
  • 7
  • 62
  • 92
3
votes
1 answer

How to add vertical lines in Kibana?

I am working with Kibana 5.4.3 and I am building a distribution chart (as indicated in the graph below in green). This looks like a gaussian distribution and for that reason i would like two add two vertical red lines to indicate the standar…
Yassir S
  • 1,032
  • 3
  • 21
  • 44
3
votes
2 answers

How to include the logs from the discover page on a Kibana dashboard

I was looking through some sample dashboards and i came across this picture: https://cdn-enterprise.discourse.org/elastic/uploads/default/original/3X/1/6/169b7101acc60136b3eb4003b11c094b619083c5.png (last visualisation on the page) I was wondering…
Anna P.
  • 205
  • 1
  • 3
  • 13
3
votes
1 answer

Search Guard Kibana clientcert authentication

I have installed Search Guard for Elasticsearch 5 and configured authentication only through client certificate with CN as username. clientcert_auth_domain: enabled: false order: 2 http_authenticator: type:…
3
votes
1 answer

How to change scale of y-axis on timelion charts

Can I change y-axis scale on timelion charts? If so, how can I accomplish that? I'm interested in only changing scale of my y-axis, I don't want to modify values of my series. In any other visualisations I have that "Y-Axis Scale" option which I can…
Aleksander Stelmaczonek
  • 1,350
  • 1
  • 22
  • 29
3
votes
0 answers

How to create a timestamp field in elasticsearch index using java client api

Scenario I have a simple POJO which is basically going to be used as a template for my indexed document.this POJO contains field createdTimestamp of type java.util.Date I am using TransportClient for talking to ES cluster. the same client object is…
2
votes
0 answers

Weird kibana error - invalid code -- missing end-of-block

I just started seeing this error on my kibana server : read err { Error: invalid code -- missing end-of-block at InflateRaw.zlibOnError (zlib.js:153:15) errno: -3, code: 'Z_DATA_ERROR' } There is no helpful information in the corresponding logs…
SyCode
  • 1,077
  • 4
  • 22
  • 33
1
2
3
15 16