Questions tagged [kibana-3]

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 - Installation

13 questions
4
votes
1 answer

Does Kibana support filters with preset values in a dropdown

I wanted to know if I can create dropdown filter options for my visualizations in Kibana similar to the data filter Kibana has which when set to the last day, updates all visualizations in a dashboard to reflect information only where data is within…
es3735746
  • 841
  • 3
  • 16
  • 40
2
votes
1 answer

Compare two fields in kibana search

I have two fields one is timestamp which is associated with every record and one is expiryDate so I want to put a lucene query in the discover part search section such that it extract out the records for which expiry date > timestamp. Can anyone…
agrawal1084
  • 129
  • 2
  • 11
1
vote
1 answer

Kibana Dashboard: Why doesn't "QUERY" work?

I'm pretty new to kibana and I kind of understood that "query" and "filter" do the same work. There is some difference in the way that cache handles them. I'm trying to search for all the results that have type "clicks". If I do it by using…
CrazySynthax
  • 13,662
  • 34
  • 99
  • 183
1
vote
1 answer

KIBANA: can I edit the event onclick over one chart(histogram-piechart)?

I made an histogram on kibana dashboard and until here everything is fine. When I click over one column happen this: https://i.stack.imgur.com/Me797.png I really don't like this visual whit just the one big column selected so I want to edit the…
ATO
  • 37
  • 3
1
vote
1 answer

Kibana filter before Date Histogram?

I want to run a filter first, e.g. tag:foo, and for all matched rows, then I run a Date Histogram, is it possible?
Ryan
  • 10,041
  • 27
  • 91
  • 156
1
vote
0 answers

How to write lucene query for finding minimum of some element?

I want to add a filter in kibana something like (- (value < 21))[Records which have <21 value atleast one time]. So In this case we cant apply filter ( AND (value >21)) because value is dynamic variable because (* AND (value >21)) will give the…
agrawal1084
  • 129
  • 2
  • 11
1
vote
3 answers

Why does kibana 3.x not work with elastic search 2.x?

kibana 3 works with multiple versions. i have tried 1.4, 1.5 and 1.7. the release notes does not mention the exact version of elasticsearch compatibility. does it work with any version of elastic search 2.x ?? below is the release notes…
Tejus Prasad
  • 6,322
  • 7
  • 47
  • 75
0
votes
1 answer

Search a String in Kibana

Trying to search for a complete json request in kibana webapp. Sample Request body:: {"mobileNumber":"***** ","custType":"abc","rejectReasonDesc":"","applicationId":"*****"} i want to filter only the request with "rejectReasonDesc":"" i.e empty…
dheeraj
  • 195
  • 2
  • 19
0
votes
1 answer

kibana3 does not load the page after changing time range.How to make it load on each time range change?

I am using kibana3 and could observe the behavior like after changing the time range the whole page does not refreshes automatically. Need to take new link and load. How to load dynamically on time range change ?
Nagappa L M
  • 1,452
  • 4
  • 20
  • 33
0
votes
1 answer

In KIbana query + ignore hypen

I need help on search query! I have below 'n' number of messages in my kibana and I want to extract only "arnold-123-20" string in below message field whereas hypen(-) is ignored my search and also in time stamp the number(20) gets matched which is…
Vinod HC
  • 1,557
  • 5
  • 20
  • 38
0
votes
1 answer

Wrong shows time filter kibana 3 (utc)

When entering the time in the time filter, Kibana (3.1.2) does not account for my time zone (utc+4). What's the matter... tomcat, elastic or kibana?
0
votes
2 answers

What would be grok filter

This is the following json sample in which I want to filter and index on basis of Client Id and User Id which is in Message tag in json. "message": "12 Jul 2016 15:28:14,851 http-bio-9080-exec-3 [INFO ] corporate_access …
user2481458
  • 31
  • 1
  • 8
0
votes
1 answer

How to customize the value of x & y-axis labels in kibana

How to customize the labels in x and y axis in Kibana . Currently getting only the key name that given in the option. is there any way to customize it in angular js? Thank you for your help.
Ash
  • 43
  • 7