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

Creating a new date field by splitting an existing timestamp in Kibana 5.0.0

I already have an index which contains data from a MySQL database and I wanted use Histogram aggregation Kibana so that I can show a vertical bar chart or a data table for every single day. The problem I'm having is that, I don't particularly have,…
Kulasangar
  • 9,046
  • 5
  • 51
  • 82
-1
votes
1 answer

How can I write a query to fetch data from elasticsearch based on status?

I want to fetch data from elastic search based on status. If the status is active/inactive I want to fetch a list of data. Here I attached a single record for example. How can I get it? { "took": 2, "timed_out": false, "_shards": { …
-1
votes
1 answer

Kibana group results by id

I am getting results that matches my description ABC and XYZ. Now I also want to filter by abc.id should be equal to xyz.id. How i can do that? { "query": { "bool": { "should": [ { "match_phrase": { …
user3581144
  • 1
  • 1
  • 5
-1
votes
1 answer

Plugin for making UI changes in Kibana

Is their some available plugin that can help make UI changes like Logo, text on UI interface or some good guide to create kibana plugin.
YATIN GUPTA
  • 916
  • 9
  • 17
-1
votes
1 answer

Get list of fields for index in kibana plugin

I am developing a kibana drop down filter plugin and I want to get the list of all fields in particular index in client side to list them in drop down menu. How to get them? Thanks.
coco
  • 1
  • 4
-1
votes
1 answer

Kibana-Group by a field

I have a field like HW-OS Version,HW-RiskRatio,Device_HW_Count and there are some HW_Version say A,B,C,A and their risk ratio as 200,300,100,400.Now using Kibana if i try to show the count and the risk ratio i get the output in the above format…
pinkbask
  • 7
  • 1
  • 6
-2
votes
1 answer

Server monitoring System

Hi I have five production server for(website,Cassandra,elastic search,redis) and I want to monitor them so I came across many monitoring tools and I finalized the two tools 1. Nagios 2. ElasticSearch Beats Now I am not able to get which one to…
Abhimanyu
  • 2,710
  • 2
  • 25
  • 42
-3
votes
1 answer

not able to find a word which is separated by (.)

I am new to ELk .I am not able to find a word which is separated by (.) for example: javax.ejb.duplicatekeyexception so when i only search duplicatekeyexception . kibana does not show any result , kindly please help me in resolving this issue .I am…
diksha
  • 1
1 2 3
15
16