Questions tagged [kibana]

Kibana is an application for exploring and visualizing your data. It helps you find and demonstrate trends in your data with tools for searching, creating visualizations, and combining those visualizations to build dashboards.

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.

Steps to install Kibana - Installation

Overview: Kibana

Related tags:

, , ,

6349 questions
42
votes
7 answers

Where does Elasticsearch store its data?

So I have this Elasticsearch installation, in insert data with logstash, visualize them with kibana. Everything in the conf file is commented, so it's using the default folders which are relative to the elastic search folder. 1/ I store data with…
sliders_alpha
  • 2,276
  • 4
  • 33
  • 52
42
votes
1 answer

How to add a numeric filter on kibana dashboard?

I have a field that contains numbers. I want a filter that shows all logs that are less than a constant value. When I try to add a new query filter, all I can see is a query string option.
user1742188
  • 4,563
  • 8
  • 35
  • 60
39
votes
6 answers

Can't install sense plugin for Kibana

I am trying to install sense plugin for elasticsearch/kibana. I have successfully installed Kibana but when following the instruction on https://www.elastic.co/guide/en/sense/current/installing.html I type : ./kibana plugin --install elastic/sense,…
David Geismar
  • 3,152
  • 6
  • 41
  • 80
37
votes
2 answers

Kibana returns "Connection Failed"

I am trying to run ElasticSearch with Kibana in Windows 2008 R2. I followed this article: Install-logstash-on-a-windows-server-with-kibana Step by step, but all I get is: Connection Failed Possibility #1: Your elasticsearch server is down or…
m0fo
  • 2,179
  • 6
  • 33
  • 43
37
votes
4 answers

How to to log JS errors from a client into kibana?

I have web application backed end in NodeJS and logstash/elasticsearch/kibana to handle system logs like (access_error.log, messages.log etc). Right now I need to record all JavaScript client side errors into kibana also. What is the best way to do…
Erik
  • 14,060
  • 49
  • 132
  • 218
36
votes
17 answers

Kibana server is not ready yet

I have just installed Kibana 7.3 on RHEL 8. The Kibana service is active (running). I receive Kibana server is not ready yet message when i curl to http://localhost:5601. My Elasticsearch instance is on another server and it is responding with…
MoonHorse
  • 1,966
  • 2
  • 24
  • 46
36
votes
7 answers

Location of custom Kibana dashboards in ElasticSearch

I know for a fact that saved Kibana dashboards (ie, the JSON file of the dashboard) are saved in OR associated to a particular ElasticSearch instance. If I were to save my Kibana instance when attached to one server hosting ElasticSearch and I were…
ecbrodie
  • 11,246
  • 21
  • 71
  • 120
35
votes
3 answers

Kibana on Docker cannot connect to Elasticsearch

I tried to create Kibana and Elasticsearch and it seems that Kibana is having trouble identifying Elasticsearch. Here are my steps: 1) Create network docker network create mynetwork --driver=bridge 2) Run Elasticsearch Container docker run -d -p…
Gunith D
  • 1,843
  • 1
  • 31
  • 36
34
votes
8 answers

Kibana - how to export search results

We've recently moved our centralized logging from Splunk to an ELK solution, and we have a need to export search results - is there a way to do this in Kibana 4.1? If there is, it's not exactly obvious. Thanks!
MachineShedFred
  • 443
  • 1
  • 4
  • 4
34
votes
3 answers

How do I create a stacked graph of HTTP codes in Kibana?

I'm sending HTTP logs into Kibana, and the response code (200, 401, 500, etc) are correctly parsed out of them as a field. I'd like a time-series chart with the count of each code shown as bars stacked on top of each other in each interval, in…
user898699
32
votes
4 answers

Error: index_not_found_exception

I use ELK stack to analyze my log file. I have tested last week and everything works well. Today, I tested but I get this error when I typed "http://localhost:9200/iot_log/_count" (iot_log is my index…
Fariha
  • 497
  • 1
  • 5
  • 13
32
votes
7 answers

Courier Fetch: shards failed

Why do I get these warnings after adding more data to my elasticsearch? And the warnings are different every time I browse the dashboard. "Courier Fetch: 30 of 60 shards failed." More details: It's a sole node on a CentOS…
Carlos Vega
  • 1,341
  • 2
  • 13
  • 35
32
votes
4 answers

elasticsearch / kibana errors "Data too large, data for [@timestamp] would be larger than limit

On my test ELK cluster, I'm encountering the following error when trying to see data from the last week. Data too large, data for [@timestamp] would be larger than limit The warning about shards failing appears to be misleading because the…
spuder
  • 17,437
  • 19
  • 87
  • 153
30
votes
4 answers

Kibana Logstash ElasticSearch | Unindexed fields cannot be searched

I am exploring ELK stack and coming across an issue. I have generated logs, forwarded the logs to logstash, logs are in JSON format so they are pushed directly into ES with only JSON filter in Logstash config, connected and started Kibana pointing…
rohit12sh
  • 827
  • 2
  • 11
  • 24
30
votes
5 answers

Timestamp not appearing in Kibana

I'm pretty new to Kibana and just set up an instance to look at some ElasticSearch data. I have one index in Elastic Search, which has a few fields including _timestamp. When I go to the 'Discover' tab and look at my documents, each have the…
HHHH
  • 1,197
  • 2
  • 16
  • 28