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
34
votes
8 answers

Kibana - how to export search results

We've recently moved our centralized logging from Splunk to an ELK solution, and we have a need to export search results - is there a way to do this in Kibana 4.1? If there is, it's not exactly obvious. Thanks!
MachineShedFred
  • 443
  • 1
  • 4
  • 4
5
votes
1 answer

Dashboard Only Mode in Kibana 7.0.1

I am very new to ELK stack, and just exploring kibana, already created Dashboards and now when i share that Dashboard to others it shows all other tabs too in kibana instead it should be display only Dashboard. how do i set such things in kibana? I…
Juned Ansari
  • 5,035
  • 7
  • 56
  • 89
4
votes
1 answer

Missing authentication credentials for REST request when using sniffing when Kibana starts

I just upgraded ELK from 7.1.0 to 7.5.0 and Kibana fails to start with {"type":"log","@timestamp":"2020-01-22T17:27:54Z","tags":["error","elasticsearch","data"],"pid":23107,"message":"Request error, retrying\nGET http://localhost:9200/_xpack =>…
o1o1o11o1
  • 79
  • 1
  • 1
  • 6
4
votes
1 answer

License information could not be obtained from Elasticsearch for the [data] cluster

I have installed elasticsearch 7.5.1 and the same version of Kibana. My es cluster seems fine, but Kibana is not able to connect to the elasticsearch. Kiabana.yml is as below: server.port: 5601 server.host: "" server.name:…
4
votes
1 answer

How can I develop a plugin for Kibana?

I am really a beginner in ELK stack. I want to learn a plugin building for Kibana. I see their documentation for plugin building (https://www.elastic.co/guide/en/kibana/current/development-plugin-resources.html) But the thing is, it's not enough for…
3
votes
1 answer

Kibana v 7.9.2 exact format for hour_minute_second

I followed and https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-date-format.html but I could not find the answer that required . I created index using GET film/_mapping Also as per the accepted answer in Elasticsearch:…
Sameera De Silva
  • 1,722
  • 1
  • 22
  • 41
3
votes
2 answers

Setting Alerting configuration on Kibana 7.9

I am using basic license for elastic search with on-premises deployment without security. I want to get started with Alerting and Actions in Kibana 7.9. I have set xpack.encryptedSavedObjects.encryptionKey value as per documentation here I restarted…
3
votes
1 answer

Geopandas dataframe to GeoJSON to Elasticsearch index?

I've a question that is related to this question: I'm relatively new to python and now have started to visualize in Kibana, which I'm brand new at (as in, I've never used it before). Now I have a pandas datafram geoseries like this: ID …
Lotw
  • 423
  • 1
  • 4
  • 15
3
votes
1 answer

How to find filed exist but empty in kibana KQL?

As title, i can't find a way to do it in kibana KQL. I have tried NOT field, it's not work.
Chandler.Huang
  • 873
  • 3
  • 12
  • 24
3
votes
1 answer

Kibana not sending alert on new data

I have an Alert setup on Kibana (v7.1.1) for sending an alert whenever an OutOfMemory log is encountered. The trigger is setup with severity 2 to send alert to a list of email with Throttle actions to only trigger every 5mins. This alert creates a…
bot
  • 1,293
  • 3
  • 17
  • 34
3
votes
2 answers

How to Increase the timeout for a get request in kibana devconsole

i am using elk 7.1.1 with x-pack installed. I am trying to perform a get command in kibana dev console to get the list of all snapshots GET _cat/snapshots// output { "statusCode": 504, "error": "Gateway Time-out", …
Vamsi Krishna
  • 71
  • 2
  • 10
3
votes
1 answer

Exceeding maximum length of field in elasticsearch - error in kibana

Discover: The length of [message] field of [-CSnZmwB_xkQcDCOrP1V] doc of [prod_logs] index has exceeded [1000000] - maximum allowed to be analyzed for highlighting. This maximum can be set by changing the [index.highlight.max_analyzed_offset] index…
UMA MAHESWAR
  • 167
  • 3
  • 16
2
votes
0 answers

Kibana 7.1x (7.16 for me) resets colors when editing "vertical bar" visualization type

When I edit a vertical bar vizualisation in kibana, the histogram colors reset to the default value each time I edit the visualization. Before I click on the edit button (from the dashboard view) After the click "edit visualization", I obtain the…
Pat. ANDRIA
  • 2,330
  • 1
  • 13
  • 27
2
votes
2 answers

Unable to retrieve version information from Elasticsearch nodes. Request timed out

I am installing Kibana and elasticsearch version 7.15.1 as per instructions mentioned in the link Install Kibana with Docker The commands I am using are docker network create elastic docker pull…
2
votes
0 answers

Kibana API Action and connector APIs returning 404

I'm trying to use the actions and connector endpoints of the kibana api and its giving me 404, but things to do with listing spaces work fine https://www.elastic.co/guide/en/kibana/7.x/actions-and-connectors-api.html curl --location --request GET…
Kay
  • 17,906
  • 63
  • 162
  • 270
1
2 3
15 16