Questions tagged [kibana-5]

Kibana is an open source analytics and visualization platform designed to work with Elasticsearch. You use Kibana to search, view, and interact with data stored in Elasticsearch indices. You can easily perform advanced data analysis and visualize your data in a variety of charts, tables, and maps.

Kibana is an open source analytics and visualization platform designed to work with Elasticsearch. You use Kibana to search, view, and interact with data stored in Elasticsearch indices. You can easily perform advanced data analysis and visualize your data in a variety of charts, tables, and maps.

Kibana is a visualization tool that is usually used along with Logstash and Elastic search. It was created by the elastic co. It can be use on elastic cloud or on stand alone server.

Steps to install Kibana - http://www.riptutorial.com/kibana/topic/8843/getting-started-with-kibana

233 questions
2
votes
1 answer

kibana not able to connect to server elasticsearch index - ECONNREFUSED

I have elasticsearch server running having indexes, say server XX.XXX.XXX.XXX:9200. I have index in the server ES cluster XX.XXX.XXX.XXX:9200 for which I am trying to create dashboards in my localhost:5601 (Kibana) In my kibana.yml I have this…
1
vote
0 answers

Embed Kibana Dashboard in the website that dynamically takes value depending on customer id

I am new to Kibana and working on a project where I have to integrate a dynamic dashboard in the website for every user in the system. Is there any way that I can achieve this on Kibana? I tried passing the query using the iframe code, but the…
abhi
  • 337
  • 1
  • 3
  • 12
1
vote
0 answers

Search with parameters in Kibana

I'd like to search in Kibana for results with parameters. For example : Instead of writing in my search field: title:foo AND name:foo AND address:foo I would write : title:param1 AND name:param1 AND address:param1 and pass the parameter param1 =…
Sinda MOKADDEM
  • 796
  • 2
  • 12
  • 35
1
vote
1 answer

does elasticsearch-2 is compatible on upgrading kibana from version 4.5 to 5.x or 6.x

We are planning to upgrade kibana from version 4.5 to version 5 or 6 Below is existing version stack, anyone help whether only kibana up-gradation is compatible or…
1
vote
1 answer

Elasticsearch mapping: is there a disadvantage in using type text for properties which are keyword by nature?

My stack: Elasticsearch 5.4 (with corresponding version of java client and kibana) Hi, I'm using dynamic mapping when creating new indices, and I'm using the below section in my mapping for unknown properties. { "string_fields": { …
dorony
  • 1,008
  • 1
  • 14
  • 31
1
vote
1 answer

How to search substring from log field using the scripted fields in painless without regex

I am trying to create to some scripted fields using painless by capturing some "keyword" in the log field, which is a long text field. for example, I have bunch of the log fields: "Error: Duplicate entry in user1" "Error: Duplicate entry in…
Akira
  • 273
  • 5
  • 15
1
vote
1 answer

No indices match pattern "filebeat-*

I got error --- "No matching indices found: No indices match pattern "filebeat-*"" I just follow the tutorial on https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elastic-stack-on-ubuntu-16-04 curl…
ChaZone
  • 21
  • 1
  • 9
1
vote
1 answer

How to free space in Elasticsearch cluster

My Elasticsearch cluster status is red due to low space but when I checked through query GET /_cat/allocation?v&pretty it's showing 6.8 Gb free space in both nodes. Can anyone help me? shards disk.indices disk.used disk.avail disk.total…
Nagesh Kumar
  • 11
  • 1
  • 2
1
vote
1 answer

How can I show specific messages in logs as bars in kibana

I would like to show each bar in Kibana bar chart from a specific message from my application. Bars should be flowing from right to left. There shouldn't be more than 15 bars in the bar chart. Specifically, each microservice in my app will have…
cross_handle
  • 399
  • 4
  • 12
1
vote
1 answer

How to set timezone in kibana plugins

We can update timezone in kibana application using advance setting https://www.elastic.co/guide/en/kibana/current/advanced-options.html But this timezone is not applicable to Timerange in custom kibana plugins,it always display time as per browser…
jitendra
  • 21
  • 4
1
vote
1 answer

Fielddata is disabled on text fields by default

I've encountered a classic problem, hovewer, no page on SO or any other Q&A or forum has helped me. I need to extract a numerical value of parameter "wsProcessingElapsedTimeMS" out of string, like (where the parameter is contained in the message…
1
vote
1 answer

kibana 6.x Configure Kibana to encrypt communications between the browser and the Kibana server?

what are the steps required to configure https in browser and kibanna server. i downloaded some certification from internet and it is saying not a secure one. it is for our production environment. my company may provide valid ssl certificate. in…
Learn Hadoop
  • 2,760
  • 8
  • 28
  • 60
1
vote
1 answer

How to provide filter tab in timelion charts?

I am trying out some timelion visualizations in Kibana. In it I am not sure how to provide filter tab for the data. For example, yearly country population data and filter tab to filter it based on zone and state. Usually a timelion expression is…
Abhishek Soni
  • 75
  • 2
  • 13
1
vote
2 answers

How to export elasticsearch raw data to csv

I recently started using elasticsearch database and kibana 5.6.9. I was able to export the visualization data to csv using kibana, but not the raw data. Am in search of a method, where I should be able to export the raw data from Elasticsearch to a…
kumar
  • 629
  • 1
  • 6
  • 9
1
vote
0 answers

Elasticsearch Kibana Date Display Issues

I have two Elasticsearch date fields that are not showing up correctly in Kibana. The dates are shipped as longs corresponding to milliseconds since epoch. For instance, 1513864139000 which corresponds to Thu Dec 21 2017 08:48:59 in my local time…
skpuri
  • 53
  • 5