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
3
votes
1 answer

Kibana 6.4 Runnin as Daemon

I am using elasticsearch.zip , and kibana.zip in linux . Elastic search have option to run as daemon using (elasticsearch -d -p pid). it is working fine after we closed the putty. How can achieve the same for kibana . I tried with "kibana &". after…
Learn Hadoop
  • 2,760
  • 8
  • 28
  • 60
2
votes
0 answers

DSL Query in Kibana Discover not working as Kibana Dev tools

Below are MappingIndex, Value Inserted and Nested Search query with inner hits ** Creating Elastic Mapping Index** PUT employee { "mappings": { "emp_db": { "properties": { "emp_group": { …
Suven
  • 31
  • 2
2
votes
0 answers

Custom plugin menu item does not show up in Kibana deployed using Kubernetes

I have created a custom kibana plugin using the instructions from the link below. When I build and install the generated plugin on a kibana instance deployed using a pre-built version, the plugin works and the menu item shows up in the kibana…
Daniccan
  • 2,755
  • 1
  • 18
  • 27
2
votes
1 answer

How can I disable/hide the Dev Tools plugin in Kibana

I want to hide the Dev Tools menu item in Kibana, but according to their roadmap, that's not possible with their permission system nor will it be anytime soon. (see https://discuss.elastic.co/t/disable-hide-management-plugin-kibana-5/72763) Kibana…
Uncle Code Monkey
  • 1,796
  • 1
  • 14
  • 23
2
votes
3 answers

How to use elastic query to filter the Kibana Dashbaord in webpage

i am using Embedded iframe Kibana dashboard in my web page, Now i want to filter Dashboard by elastic query. I can't find solution so i am looking your suggestion to do this. Thank You
Pirai Sudie
  • 162
  • 3
  • 17
2
votes
1 answer

How do you get a single value and run conditional check in elasticsearch query syntax for percentages using sentinl plugin

I'm using Elasticsearch 6.4 and Kibana 6. Also I am using the Sentinl plugin. https://github.com/sirensolutions/sentinl This plugin is a free alternative to xpact watchers and monitoring. I'm having some difficulty writing the watcher queries…
2
votes
1 answer

Kibana using regex doesn't work as expected

I'm quite new to the use of Kibana and Elastic search, but I have it working and can search on strings etc no problem. But I want to search on this regex threshold of 1000 ms: ([5-9],\d+|[1-9][0-9],\d+|[1-9][0-9][0-9],\d+) Which works as tested…
Craig
  • 55
  • 1
  • 9
2
votes
1 answer

Resolving index UUID stored in searchSourceJSON

I need some help to resolve the UUID that is stored in the searchSourceJSON to the actual index alias name. I exported the (1000+) visualizations using Kibana and many of the visualization definitions contains a UUIDs instead of actual alias…
Mike
  • 1,390
  • 1
  • 12
  • 17
2
votes
1 answer

Elasticsearch Field limit more than 1000

Can someone assist please. I need to fix the error so CloudTrail log in S3 can be shipped to Logstash the ES and viewed in Kibana. Can't figure out how to increase the field limit to something higher. My configuration looks like input { s3 { …
tripleb
  • 67
  • 2
  • 2
  • 10
2
votes
0 answers

how to plot the difference of two Timelion time series alongside them

I have two long time series in timelion with different labels like example1 and example2: .es(q='(supported_version : true) && NOT (token : Alerter) && (upstream: example )').mvavg(window=1h).divide(.es(q='(supported_version : true) && NOT (token :…
2
votes
3 answers

In Kibana, I have fields that contains a question mark `?` not showing in metric field

In Kibana, I have fields that contains a question mark ?. The goal is to create a filter that excludes all entries containing a question mark in the field. So, when i'm trying to create a metric under Aggregation with Term those fields which are in…
Karn Kumar
  • 8,518
  • 3
  • 27
  • 53
2
votes
1 answer

Elasticsearch time-range query and data

I am struggling to formulate the right API search call for Elastic Search that will ask for ipv4address that I want in last 1 hour. First attempt: curl -X GET "localhost:9200/ipaddresses/_search" -H 'Content-Type: application/json' -d' { …
datacruncher
  • 155
  • 1
  • 1
  • 13
2
votes
1 answer

elastic search join query

I am having hard time doing join queries in elastic search. My use case is given a particular field and value for it in child document , retrieve the parent document. I have established parent child relationship between two document following the…
jojo
  • 395
  • 3
  • 14
2
votes
2 answers

How do I import a Kibana 6 visualization into elasticsearch 6 without using the Kibana UI?

I am trying to import a Kibana 6 visualization into Elasticsearch 6, to be viewed in Kibana. I am trying to do this with a curl command, or essentially a script without going through the Kibana UI. This is the command I’m using: curl -XPUT…
Kyle Shaw
  • 21
  • 1
2
votes
1 answer

Add math to metrics in kibana

I have this count metric: Is it possible this number (457) multiply on some coefficient ? For example 457 * (10 / 29) to get: 157,58
user2264784
  • 447
  • 1
  • 5
  • 15
1
2
3
9 10