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

Kibana query exact match of entire value

I have a series of records with a field App Version that currently has two possible values: 2.3.0 and 2.3.0 SP1. If I try to do a query for just 2.3.0 in the Dev Console like so... GET myindex/_search { "query": { "match": { "App…
Phlucious
  • 3,704
  • 28
  • 61
0
votes
1 answer

Sorting string column in Kibana visualization

I have a status field in my elastic search index which can take values Open,Closed,Clear,Intermediate,Ready for Approval. Right now, I have created a visualization and sorted this field descending based on the Term. What I want to achieve is - I…
fledgling
  • 991
  • 4
  • 25
  • 48
0
votes
1 answer

How can I remove Time Range Filter

In Kibana 5.2.2 there is this time range filter: I have some documents without a timestamp on a type. Since there is no option 'all time', I cannot see those documents. Is there an option to disable this time range filter?
Sip
  • 373
  • 1
  • 6
  • 22
0
votes
1 answer

Logstash KV plugin, convert string values to timestamp Logstash

I am using Logstash 5.5 to parse my logs. I have following format of the logs: time taken for doing transfer once for all files in seconds=23 transfer start time= 201708030959 transfer end time = 201708030959. I am using KV plugin to get the…
sgmbd
  • 493
  • 1
  • 6
  • 16
0
votes
1 answer

Rounding off a number in Elastic Search using Kibana interface

I am using Kibana interface for Elasticsearch. While I was creating a visualization which actually sums up probabilities in a column, the result is a floating point number. How do I round the floating point number using the JSON input in KIBANA? The…
0
votes
0 answers

How to achieve authentication in kibana?

I'm new to ELK and want to perform authentication in kibana. I have gone through the documents on LDAP and Native Realm. Which will be the best one to do authentication.
Ritwik
  • 65
  • 2
  • 11
0
votes
0 answers

Is there a way to break logs into key value pair with out use of GROK pattens?

I have different patterns of logs in the same which i am loading to logstash. I am writing multiple grokpatterns to satisfy the problem at hand. currently this works, but looking for an efficient way to break the log into key value pairs by using…
Durga
  • 75
  • 1
  • 1
  • 7
0
votes
1 answer

Merge Documents based on field value?

I have multiple Documents within an Index, each have the following fields: id serviceName Type Now, stupidly, id is not unique and I want to change that. I want to use Kibana/Elasticsearch to query the data so that I have id unique and the…
user74211
  • 73
  • 5
0
votes
0 answers

Windows : load csv file in logstash

I am running ELK on my machine. I want to load csv file in logstash so that I can visualize data in Kibana. When I am performing command bin/logastash -f D:/config/logstash_scaler.config its giving following error. NoMethodError: undefined method…
0
votes
1 answer

Kibana infinite data visualization

How much data Kibana or ELK can handle? I have CSV file which has infinite data nd its growing day by day. I want to load it in Kibana for visualization. Can someone tell me how much data ELK can handle?
Dead Programmer
  • 123
  • 1
  • 5
  • 14
0
votes
0 answers

reading .gz files using logstash

I am trying to use logstash 5.5 for analyzing archived (.gz) files generating every minute. Each.gz file contains csv file in it. My .conf file looks like below: input { file { type => "gzip" path => [ “C:\data*.gz” ] start_position =>…
sgmbd
  • 493
  • 1
  • 6
  • 16
0
votes
1 answer

Kibana 5 accessing es service from a plugin

According to the Kibana documentation I can access elasticsearch as a service and run custom queries. I tried to do this in my own plugin (generated with the template kibana plugin service), but angularjs does not recognize 'es' or 'esAdmin' as a…
geujv
  • 223
  • 1
  • 4
  • 11
0
votes
1 answer

Change Title bar icon Kibana 5

Could someone help on how I would like to put a custom title bar on Kibana 5.
tmndungu
  • 320
  • 4
  • 17
0
votes
1 answer

Experimental data organization - would Elastic Search work?

Sorry if this is a bit of an abstract question, I'll try to provide more details. I run "experiments" (eg test runs of various software), each experiment has its own set of metadata (basically key/value pairs, like start time, end time, name,…
persson
  • 129
  • 2
  • 8
0
votes
1 answer

Kibana showing different data on different visualizations for same condition or query

I have applied Kibana monitoring on S server. I am getting logs, set fields and everything seem to working fine. Now Pie Chart that I made for S Server response code, showing 519 404 hits while on server for today there are only 117 404 hits for…
YATIN GUPTA
  • 916
  • 9
  • 17