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
16
votes
1 answer

kibana running on docker: how to save dashboard?

I am running kibana 5.2.1 from docker. I am using this image: FROM docker.elastic.co/kibana/kibana:5.2.1 The problem is if I remove the container the work done on kibana will be lost. How can I save kibana dashboard on docker instance? can I use…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
16
votes
3 answers

Kibana Alternatives

I am having an issue in kibana. It does not show any results in the Discover tab. Please look here for more information. Do we have any Kibana alternatives that the community has used? I searched on the internet and I could find only Head…
Ajit Goel
  • 4,180
  • 7
  • 59
  • 107
16
votes
1 answer

Kibana and fixed time spans

Is it possible to set a fixed timespan for a saved visualization or a saved search in Kibana 4? Scenario: I want to create one dashboard with 2 visualizations with different time spans. A metric counting unique users within 10 min (last 10…
jaspernygaard
  • 3,098
  • 5
  • 35
  • 52
15
votes
6 answers

Access Control in Elastic - missing authentication credentials for REST request

I am using Elastic 7.9.2 version and wanted to use security. so I ran : bin/elasticsearch-certutil cert -out config/elastic-certificates.p12 -pass "" and then added xpack.security.enabled: true xpack.security.transport.ssl.enabled:…
15
votes
1 answer

What is the difference between Lucene query language and KQL

Kibana ver >= 7.0 offers KQL by default for the search dropdown but also supports what seems to be old Lucene syntax. Often it complains annoyingly that "You might be using Lucene but KQL is selected" when trying to search. Going to the suggested…
fyrkov
  • 2,245
  • 16
  • 41
15
votes
2 answers

Zabbix vs grafana vs kibana

I am exploring grafana for my log management and system monitoring. I found kibana is also used for same process. I just don't know when to use kibana and when to use grafana and when to use zabbix?
Atul Agrawal
  • 1,474
  • 5
  • 22
  • 41
15
votes
6 answers

docker-compose.yml for elasticsearch and kibana

My aim is to get the elasticsearch and kibana images from DockerHub working locally using Docker. This does the trick and works perfectly... docker network create mynetwork --driver=bridge docker run -p 5601:5601 --name kibana -d --network…
Richie
  • 4,989
  • 24
  • 90
  • 177
15
votes
2 answers

Integrating kibana dashboards into an angularjs app

I have my ElasticSearch setup with kibana showing different panels. I have another angularjs app. I would like to receive input in a field, use angularjs and show kibana panels in my angularjs app itself. Are there any tutorials/guides to achieve…
Lelouch Lamperouge
  • 8,171
  • 8
  • 49
  • 60
15
votes
1 answer

Run a simple sql group by query in kibana 4

I want to run a simple sql group by query in kibana 4 "Discover" page. Each record in my elastic search index represent a log and has 3 columns: process_id (not unique value), log_time, log_message. example: process_id                log_time      …
PMOPMO
  • 151
  • 1
  • 1
  • 4
15
votes
1 answer

Using kibana and mongodb together without elasticsearch

Is it possible to use kibana front-end along with a mongodb back-end without using elastic search? I'm using logstash to parse logs and store in mongodb and want to use kibana to display data? If not, are there any alternatives to implement…
Akk
  • 406
  • 1
  • 5
  • 17
15
votes
3 answers

Kibana 3 documentation

I have not been any usual documentation at all. I can't find anything on Elasticsearch. I have seen a few blog articles and that's about it.
lingo_journey
  • 653
  • 1
  • 8
  • 22
14
votes
0 answers

Vega and Kibana - Dynamic timestamp label and filtered queries

I am working with my first Vega visualization with Kibana. { $schema: https://vega.github.io/schema/vega-lite/v2.json title: Event counts from all indexes data: { url: { %context%: true %timefield%: last_submission …
betto86
  • 694
  • 1
  • 8
  • 23
14
votes
1 answer

How to register External Service (Non MSA) On Eureka Discovery registry

I am using Kibna inside Docker. I am running the Kibana using docker-compose Below is My docker-compose.yml version: '2' services: elasticsearch: image: elasticsearch expose: - 9200 ports: -…
14
votes
2 answers

How to use slash ('/') in Kibana Discovery?

I'm testing ELK stack for nginx-access logs. It looks good except I have not found a way to search records in Kibana Discovery (v5.3.2) with a path that start with "/test/a". Search works if I remove slashes, but in this case, I get what I don't…
Alexey
  • 2,326
  • 5
  • 17
  • 27
14
votes
4 answers

"No valid url specified" when trying to install Kibana's Sense plugin

I'm trying to install the Sense plugin as specified in ElasticSearch getting started guide, like this: ./bin/kibana plugin --install elastic/sense However that command seems outdated and the only one that seems possible is this: ./bin/kibana-plugin…
zapatilla
  • 1,711
  • 3
  • 22
  • 38