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

Is there API/code to get list of ids from kibana visuals,dashboards,charts?

I want to show charts, visuals(without Kibana UI) generated from Kibana in our project UI dynamically. Is there any API/code to get the list of ids of charts or dashboards from Kibana?
k.rohit
  • 41
  • 6
2
votes
2 answers

Export-import Kibana [7.4] objects through saved_objects api

I am trying to move index patterns, visualizations and dashboards from one Kibana to another. They are running in separate dockers, listening to different ports. In the saved_objects API there are, import and export. Naively assuming that what…
HerrIvan
  • 650
  • 4
  • 17
2
votes
0 answers

Kibana - Show visualizations of top 5 (line date histogram)

I'm using kibana's line visualization to get a graph for multiple series over time. I want to filter the graph to get the 5 worst series (by the last values). I've tried to add size = 5 at Split Series but I got the top 5 in each date (I need to…
Hilay Vais
  • 21
  • 3
2
votes
0 answers

Unable to revive connection [Kibana]

I have a Elasticsearch instance in dev mode. My Elasticsearch config is following, cluster.name: "logparser" node.master: true node.data: true node.ingest: true node.ml: false path.data: /storage/elasticsearch path.logs:…
arif
  • 579
  • 1
  • 7
  • 21
2
votes
0 answers

Trying to configure APM Agent for APM in ELK Stack 7.3.2

Using ELK Stack 7.3.2 running on Linux. APM Server is running. APM Agent is running. I am able to see the name of the process I am monitoring but I am not getting data. I am not getting any transaction, errors or metrics.
Boris Kleynbok
  • 317
  • 2
  • 5
  • 15
2
votes
1 answer

Remove stopwords while querying using GET Request in Elasticsearch

I'm trying to implement Stop Token Filter in an index of Elasticsearch. I've following code taken from here. PUT /test1 { "settings": { "analysis": { "filter": { "my_stop": { "type": "stop", …
Jamshaid
  • 370
  • 2
  • 11
  • 40
1
vote
0 answers

Kibana 7.17.3 - serverBasePath result in 404 Status

I setup EFK Stack Using Helm Chart and versions of Elasticsearch Kibana and filebeat are 7.17.3 Helm Chart Link: Installation is success Able to access kibana UI (When exposed as service type Loadbalancer) now when trying to access kibana (using…
Chanikya_Sai
  • 101
  • 1
  • 3
1
vote
0 answers

Filter using a "Scripted fields" in a Kibana dashboard

I create dashboards under Kibana. I wanted to plot my graphs according to the date but I only had a "date" parameter in integer. This "date" parameter represents the date in the form of milliseconds. To remedy this I created a scripted fields…
bricos29
  • 13
  • 3
1
vote
0 answers

How to use Json Input option to do calculations in Kibana Aggregation Based visualisation

I am trying to create a visualisation in kibana by calculating the other two fields. For this same purpose, we can use scripted fields but I heard that creating scripted fields can decrease the indexes performance(not clear). So I tried to use this…
FAYIS
  • 21
  • 3
1
vote
1 answer

How to export data in CSV in kibana custom plugin using Reporting plugin

how can I export data which I rendered in a dataGrid inside of a custom plugin using data plugin How did I render the data inside a plugin? follow -> Git app.tsx I want to export this data using the kibana plugin Dashboard plugin has an example…
1
vote
0 answers

Embed Dashboards Kibana with Security

I want to embed my dashboards made in Kibana in a webpage. However, I have security enabled in Elastic and Kibana, so to open a dashboard it requires the Kibana login. There is any way I can auto-sign-in users to see Kibana dashboards in the…
1
vote
1 answer

The display of a signal element in the Vega visualization within a Kibana dashboard is not fully displayed using autosize

I want to have a display of Vega in Kibana, with the autosize active to be able to adjust it to any size in a dashboard, but I can't get it to show me the signal (radio type) without having to use the scroll bar. Here I show an example code where…
1
vote
0 answers

Viewing index data in multiple kibana spaces

how to view my index data from one space in different kibana space? I have created a role and user for the space, given all the kibana privileges to the role, and now I want to view the data of my existing space in this new space, but i am unable to…
1
vote
1 answer

Create multi-line chart on Kibana vega with legend based on inner buckets key values

I had a query response providing the data of format { "key_as_string": "2022-02-28T00:00:00.000Z", "key": 1646006400000, "doc_count": 2070, "count": { "doc_count": 3992, …
ddttdd
  • 111
  • 1
  • 6
1
vote
1 answer

Mutate data in logstash with nested JSON

Below is a sample log entry(JSON) that I am working on: { "Order": { "content": { "seqnum": "107", "type": "DAIRY", "section": "A1", "time": "2022-03-02T14:21:45", "version":…
Paul
  • 71
  • 5
1 2
3
15 16