All Questions
36 questions
1
vote
1
answer
1k
views
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 ...
1
vote
0
answers
1k
views
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 ...
1
vote
1
answer
3k
views
Unable to delete index pattern in Kibana
I have moved from ELK 7.9 to ELK 7.15 in an attempt to solve this problem and it looks like all that effort was of no use. I am still unable to delete the index pattern in Kibana, neither through the ...
0
votes
1
answer
668
views
Kibana pie chart that fetches only a substring of a field
I'm trying to create a pie chart visualization that should take only a part of a field value.
Here I have a field called "Version" whose values can be in the form "1.2.3.4".
Now I ...
0
votes
2
answers
356
views
Dynamic Lookup using Kibana
I'm trying to Visualize some data in kabana.
Let's take an example:
I've few entries for selling some Products with their transaction IDs as one event and its cost in another event.
Line 1 {"...
0
votes
0
answers
327
views
Make keyword field with multiple text "fields" aggregatable
I have a field named "interest" where the user in my application gets information about a specific location and given area of interest (e.g. history, culture, ...).
The field has been ...
0
votes
1
answer
2k
views
Downloading PDF report from kibana/elasticsearch using API call
I am trying to generate PDF reports and download them using a script. I followed below instructions.
https://github.com/elastic/kibana/blob/master/docs/user/reporting/automating-report-generation....
2
votes
0
answers
449
views
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-...
0
votes
0
answers
812
views
Kibana all index gone after update
My cluster consisting of 2 node.
I Just finished updated my elk stack. Previously 7.8, now 7.12. I used to have problem where kibana cannot be started and it shown Kibana server is not ready yet. ...
2
votes
1
answer
778
views
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
{"...
0
votes
2
answers
16k
views
Adding new custom field in kibana
Is there a way to add a new field to all the documents in a index in kibana ? For example , lets assume, i have the age of all the users in my elastic kibana. And i want to separate them into two ...
1
vote
1
answer
2k
views
Kibana count unique records based on log value
I want to create a Kibana metric for the unique users visiting my site.
I have an index collecting logs from a service in format
<date> <[email protected]> - <log message> <client&...
0
votes
1
answer
639
views
Filtering for events occurring within X minutes of each other within Kibana
Is there a filter/query that can be used to find events occurring within say, 5 minutes of each other? I'm specifically interested in seeing details of event_id X, but only if event_id Y also occurs ...
0
votes
2
answers
3k
views
Alerting in Elastic Stack
What is the best way to create alerts in ElasticSearch ? I would like to create alerts and get notified via mail if it crosses the threshold. I am using Elastic Stack 7.9.0
0
votes
1
answer
1k
views
Kibana Visualize Data Table - Difference Between Aggregate Functions in a Separate Columns
Using Kibana 7.10.2 with the documents below, is there a way to compute a custom column that contains the difference between Min(value) and Max(value)?
{
"_source": {
"value":...