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

Date range Query in kibana 5.6.3 not working with @timestamp

mapping: "mappings": { "test-engine": { "properties": { "@timestamp": { "type": "date" } .... }, sample record: { "_index":…
Ashok Kumar N
  • 573
  • 6
  • 23
0
votes
1 answer

Kibana array hierarchy in pie chart

I got logs with arrays in Elastic Index. each cell in the array represents region. The higher the index, the higher resolution of the region. For Example: [Earth,USA,NYS,NYC,Manhattan] I would like to visualize the places in a pie chart, so each…
0
votes
0 answers

Create one plot visualization for each field value

I see that I can split a chart on a field (e. g. "Website"). However, since I have too many field values, it becomes unreadable and I want to have a separate chart for each. Can I achieve that with Kibana, Kibana Plugins or anything similar without…
exic
  • 2,220
  • 1
  • 22
  • 29
0
votes
2 answers

how to create Plugin for Kibana 5.6.3

I want to create a plugin for kibana version 5.6.3,due to this i follow the link "https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#contributing-code",the github provider the source code of the latest version kibana 7.0.0…
Rajesh A
  • 379
  • 3
  • 14
0
votes
1 answer

Place the Static HTML Page in kibana Dashboard

I need to add the Static HTML file in Kibana dashboard.where i can hold my HTML file in Kibana. Note:Kibana version 5.6.3 I come across some kibana plugin like Kibana-html-plugin,kibana5-html-plugin , but it wont support for my kibana version…
Rajesh A
  • 379
  • 3
  • 14
0
votes
2 answers

Kibana: How to create a table that shows the count of the top_hits for a field

I have documents with fields account_id(primary key for my relational db) and status. Whenever there is a change in status of the account, I pushed the event to the ElasticSearch. So over a period of time there will be multiple documents for an…
JDev
  • 1,662
  • 4
  • 25
  • 55
0
votes
0 answers

How to visualize sensor data vs time with kibana?

How to visualize sensor data vs time in kibana, I have pushed the data to form SQL server to kibana but I'm unable to visualize it.
yousef
  • 1
0
votes
1 answer

Filters in Kibana

Need to find logs about errors in Kibana. I can add a filter by content of a message but it's a temporary solution. How can I make this filter constant (not just pin)? What is the best way to do it? May be there are other solutions, not about…
ZaphodB
  • 3
  • 5
0
votes
1 answer

How tofilter out empty entries when creating a pie chart?

When I create pie chart in Kibana and use Split Slices by Term called DataType, is it possible to filter out all cases when DataType is "". Unfortunately, if I go to Filters menu in the top of a chart, I can see only the non-empty values of…
Dinosaurius
  • 8,306
  • 19
  • 64
  • 113
0
votes
1 answer

Kibana - what logs are not reporting

I am currently using kibana 5.0 almost 45 log sources are integrated with kibana like iis,vpn ,asa etc.now my question is how to create a visualization to check what logs sources are not reporting to kibana.can anybody help on this?
0
votes
1 answer

how do I escape backslash in Grok custom pattern

I have an input as app\exceptions\SomeException and pattern is %{EXCEPTION_CLASS:exception} and custom pattern as {"EXCEPTION_CLASS" : "app\\\\exceptions\\\\SomeException"} In Grok debugger(in Kibana), the output is as { "exception":…
geliba187
  • 357
  • 2
  • 11
0
votes
0 answers

Improving speed elasticsearch cluster

i have setup 3 node clusters (24 core each). when i run query that time it's giving slow result. but i have created a stand alone server and ran same query that time giving fast result. my cluster and data details:- i have created 12 indexer and…
0
votes
0 answers

New relic error rate high due to Us based IPs performig invalid search.Issue occuring everyday planning to automate IP blocking in apache

New relic error rate high due to US based IPs performing invalid search in website.I am manually blocking the IPs in apache(temporarily). Issue occurs everyday , need suggestions how to automate the IP blocking process. Additional info:Logs are…
Nandaraj Ks
  • 51
  • 1
  • 1
  • 4
0
votes
0 answers

Kibana Visualize Customize

Can we customize kibana visualize apart from label and color in kibana 5.5.1 Need to achieve customization on my dashboard:
AbhirajSN
  • 1
  • 2
0
votes
1 answer

Elastic data migration issue migrating from 2.3.4 to 5.5.2

In our application, we are using the elastic search of 2.3.4 and kibana 4.5.3 version. It has already indexed data. Recently, we decided to upgrade elastic search to 5.5.2 version and kibana to 5.5.2 version. Some time back, we had upgraded elastic…
user5342176
  • 101
  • 1
  • 9