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
1
vote
1 answer

How to calculate the sum amount of parent field in Elasticsearch?

Hi I have denormalized the data to be flat in elasticsearch. e.g. {childId: 123, childAmount: 3.4, parentId: 1, parentAmount: 5.6} {childId: 234, childAmount: 4.4, parentId: 1, parentAmount: 5.6} {childId: 345, childAmount: 5.4, parentId: 2,…
Xin
  • 33,823
  • 14
  • 84
  • 85
1
vote
0 answers

sum count and max elastic

how can i calculate the number of filter : sum[product.stillDate-Max (product.cutoff)> 0] example of given: product: A1- consumer: C1 { "IdProduct": "A1", "IdConsumer", "C1", "StillDate": "2017-10-23T10: 00: 00Z" "Cutoff": "2017-10-21T00: 00:…
1
vote
0 answers

Securing Kibana for an internet facing startup

New to Kibana & not an expert in web security. We're trying to build a small startup in which we're leveraging Kibana 5.x for our backoffice analysts for data exploration. This is a webapp and will be accessible over the internet. Also, X-PACK…
user1189332
  • 1,773
  • 4
  • 26
  • 46
1
vote
1 answer

Elasticsearch: get top nested doc per month without top level duplicates

I have some time-based, nested data of which I would like to get the biggest changes, positive and negative, of plugins per month. I work with Elasticsearch 5.3 (and Kibana 5.3). A document is structured as follows: { _id: "xxx", …
Casper Gerritsen
  • 314
  • 3
  • 13
1
vote
1 answer

Can I get messages from the Kibana visualization?

Wondering if there is a way to get list of the messages related to a Kibana visualization. I understand if I apply the same filter on the "Discover", which is on "Visualization", I can filter the related messages. But I want to have more direct user…
Dimitry Khan
  • 195
  • 1
  • 2
  • 12
1
vote
0 answers

Kibana 5 not working behind nginx

I have setup ELK using docker (https://github.com/deviantony/docker-elk). Then I added a subdomain to nginx with this config: location / { auth_basic "closed site"; auth_basic_user_file /var/www/passwd; proxy_http_version 1.1; …
Sebastian Grebe
  • 657
  • 1
  • 8
  • 23
1
vote
0 answers

Kibana - aliasing fields in visualization

I have a Data Table visualization. The statuses have there own values, 1 - Net Banking 2 - Cash On delivery 3 - Mobile payment Is there any way I can alias these values to their meaning in this data table ?
Luv33preet
  • 1,686
  • 7
  • 33
  • 66
1
vote
0 answers

How to create a stacked bar graph in kibana?

I have data in JSON format like this in my elasticsearch: { "features": [ { "feature": "A", "Yes": 19, "No": 0, "Maybe": 81 }, { "feature": "B", …
sudhanva
  • 699
  • 1
  • 7
  • 28
1
vote
1 answer

Elastic search next steps

I'm new to elasticsearch and am still trying to set it up. I have installed elasticsearch 5.5.1 using default values I have also installed Kibana 5.5.1 using the default values. I've also installed the ingest-attachment plugin with the latest x-pack…
bilpor
  • 3,467
  • 6
  • 32
  • 77
1
vote
1 answer

How to install Vega plugin for Kibana 5.5.0?

I am just starting using Kibana (5.5.0). I found a nice plugin called Vega. After spending several hours unsuccessfully trying to install this plugin, I decided to publish here this question. For example, when I run this command bin/kibana-plugin…
Dinosaurius
  • 8,306
  • 19
  • 64
  • 113
1
vote
0 answers

503 Error Service Unavailable error kibana

I have installed elasticsearch 5.5, logstash 5.5 and kibana 5.5 on same aws ec2 instance for learning purpose. Elasticsearch, logstash and kibana are running but when I open kibana on port 5601 then a default page get open with 503 service error,…
YATIN GUPTA
  • 916
  • 9
  • 17
1
vote
0 answers

Unable to use the kibana-time-plugin

I am using kibana 5.4.3. I have created dashboards with time as one of the axis in many visualizations. I need the time filter for the dashboard to be useful. But when i embed the dashboard on my website, the time filter is not visible. I tried the…
1
vote
1 answer

Can we write our own GUI instead of using kibana

In out project, we have decided to use ELK for the distributed logging mechanism. Our project has its own UI. We dont want to have 2 UIs. One for kibana and other for project. So I would like to know, 1. if we can integrate kibana into our UI. 2.…
vinod hy
  • 827
  • 2
  • 14
  • 26
1
vote
0 answers

Elasticsearch murmur3 template

How to use murmur3 hash? Can you please give a sample with comments of each fields. I have read the documentation on https://www.elastic.co/guide/en/elasticsearch/plugins/current/mapper-murmur3-usage.html and they gave a sample like these: PUT…
hll v
  • 33
  • 4
1
vote
1 answer

How to parse an internal json part from log4j record using egrok

This is my input log4j line being shipped by filebeat 2017-07-02 08:46:28,702 INFO com.company.service.EventService - Consumed event: { "details": { "A": 10, "B": "EUR" }, "eventId": "45YHJAIBpPeExHtskhqRbTDI9oEk2wPl", …
rayman
  • 20,786
  • 45
  • 148
  • 246