Questions tagged [kibana-6]

Use this tag for topics specific to version 6 of the data exploration and visualization tool Kibana. Use it together with [kibana] and / or [elasticsearch]

Use this tag for topics specific to version 6 of the data exploration and visualization tool Kibana. Use it together with [kibana] and / or [elasticsearch]

145 questions
25
votes
4 answers

How to write comments in Kibana console?

Can you provide me with a hint how to comment out lines in Kibana Dev Tools console? I am interested in comment syntax.
ludgo
  • 465
  • 1
  • 6
  • 13
10
votes
1 answer

Serilog writes the logs twice

I'm using Serilog with Elasticsearch sink with the configurations like this: Log.Logger = new LoggerConfiguration() .MinimumLevel.Verbose() .MinimumLevel.Override("Microsoft", LogEventLevel.Verbose) …
Mohsen Kamrani
  • 7,177
  • 5
  • 42
  • 66
9
votes
1 answer

Timelion split multiple times

Is there any possibility to split multiple times in timelion? Currently I use an expression like this: .es(q='name:*jvm*', metric=avg:mean, split=name.keyword:10) .label(regex='.*whatever\.(.*) >.*', label=$1) resulting in a timeseries…
Franz Ebner
  • 4,951
  • 3
  • 39
  • 57
8
votes
1 answer

Filter square brackets on Kibana

I'm struggling to filter square brackets on my log messages in Kibana. Suppose I have the messages: [BOOK] The Book 32 was sold Exception on buying BOOK And I want to filter only messages having exactly [BOOK] (so I should get only the first…
João Menighin
  • 3,083
  • 6
  • 38
  • 80
7
votes
2 answers

Set a Kibana dashboard filter through the url

I created a Kibana dashboard, containing some visualization. I can successfully embed the dashboard using the provided…
gbalduzzi
  • 9,356
  • 28
  • 58
6
votes
1 answer

Kibana visualization - Customize legend labels

I have a stacked bar chart, split by a boolean field. This causes the legend to appear with two colours (cool!) but the legend has these values: true and false. To the reader, there is no context for what is true or false means. In this case, the…
biscuit314
  • 2,384
  • 2
  • 21
  • 29
5
votes
0 answers

Version control Kibana Saved Objects?

How can I automate version control of Kibana Saved Objects in an AWS environment? I have an Elasticsearch domain hosted on AWS and I have configured Kibana to visualize the data. Now, I would like to version control the Kibana configuration for…
matsev
  • 32,104
  • 16
  • 121
  • 156
5
votes
1 answer

How to filter the aggregation results in Kibana (elastic search)?

I want to filter the elastic search aggregation results in Kibana (v6.2). For example, I want to show only sum of hours those that are more than 100 (like HAVING command in SQL). I know that we can filter the results in filter section over other…
Enayat
  • 3,904
  • 1
  • 33
  • 47
3
votes
2 answers

How can I clone dashboard and visualizations?

While working on new version of dashboards I need to leave previous versions unchanged. So I need to clone existing dashboard and save it as original name with some postfix - for example v.2. I know there is possibility to clone dashboard in Kibana…
Piotr Perak
  • 10,718
  • 9
  • 49
  • 86
3
votes
3 answers

Kibana - Not able to start kibana on windows 10

I want to implement centralized configuration with ELK for our Spring boot microservices. I have installed 3 different version of Kibana 6.3 , 6.7 and 7 version. un-comment port and elasticsearch.url (used default value - elastic search…
StackOverFlow
  • 4,486
  • 12
  • 52
  • 87
3
votes
1 answer

Elasticsearch top_hits aggregation vs latest document

I am trying to get a list of users who has as their last activity "connect". Ideally, I want this as a metric viz or a data table in Kibana showing the number of users that connected last and the list of them, respectively. I have, however, given up…
3
votes
3 answers

Kibana 6.5.4 Create index pattern stuck

I am using kibana 6.5.4 to visualise my data in ES but there are sth wrong. Firstly, I searched the index "sentiment" and it does exist in my ES; Secondly, I clicked "Create index pattern"; Finally, it stuck here forever...
Z.LI
  • 369
  • 3
  • 11
3
votes
1 answer

How to convert elasticquery into kibana URL

i am using kibana 6 dashboard to show visualization. i have a elastic query like below and it need to pass in kibana dashbaord URL : { "query": { "bool": { "minimum_should_match": 1, "should": [ { "match_phrase":…
Pirai Sudie
  • 162
  • 3
  • 17
3
votes
1 answer

Elasticsearch tried to parse field [null] as object, but found a concrete value

How can I change mapping to resolve these error, new to elastic stack ` [logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"cloudtrail-2018.10.08", :_type=>"doc",…
3
votes
0 answers

Percentile aggregation in Timelion

I'm trying to change a Timelion query from averages to percentiles. My current, working query is .es(index=*, metric='avg:duration'). This gives me a nice graph. Now I change my query to .es(index=*, metric='percentiles:duration:50,95') as…
Jorn
  • 20,612
  • 18
  • 79
  • 126
1
2 3
9 10