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

How does one create an Index Pattern in Kibana?

I've installed Kibana 6.2.1 on my box and it says that I need to create an Index Pattern before I can use it. The problem is that I can't figure out how to actually create one. All the guides I've seen suggest going into Settings and creating one…
AngryHacker
  • 59,598
  • 102
  • 325
  • 594
1
vote
1 answer

Search all JSON records that contain a particular attribute present using Kibana Console

I have an Elastic Search data store where I am storing JSON data. Say it has the following format: { "orderNumber": "1234" "contactInformation": { "firstName": "Jane", "lastName" : "Doe", "email":…
Susanna Michael
  • 141
  • 1
  • 3
  • 11
1
vote
1 answer

Automate exporting CSV report in Kibana

I am trying to automate the csv export in Kibana. I know we can always send POST request to generate the report but the file will be available in reporting tab and not downloaded automatically. Is there any way by which an application can…
Saif Haider
  • 511
  • 1
  • 5
  • 16
1
vote
1 answer

Kibana query for sentence (words with specific order) with 4 digit number

I am pretty new to Elasticsearch and want to find below sentence in message field completed in ???? ms where ???? are numbers I have this at the moment { "query": { "query_string": { "analyze_wildcard": true, "default_field":…
MomoNjf
  • 78
  • 6
1
vote
1 answer

Want to fetch latest record from the list of records in kibana using DSL query

We are using the ELK v6.6 version. We have requirement in Kibana that we have list of records which are displaying in the Kibana data table. We need to display last updated record on top of the table. For which we are using below DSL query but which…
1
vote
1 answer

How to specify tenant in API request to Elasticsearch?

I need to get all indices from Global tenant in Kibana 6.7.1: GET /api/saved_objects/_find?type=index-pattern How can I specify tenancy?
TotalAMD
  • 887
  • 1
  • 10
  • 20
1
vote
1 answer

Kibana Dashboard instead of my application dashboard

Is it possible to integrate Kibana dashboard in my application instead of my application dashboard, that means when you click on dashboard tab it should open Kibana dashboard.
Ayush Somani
  • 146
  • 11
1
vote
1 answer

Kibana : How to show only limited lines/words around search term, and not full document?

I have documents, having 1000s of lines, indexed in elastic search and I am trying to search these documents using Kibana. It is working fine. But as Kibana returns full document in search result, user has to scroll a lot to see their search terms…
Elf
  • 659
  • 9
  • 19
1
vote
1 answer

How to look for a log entry in kibana without filtering out other ones?

While analyzing logs, we sometimes need to look for logs just before or after a certain line. I can't seem to find a way to search for anything without filtering out everything else. For example I'm looking for an entry with timestamp=12:34:55, but…
1
vote
1 answer

Kibana not showing the correct data while choosing with timestamp & received_at

I have Below logstash.conf file, where i saw the data was processing correctly but today i see very weird issues where indices for noi-syslog are not showing the correct syslog_timestamp . input { file { path => […
1
vote
0 answers

x-pack alert plugin in kibana 6.6.1

I am working with elasticsearch 6.6.1 and kibana 6.6.1.Upon installing x-pack plugin it is giving the error "you are using the OSS-only distribution of Kibana. As of version 6.3+ X-Pack is bundled in the standard distribution of this software by…
Priya
  • 11
  • 3
1
vote
0 answers

Docker ELKv6.6.1 Authentication

I am not able to setup passwords for Kibana and ElastiCsearch. Please see below docker-compose.yml. I would appreciate if someone could put me in right direction? Use Case: I would like to setup authentication/login for Kibana and Elastic …
srk
  • 3,606
  • 2
  • 18
  • 23
1
vote
1 answer

Alert for script filled value

I am using Logstash-6.3.0 ,Elastic search-6.3.0 and Kibana-6.3.0 combination. I have some fields in kibana which are scripted. I need to send an alert based on these values. I can send alert for elastic search fields using watcher plugin for…
1
vote
1 answer

Logstash Rabbitmq connection refused

Have installed Elasticsearch-6.6.0 and kibana-6.6.0 in Windows core 2016 Server it is up and running, I had to index the data from Rabbitmq, so downloaded and unzipped logstash-6.0.0 and made a config file for rabbitmq as follows input { …
vinoth
  • 101
  • 11
1
vote
1 answer

Show all available routes in Kibana

I'm new with Kibana and Elasticsearch also and want to use some API to investigate the connection between them. But got some errors when testing. Ex: when I run /api/saved_objects/_find?type=index-pattern It worked, but some APIs does not. It…
bird
  • 1,872
  • 1
  • 15
  • 32
1 2
3
9 10