Questions tagged [kibana-4]

Kibana is a highly scalable user interface for `elasticsearch` that allows you to efficiently search, graph, analyze and otherwise make sense of a mountain(s) of data. It is often used to visualize data that is stored in `elasticsearch` which agains is usually parsed and fed in by `logstash`. It essentially uses the `elasticsearch's` REST APIs to query it and has in built graphing and search functionalities that are highly intuitive and simple to use.

Kibana is an application for exploring and visualizing your data. It helps you find meaning in that data with tools for searching, creating visualizations, and combining those visualizations to build dashboards. It is commonly used within the system administration, logging, and business analytics communities but is compatible with just about any data.

Kibana is an open-source project and uses the engine, another open-source project, for its powerful search and aggregation capabilities.

As a part of the , Kibana and elasticsearch can be paired with to build a powerful logging analysis solution.

Overview: Kibana

Related tags:

, , ,

611 questions
0
votes
1 answer

How to hide options table,request,response from kibana-4 visualizer?

I have created a dashboard in Kibana-4 and shared on my Web-app. There is option to see table,request,response how to hide it?
Mahebub A Sayyed
  • 325
  • 5
  • 14
0
votes
1 answer

Area chart based on query in Kibana 4

I have build system for couple components with some branches and some jobs on these branches. Typical JSON for event look more or less like that (I removed unrelated information): { "_index": "logstash-2015.04.08", "_type": "time", "_id":…
Damian Melniczuk
  • 393
  • 6
  • 18
0
votes
1 answer

kibana4 and suricata json filtering not showing up correct

I've got a ELK stack running and have just put some suricata on it as well I think I have it set up correctly as it's sending logs from host to the ELK server Within kibana I can see the eve.json file and see the data but I can't seem to get it to…
Grimlockz
  • 2,541
  • 7
  • 31
  • 38
0
votes
1 answer

Unable to demonstrate common fields on the same column using Kibana?

I am using two different indexes which are named cdr_mobile and cdr_volte that have lots of common fields. So in order to show datas on Kibana I have made an alias using two of them cdr_alias and now I am using cdr_alias in order to retieve data to…
mehmetozer
  • 848
  • 6
  • 14
  • 30
0
votes
1 answer

Kibana4: Analyzed string field warning

I have 3 JSON key value pairs in my document which I insert into elasticsearch and visualize using Kibana4.The 3 JSON keys are NT,XTand YT. The values are typically integers between 100 and 1000 for all the three keys. Some typical values are…
liv2hak
  • 14,472
  • 53
  • 157
  • 270
0
votes
1 answer

How can I share my visualisations in Kibana-4

How to share my dashboard with others,in Kibana-4. Also if I want to share only a specific visualization,is it possible in Kibana-4? Can anybody help me on this?
Arun Mohan
  • 898
  • 3
  • 18
  • 37
0
votes
2 answers

Kibana4 geo map Error - not showing the client_ip field

I am trying to get kibana-4 geo map to work with ELB logs when i click the discover tab i can clearly see a field geoip.location with values of [lat, lon] but when i click the visualise tab -> Tile map -> new search -> Geo coordinates i get an…
Ami Mahloof
  • 472
  • 5
  • 10
0
votes
1 answer

Elasticsearch command to list all scripted fields used ? Also how to delete a specific scripted field?

I have accidentally created some wrong scripted field in kibana-4 and now my elasticsearch is not working and throwing exceptions. I am looking for a command to list all the scripted fields currently used by the elasticsearch and delete the one that…
Shubham Mishra
  • 1,053
  • 4
  • 13
  • 23
0
votes
1 answer

Looking for keywords within a grok %{QS:message}

I've searched up and down and was wondering or if this is even an option that is possible within Grok. So my log files are filtered just fine. Except, the %{QS:message} is what contains my ERROR, WARNING, POST, GET etc. I want to be able to query…
pcproff
  • 612
  • 1
  • 8
  • 30
0
votes
2 answers

indexing _index field in elasticsearch

I have indices which do not correlate to certain dates/time ranges, they instead correlate to data sources(however are considered the same _type, this structure is a must for my purposes) I would simply like to be able to filter by index (and…
coredev
  • 43
  • 5
0
votes
1 answer

Geo location from mongodb to elasticsearch

mongo-connector is used to push the data from server which have geo location as "location":{ "coordinates" : { "lon":-77.03653, "lat": 38.897676 } } changed the properties of location as "properties" :{ …
Ravi Teja N
  • 145
  • 2
  • 12
0
votes
1 answer

Graphing Metrics in Kibana4

I've added the suggested metrics filter from http://logstash.net/docs/1.4.2/filters/metrics and can now see the metrics coming through in kibana, so for example I have the following…
SimonH
  • 964
  • 6
  • 17
0
votes
2 answers

Getting error in Kibana 4 when using json input in Visualization while attempting to customize dashboard

I am new to the ELK stack and have it implemented with elasticsearch version 1.4.4, logstash version 1.4.2, and kibana version 4. I am able to pull a csv file into elasticsearch using logstash and have it display in kibana. When displaying a date…
copperpot
  • 1
  • 1
  • 3
0
votes
1 answer

Visualizing a percentage of current view

I am trying to display a users chat messages as a percentage of the current view/query. I can get a visualization of the counts per user easily but is there a way to turn this into a percent of the all the selected users?
0
votes
1 answer

How can i map custom date format in elasticsearch and Kibana4

I have nginx logs and i have this date format [02/Mar/2015:13:02:51 +0000] What should i use in elasticsearch and what i should put in the dateformat field of Kibana4? curl -XGET 'http://localhost:9200/_mapping?pretty' { "nginx" : { "mappings" :…
Ayman Al-Shorman
  • 190
  • 1
  • 2
  • 18
1 2 3
40
41