Questions tagged [kibana-7]

Use this tag for topics specific to version 7 of the data exploration and visualization tool Kibana. Use it together with [kibana] and / or [elasticsearch]

Kibana is an application for exploring and visualizing your data. For more details see .

Kibana 7 offers the following key highlights:

  • Fresh, sleek look
  • Kibana Query Language on by default
  • Kibana dark theme
  • Responsive dashboards
  • New look for timepicker and filters
  • Saved objects structure improvements
  • Canvas enhancements
234 questions
2
votes
1 answer

Kibana 7.11 - index-pattern export not showing any fields

I have created an index-patter in kibana (7.11) in the UI and i can see all the fields configured correctly. But when i go to Saved objects and export it, it doesn't contain any fields {"attributes":{"fieldAttrs":"{}","fields":"[]"... Is there…
Nahu
  • 143
  • 10
2
votes
1 answer

one kibana connect to multiple elastic clusters

I have the latest 7.10 elastic and Kibana on Kubernetes, I couldn't understand from docs if there's an option to connect multiple elastic clusters to one Kibana (as in Grafana)? If yes can you please share documentation? I only see cross cluster…
NoamiA
  • 521
  • 4
  • 19
2
votes
1 answer

How to delete elastic search indices older than 30 days using dev tool commands

I want to delete kibana indices that are older than 30 days from today using kibana dev tools.
VVR
  • 67
  • 1
  • 7
2
votes
0 answers

Elasticsearch bucket script aggregation in Kibana

I am trying to create the visualization in Kibana, to show the number of orders whose average api time is less than 60 Sec. I am able to write the Elasticsearch query with bucket script aggregation. ES index documents: order_id time api 1 …
2
votes
4 answers

Unable to access Kibana behind NginX reverse proxy on Docker

I have a Docker Compose setup with NginX, ElasticSearch and Kibana like the following: web: build: context: . dockerfile: ./system/docker/development/web.Dockerfile depends_on: - app volumes: -…
Uzair Ishaq
  • 117
  • 2
  • 9
2
votes
0 answers

how the custom fields can be viewed in Kibana as a standard type instead of unknown type?

I am using Kibana and elasticsearch version 7.9.1. I have created a pipeline, mapping and index with custom fields. The field type keyword converted into "sting" but the custom fields converted as "unknown" type. These unknown types are not listed…
SST
  • 2,054
  • 5
  • 35
  • 65
2
votes
1 answer

Where to find Kibana system log file in Windows 10

I have installed kibana on windows 10 using .zip folder suggested at here I have updated kibana.yml to store log as below. I have log folder created as well. I restarted kibana using cmd as well. But nothing shows in log file. Not sure what am I…
IgnitedMind
  • 307
  • 5
  • 17
2
votes
1 answer

ES query to match all elements in array

So I got this document with a nested array that I want to filter with this query. I want ES to return all documents where all items have changes = 0 and that only. If document has even a single item in the list with a change = 1, that's…
2
votes
1 answer

Using Dynamic variables in aggregate query from Vega (in Kibana) to ElasticSearch

We have a report that fetches data from elasticsearch and displays them as buckets. We want to show a band, customers and profit amount for each band. The idea is that we should give a band size parameter and then Vega should create 5 buckets for…
2
votes
1 answer

How to enable kibana or elasticsearch alerting or notification

I use EFK (elastic,fluentd,kibana) to analyse my servers logs. I want it to send me notification if a special condition happeend (for example logs are abnormal) I found it is named as watching or alerting in kibana and elastic but as I use basic…
smh
  • 109
  • 1
  • 10
2
votes
1 answer

Many kibana indexes

I'm trying figure out how backup kibana config. My first aproach is make a dump of kibana index but... I don't have a .kibana index. Instead I have.. .kibana_1 .kibana_2 .kibana_task_manager_1 Besides, although I can't see any index called…
icalvete
  • 987
  • 2
  • 16
  • 50
2
votes
1 answer

Sort Documents based on nested child count in ElasticSearch

My Elasticserch index Index Name = movies { "title": "Chris ENDGAME", "cast": [ { "firstName": "Chris", "lastName": "Evans" }, { "firstName": "Chris", "lastName": "Hemsworth" }, …
2
votes
1 answer

How to access specific log attributes in Kibana alert using mustache.js?

I am using Kibana (version 7.1.1) for my logging. I want to set up an alert to Slack channel based on some condition. What I have so far which is working: Created an Alert with Monitor where I have set my condition. Created Trigger which has Slack…
GThree
  • 2,708
  • 7
  • 34
  • 67
2
votes
1 answer

Elasticsearch query slow response via kibana console

Server background : 3 node elasticsearch cluster + kibana + logstash running on docker environment. host server runs rhel7.7(2cpu, 8GB RAM + 200GB fileshare). Versions : elasticsearch 7.5.1 kibana 7.5.1 logstash 7.5.1 filebeat 7.5.1 (runs on…
Sha
  • 156
  • 1
  • 10
2
votes
1 answer

Cannot start Kibana 7.5.0 Fatal Error have not done any changes in configuration file

Getting FATAL Error when starting Kibana 7.5, i have not configured anything i am just running elasticsearch.bat (also v7.5) and kibana.bat '{"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"No handler for type [flattened]…
Anand Maurya
  • 101
  • 2
  • 9
1
2
3
15 16