All Questions
35 questions
0
votes
1
answer
80
views
Is defining "roles" : option mandatory while we update user details like email, full_name in kibana user section
I want to update my full_name and email in User details.
When I'm running the command, details are updating as per the request. But whenever I'm running the command without adding "roles" ...
0
votes
1
answer
38
views
Consuming multiple data files from ES Cluster in Kibana
Is it possible to consume multiple data files from an Elasticsearch cluster in real-time to create a visualization in a Kibana dashboard?
I am expecting multiple ndjson files and everytime I receive a ...
0
votes
1
answer
1k
views
I am looking for a Process to Create Daily Indices . That can Generate Logs report On daily basis
I am Using Kibana 6.4.3 and I want to Retain few month Logs but Untill I setup daily indices. Need a process to setup auto generation of Daily Indices.
0
votes
0
answers
60
views
Kibana while updating role I'm getting this error "applications is not allowed"?
When I try to update an existing role with some indexes I'm getting the "applications" is not allowed
0
votes
3
answers
4k
views
kibana how to give Role or Access to user to see Only One Single Dashboard?
These are the Dashboards I created using Vizualisations. Lets say When User SignIn to KIbana, It should display only one Dashboard based on role.
Eg: I want to show App Analytics Dashboard to one ...
1
vote
2
answers
807
views
Not able to parse string to date in logstash/elasticSearch
I had created a logstash script to read a logfile which is having various timestamp of format "2018-05-08T12:18:53.506+0530". I am trying to parse it to date using the date filter in log stash
date{
...
0
votes
1
answer
610
views
Elasticsearch Query "must match" in log
I have the following in my log that i would like to use ElasticSearch query to find:
2014-07-02 20:52:39 INFO home.helloworld: LOGGER/LOG:ID1234 has successfully been received, {"uuid"="abc123"}
2014-...
1
vote
0
answers
60
views
Do all my log sources need to use the same field names with the ELK stack?
If I have a number of different sources for logs all logging to the same Elasticsearch cluster, do all those sources need to use the same field names for the same information if I want to make ...
20
votes
3
answers
14k
views
Are there conventions for naming/organizing Elasticsearch indexes which store log data?
I'm in the process of setting up Elasticsearch and Kibana as a centralized logging platform in our office.
We have a number of custom utilities and plug-ins which I would like to track the usage of ...
0
votes
1
answer
807
views
Kibana Filtering visualization fields
I am quite new to Kibana, hoping someone can help me get past an issue I'm having.
I have memory profiling from multiple VMs getting put into elasticsearch using a custom beat.
When in the Discover, ...
2
votes
2
answers
2k
views
ELK most appropriate timestamp name _ or @
What is the most appropriate name for the timestamp when utilizing Logstash to parse logs into Elasticsearch, then visualizing with Kibana?
I am defining the timestamp using date in a filter:
date {
...
0
votes
1
answer
155
views
Inconsistency between Kibana and elasticsearch rest api search output
I've setup ELK Stack. When I query for certain type of log event in kibana it gives me 20 results since start and that is the correct result, but when i query for the same type of log event using rest ...
0
votes
1
answer
379
views
Making a query on ES using Kibana
So i was trying to fetch all documents with duplicate data in field "svctag".
I made the following query for the same.
"aggs": { "svctag": { "terms": { "field": "svctag","size": 0, "min_doc_count": ...
1
vote
0
answers
116
views
Kibana 4.0.3 - Simple scripted field not working
I have two fields - OldValue and NewValue indexed in elasticsearch.
For both these fields :
type -> number
analyzed -> false
indexed -> true
Now I am trying to add a scripted field called ...
0
votes
2
answers
3k
views
Vertical bar chart in Kibana
I have set up ELK stack and following type of JSON is getting stored in elasticsearch(following JSON is copied from Kibana UI).
Now I want to display Vertical bar chart which will have Top 5 "...