Questions tagged [kibana]

Ask Question

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.

5,950 questions

0votes0answers2views

change logo OpenSearch dashboards - kibana

Need to change OpenSearch logo in the dashboard. Found i way to change if I run it local host or using docker changing the opensearch_dashboards.yml. But how could i change it if i hosted this in AWS?... user avatar domahc

  • 443
0votes0answers8views

Logstash (ELK): Enrich IP with hostname (based off a file). - (No direct connect w/ DNS/AD)

Trying to figure out how to enrich the data being ingested (Network Data) Zeek/Suricata. I would like to either show Hostname vice IP, or more preferably add another field for hostname based off the ... user avatar David Decker

  • 1
0votes0answers5views

Display inflection point of area visualizaion in kibana

is it possible to display inflection point of area visualizaion in kibana as shown in the image below i"m using kibana 7.17.0 image user avatar safae azouzou

  • 1
0votes0answers12views

Is it possible to rename a kibana value for better graph readablity?

Given the following data: records: [ {id: 1, path: "" }, {id: 2, path: "" }, ] is it possible to achieve ... user avatar aviya.developer

  • 3,112
0votes0answers27views

Elastic Search query that matches all elements in nested document

I have an index with nested document structure as below - { "firstindex": { "mappings": { "properties": { "Name": { "type&... user avatar teja_98666

  • 85
0votes1answer13views

Elasticsearch queries in kibana

I want to log all the queries made to Elasticsearch along with their response bodies in kibana. Is there a way to do that? I came to know a way to set. t he slowlogs threshold to 0 and log all the ... user avatar shivam agarwal

  • 27
0votes0answers12views

How Can I Publish Kibana

I have a question if possible: (I work with GKE) this it my kibana: apiVersion: kind: Kibana metadata: name: quickstart spec: version: 7.6.2 count: 1 elasticsearchRef: ... user avatar Frida W

  • 19
0votes0answers12views

Elastic search Script Score | Painless Query

i was playing with script query and here is a question I wanted to ask to the community which I didn't quite understand well Here is a sample JSON stored in elastic search { "_index" ... user avatar Soumil Nitin Shah

  • 383
0votes0answers15views

Kibana to EnterpriseSearch TLS issue

I am having an issue setting up TLS through a custom CA between Kibana and Enterprise search. I have the default x-pack security set up for the interconnection of my Elasticsearch nodes with both ... user avatar Asmith9555

  • 63
0votes1answer34views

Delete daily filebeat index

I'm using the kibana interface to manage ELK in Kubernetes. ELK creates a new filebeat index every day filebeat-<date> with several GB. I created a index lifecycle policy but I can only add it ... user avatar loki

  • 2,017
0votes0answers15views

Ingress for Kibana- the browser did not recognize the hostname

If possible- I have a question: this is my kibana: apiVersion: kind: Kibana metadata: name: quickstart spec: version: 7.6.2 count: 1 elasticsearchRef: name: ... user avatar Frida W

  • 19
0votes1answer8views

JDBC Logstash Elastic Kibana

I'm using JDBC input plugin to ingest data from mongodb to ElasticSearch. My config is: `input { jdbc { jdbc_driver_class => "mongodb.jdbc.MongoDriver" jdbc_driver_library => ... user avatar Maksim Tarasevich

  • 1
0votes1answer8views

Make a kibana chart field clickable + popup

I currently have this Kibana chart I would like to make it so that when I click on a path it opens up a popup to my local PC accessing the image in the path. As I am a new user I am stuck on how to ... user avatar Mar1941

  • 91
0votes0answers13views

Cannot login to the Kibaba with the username and the password from the Secret file

if possible- I have a question: this is my Elasticsearch: apiVersion: kind: Elasticsearch metadata: name: jhsearch spec: version: 7.6.2 auth: fileRealm: - ... user avatar Frida W

  • 19
0votes1answer23views

ElasticSearch get top 2 results per specific term in aggregations

Given this query, i want to retrieve and limit only to top 2 cities from each country. So, given the most popular country, retrieve top 2 cities, then next country, top 2 cities and etcera. { "... user avatar JuanCruz

  • 17

153050per page

1 2 3 4 5397

You Might Also Like