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
14
votes
2 answers

How can we query Kibana?

How can we request Kibana with REST API to get the visualization request and response? Like this: I want to do that using NodeJS to manipulate this results of Kibana. The purpose is that I want to directly query Kibana programmatically (via REST…
Nader
  • 143
  • 1
  • 2
  • 7
13
votes
7 answers

ERROR: Failed to determine the health of the cluster

I am running Elasticsearch and kibana, I am not sure of the status of my elasticsearsh cluster (if its red, yellow, or green) but it seems I need to get a token generated by elasticsearch as in the screenshot when I ran…
Yusuf
  • 2,295
  • 7
  • 15
  • 34
13
votes
3 answers

Elasticsearch Gateway timeout 504

I updated some indices mapping to simply add a keyword field to a text property and reloaded Kibana's index patterns. I was told I should run this command at the end: POST 11ad.pi.prod.test-case-18/_update_by_query?conflicts=proceed after doing it…
CodeMonkey
  • 11,196
  • 30
  • 112
  • 203
13
votes
4 answers

Elasticsearch query not giving exact match

Am searching elasticsearch with the below match query, which is not giving me the exact match instead its giving some more irrevalant match also. am using elasticsearch 6.2.3 Please find my query below get items/_search { "query" : { …
Karthikeyan
  • 1,927
  • 6
  • 44
  • 109
13
votes
2 answers

Programmatically set Kibana's default index pattern

A Kibana newbie would like to know how to set default index pattern programmatically rather than setting it on the Kibana UI through web browser during the first time viewing Kibana UI as mentioned on page…
Rui
  • 3,454
  • 6
  • 37
  • 70
13
votes
1 answer

Delete documents older than 30 days in elasticsearch

I want to delete documents in my elasticsearch index which are older than 30 days. Any ideas? EDIT: I want this to happen automatically - no document in my index shoudl be older than 30 days. So, in my opinion there are 2 options: either using…
ACKflow
  • 173
  • 1
  • 1
  • 8
13
votes
1 answer

Kibana equivalent for MongoDB

We've fed up with instability and unpredictability of ELK stack but still in love with the Kibana dashboards. Hence I'm looking for some potential migration paths. MongoDB looks very promising: huge track record, lots of docs, ability to cope with…
god
  • 306
  • 1
  • 2
  • 12
13
votes
1 answer

How to do a time range search in Kibana

We are using the ELK for log aggregation. Is it possible to search for events that occured during a particular time range. Lets say I want to see all exceptions that occurred between 10am and 11am in last month. Is it possible to extract the time…
markus
  • 1,631
  • 2
  • 17
  • 31
13
votes
6 answers

Query two indexes simultaneously in Kibana 4?

Whenever I create a visualization, Kibana 4 asks me to select the index for doing the search. My project requires searching data that is present in multiple indexes and hence I am stuck. I wish to search two indexes for my data and then visualize…
Shubham Mishra
  • 1,053
  • 4
  • 13
  • 23
13
votes
3 answers

Import JSON Files into Logstash + Elasticsearch + Kibana

So, I have a web platform that prints a JSON file per request containing some log data about that request. I can configure several rules about when should it log stuff, only at certain levels, etc... Now, I've been toying with the Logstash +…
Pedro M. Silva
  • 1,298
  • 2
  • 12
  • 23
13
votes
3 answers

Kibana - Get a list of all indices

I have ElasticSearch installed on a server and Kibana 3.0 installed on another machine. Is there any way to get a list of all the indices on the ElasticSearch server to show up on Kibana? Just like how ElasticSearch-Head displays it. Maybe in a new…
user3775873
  • 131
  • 1
  • 1
  • 3
12
votes
1 answer

Kibana Error Connecting to ElasticSearch using Docker - Cannot Revive Connection

I am getting an error attempting to connect Kibana to ES using Docker containers: kibana-products-624 | {"type":"log","@timestamp":"2018-05-25T14:56:36Z","tags":["warning","elasticsearch","admin"],"pid":1,"message":"Unable to…
Chris
  • 311
  • 1
  • 2
  • 10
12
votes
2 answers

AWS Elasticsearch & VPC - configuring network access from my fixed IP

I am unable to access AWS Elasticsearch Kibana with a browser. I have set up an Elasticsearch instance within my VPC exactly as described here; https://aws.amazon.com/blogs/aws/amazon-elasticsearch-service-now-supports-vpc/ I used the default IAM…
12
votes
1 answer

Change type and reindex in Elasticsearch

I recently upgraded my ELK stack (logstash 2.3.4 using redis 3.2.3, Elasticsearch 2.3.5 and Kibana 4.5.4) from (logstash 1.4.1/1.4.2 using redis 2.8.24, Elasticsearch 1.2.2 and Kibana 3.1.1). The upgrade went well but after the upgrade I had some…
Mike
  • 121
  • 1
  • 6
12
votes
2 answers

ElasticSearch entered "read only" mode, node cannot be altered

Something happened during the night to my ES cluster (composed of 5 data nodes, 3 master nodes). I have no idea what happened but all the indices and data were deleted and the cluster entered a "read only" mode, possibly hacked? When trying to get…
Orz
  • 585
  • 1
  • 5
  • 26