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
1
vote
1 answer

QuickSight or Elasticsearch - Column wise aggregration

Is this possible to do in QuickSight or Elasticsearch? I have tried calculated fields in QuickSight and runtime scripts in Elasticsearch, not sure how to do it? Also, is what I'm not what I'm expecting is even possible in this tool. Trying out a…
sk8terboi87 ツ
  • 3,396
  • 3
  • 34
  • 45
1
vote
2 answers

Setting up Elastic Enterprise Search and App Search - Docker - ELK

I'm trying to setup Elastic Enterprise Search and App Search using Docker. So far I managed to install Elastic Search and Kibana using Docker on Centos 7. Right now, I want to establish a connection with GitHub, for which I'll need Enterprise…
user13765183
1
vote
1 answer

AWS ElasticSearch - Kibana dashboard not loading

I have an AWS ElasticSearch domain configured. I have installed LogStash in an EC2 and it used to push data into the ES domain and I could view them in the Kibana Discover. Since yesterday, Discover does not load properly. When I click the Discover…
Sandun
  • 395
  • 2
  • 10
  • 25
1
vote
0 answers

What is the logic behind elastic query with should and multi_match?

What I want to do is to get all the documents that contain query 1, query 2, or query 3 in message or path fields as a result. I tried to make a query in many ways, starting with this: { "query": { "bool": { "should": [ { …
Kuba K
  • 23
  • 4
1
vote
0 answers

I'd like to change the loading logo in Kibana

my elk version 7.13.0 I tried changing the logo provided by elastic, but it doesn't work. https://discuss.elastic.co/t/custom-logo-kibana-7-10-0-guide/257686 Open file $ sudo nano /usr/share/kibana/src/core/server/rendering/views/template.js Look…
Python-97
  • 288
  • 2
  • 13
1
vote
0 answers

Kibana Scripted fields values not getting populated on visualize but are populated during discover

I am using Kibana scripted fields using painless to populate a URL like this: Url Template : https://dummy_url?branch={{value}}&id=abc Script: if (!doc['branch_name'].empty) { return (doc['branch_name'].value) } When I access this scripted…
Nitish Jain
  • 206
  • 2
  • 5
1
vote
1 answer

kibana watcher to send array of json objects

I am trying to create an alert in TheHive4 with some observables using watcher. Using the postman tool I am able to send API requests, below is the postman request body. observables are under artifacts. An array of JSON Objects. { "title": "Test…
Ajay Kumar K K
  • 321
  • 2
  • 7
1
vote
1 answer

How can you correlate logs with APM?

I have an application that will write logs to elasticsearch using serilog. I configured the APM server using docker-compose. Once I start the application up and perform an operation (navigate through pages in the browser), then close the…
NoviceCoder
  • 449
  • 1
  • 9
  • 26
1
vote
0 answers

Kibana textbox instead of dropdown

To create a new Kibana visualization I select "Controls" from the "New Visualization" section: Viewing the "Controls" section: An option does not appear to exist to add a "text field" , all field types are dropdowns. How to add a searchable text…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
0 answers

Elasticsearch Logstash and Kibana (ELK) stack docker-compose on EC2 failed status checks

I'm running an ELK stack on a T4g.medium box (arm & 4GB ram) on AWS. When using the official Kibana image I see weird behaviour where after approx 4 hours running the CPU spikes (50-60%) and the EC2 box becomes unreachable until restarted. 1 out of…
Steve Fitzsimons
  • 3,754
  • 7
  • 27
  • 66
1
vote
3 answers

Unable configure Alerts and Actions in Kibana

I'm using a Docker Compose file for ELK setup and using the latest version (above 7) for Kibana. Now I set the xpack.encryptedSavedObjects.encryptionKey parameter in the kibana.yml so that I can use the alert and actions feature. But even after that…
Hidden
  • 31
  • 1
  • 4
1
vote
1 answer

Kibana is not acessible locally

I'm new to Kibana and trying to setup Elastic Stack locally (on Ubuntu 20.04) following this tutorial: https://www.rosehosting.com/blog/how-to-install-elk-s.. All systemd services are running, but Kibana is not accessible. curl -XGET…
1
vote
1 answer

RequestError(400, 'parse_exception', 'unknown key [properties] for create index')

I am trying to create an elasticsearch index with python whose content is a series of coordinates to later visualize this data in a kibana map. Unfortunately I am getting this error message: RequestError(400, 'parse_exception', 'unknown key…
Maria
  • 13
  • 3
1
vote
1 answer

has_child and has_parent not returning results

I went through the following links before pasting the ques Elasticsearch has_child returning no results ElasticSearch 7.3 has_parent/has_child don't return any hits ES documentation I created a simple mapping with text_doc as the parent and flag_doc…
A_G
  • 2,260
  • 3
  • 23
  • 56
1
vote
0 answers

how to xpack security reset in elasticsearch?

I want to reset the ID and password of elasticsearch and kibana. I tried to reset it, but an error occurred as below. ubuntu@elk:/usr/share/elasticsearch/bin$ sudo ./elasticsearch-setup-passwords auto error occured Connection failure to:…
Python-97
  • 288
  • 2
  • 13
1 2 3
99
100