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

Building Kibana 5.2 visualization based on the data in the document (keys as X axis, values as Y) instead of aggregation

Here is a sample document in my index: {"_id":"2018:05:03:19","_source":{"0":9926,"1":53436,"2":81151,"3":56466,"4":29904,...}}. I am trying to build a bar chart where instead of using aggregation I need to take the keys (0, 1, 2, etc) to use as…
Dmitry Polyakovsky
  • 1,535
  • 11
  • 31
0
votes
1 answer

Enable https in kibana 6.3?

How to enable https in kibana? Followed the steps mentioned in this url :https://discuss.elastic.co/t/kibana-https/64279/2 . but still i am getting "Not Secure" in browser. what i did? 1. download server.key and server.cer file 2. added entry in…
Learn Hadoop
  • 2,760
  • 8
  • 28
  • 60
0
votes
1 answer

Kibana dashboard - user authentication

How to setup user authentication for my kibana dashboard. Actually i need two login 1. admin 2. user . admin - view all left hand side menu like (discover,Visualizer ,dev tools and so on.) user - only Dashboard. i am using 6.3 version of kibana .…
Learn Hadoop
  • 2,760
  • 8
  • 28
  • 60
0
votes
0 answers

Kibana 6.3.0 - "Share saved dashboard" - short dashboard

How to get short url for "Share saved dashboard" options. Now it is giving some very lengthy url . it is very tough to share the url. kibana have build in option for "Share Snapshot" not for Saved dashboard. any solution
Learn Hadoop
  • 2,760
  • 8
  • 28
  • 60
0
votes
0 answers

Kibana 6.3.0 Gauge - hide scrollbar in dashboard

Any idea how to remove horizontal \ vertical scroll bar kibana dashboard
Learn Hadoop
  • 2,760
  • 8
  • 28
  • 60
0
votes
3 answers

kibana how to give Role or Access to user to see Only One Single Dashboard?

These are the Dashboards I created using Vizualisations. Lets say When User SignIn to KIbana, It should display only one Dashboard based on role. Eg: I want to show App Analytics Dashboard to one person and Order Payment Analytics Dashboard to…
0
votes
1 answer

No existing Kibana index found . Unable to connect to Elasticsearch

I am installing vue-storefront-api and vue-storefront on my windows machine. While running docker-compose up in windows power shell or command prompt, I am getting the error stating No existing Kibana index found","prevState":"red","prevMsg":"Unable…
0
votes
1 answer

Kibana am getting this, parsing_exception : no [query] registered for [_source] error

Am trying to search in Kibana to find products based on code. For that i used logstash and get my Oracle data to elastic search. Below query am trying to fetch the product based on code and am not able to get it properly. Is that anything wrong with…
Karthikeyan
  • 1,927
  • 6
  • 44
  • 109
0
votes
1 answer

Kibana dashboard page to Discover page On-Click

When I click on the Dashboard entity it should go to the Discover page and fetch me the exact log. How can we achieve this ?
Vetrivelkumar Pandi
  • 239
  • 1
  • 2
  • 10
0
votes
1 answer

How to draw pie-chart visualization in kibana with the data of sub-string values of a similar records as explained below?

kibana has filtered out the following data records as shown below message:"I wish to go to" Filter Results: message:I wish to go to India message:I wish to go to Australia message:I wish to go to China message:I wish to go to Japan message:I wish…
Anish
  • 43
  • 8
0
votes
0 answers

How to identify/display set of sequence data In the log file

I got one different use case from my client which I need to identify a set of log data which got recorded in sequence at any line in the log file and they want to view the identified sequence in Kibana and its related count. I am wondering whether…
Mangoski
  • 2,058
  • 5
  • 25
  • 43
0
votes
1 answer

Old kibana saved objects still showing after changing "kibana.index" config setting

Steps to recreate: default install and start of kibana (5.2.0) save a saved search, visualization or dashboard shutdown, change kibana.index in config/kibana.yml: from ".kibana" (default) to: ".kibananew" restart kibana and browse to management…
0
votes
1 answer

How exactly am I to format this a-zA-Z for GROK custom regular expressions?

Please see image. How the heck do you get a simple [a-zA-Z] expression to work in the KIBANA X-Pack Grok debugger? I've tried several flavors and have ran the regex just fine in normal regex testing environments where it finds all that I need but…
edjm
  • 4,830
  • 7
  • 36
  • 65
0
votes
0 answers

Elasticsearch Logstash Kibana and Grok How do I break apart the message?

I created a filter to break apart our log files and am having the following issue. I'm not able to figure out how to save the parts of the "message" to their own field or tag or whatever you call it. I'm 3 days new to logstash and have had zero luck…
edjm
  • 4,830
  • 7
  • 36
  • 65
0
votes
1 answer

Size of the circles in the Kibana Tile map visualization

In Kibana we have a visualization called Tile map which has has several options to customize, such as map type. My question is about one of this types: Shaded Circle Markers which is basically about changing colors based on value. Documentation…
Pawel Maga
  • 5,428
  • 3
  • 38
  • 62