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
0 answers

Sub charts in Kibana

Is it possible to create a sub chart in Kibana? For example, if a pie chart has 3 divisions and if I clicked a division, it has to go to another pie chart or other chart where it gives more details about the clicked division.
Harish K
  • 46
  • 3
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
2
votes
1 answer

Which version of Kibana is to be used with Elastic Search 5.1?

I am confused in choosing the right version of Kibana with Elastic Search 5.1. Is it necessary to use Kibana 5.1 with Elastic Search 5.1 or can I use any version? Please suggest. Thanks
2
votes
1 answer

Elastic search 5.3 - failed to find geo_point field

I am referring this Geo Distance Query example given on elastic search documentation. Version : 5.3 As per tutorial i performed this query to insert data in index PUT /my_locations/location/1 { "pin" : { "location" : { "lat"…
parth
  • 624
  • 1
  • 10
  • 29
2
votes
2 answers

How to delete alll es index templates ? (Elasticserch 6.1.3)

I try to delete all templates in my local instance .but it fail and I got this message .How do I delete all templates ? I don't understand this error. My query : DELETE /_template error : { "error": "Incorrect HTTP method for uri [/_template]…
2
votes
0 answers

Import Kibana Dashboard in separate webapp

I have separate kibana interface to monitor logs coming from various servers. Dashboards are made server wise. I have also used searchguard authentication to authenticate user with elasticsearch. Now I am making a web interface which allow client to…
YATIN GUPTA
  • 916
  • 9
  • 17
2
votes
1 answer

Daily unique count, weekly unique count in the same Timelion chart

I want to visualize the unique count for a field aggregated daily and weekly per day in the same sheet. But timelion aggregation affects the entire sheet instead of just a single chart. The expression I am using to get the daily unique count is…
Dat Chu
  • 10,822
  • 13
  • 58
  • 82
2
votes
1 answer

How to update date display format in kibana?

I want to change the date display format in kibana. Kibana provides this feature via moment.js, but not enough documentation available, or at least it doesn't work properly. Current date format: "MMMM Do YYYY, HH:mm:ss.SSS" Required date format: "DD…
2
votes
1 answer

Treemap in Kibana

Is it possible to create a treemap in Kibana? Treemap is not among the visualizations types shown in the visualize tap. I am using Kibana 5.5. Is there a plugin out there?
Fisseha Berhane
  • 2,533
  • 4
  • 30
  • 48
2
votes
1 answer

Graph with percent change between periods in Kibana

I have an index with Elasticsearch which contains (inter alia) year and weight fields. In Kibana (v5), I can easily produce a bar chart presenting the sum of all weights for each year: How can I construct a bar chart, that will present how the…
MatFiz
  • 973
  • 1
  • 8
  • 25
2
votes
0 answers

Elastic search : Epoch time date detection in dynamic mapping

I have a dynamically mapped index in Elastic Search. One of the fields lastUpdated is an epoch time which is being detected as long. How do I ensure this is picked up as date type. Is there a way to modify one of the fields (type change from long to…
Hexy
  • 828
  • 14
  • 24
2
votes
1 answer

How to remove default fields in kibana 5.3

I have setup ELK stack 5.3. Now kibana is messed up with a lot of values under "Available Fields". How to remove these unwanted fields? Also, I need to remove some built in fields like "beat.hostname","beat.name","beat.version",etc. How can I do…
Ashik Mohammed
  • 979
  • 1
  • 7
  • 9
2
votes
1 answer

Parse integer and show in timeline in Kibana

Here is the Kibana UI and I want to parse some Integer in the message. The number in the end of message is the process time for one method and I what to visualize the average process time by hour in Kibana. Is that possible? I tried some conf in…
aisensiy
  • 1,460
  • 3
  • 26
  • 42
2
votes
0 answers

How to share visualizations for public access in Kibana?

How can I share dashboards and visualizations using a share link and block access to the Kibana (5.1.1) management panel? When I use X-pack for security then all users have to type login and password to access charts. I would just share charts with…
bolec_kolec
  • 500
  • 3
  • 13
2
votes
0 answers

Any possibility of adding new UI components within the Kibana Dashboard?

Let's say I'm having few Kibana dashboards created upfront, and what I need to know is that will it be possible for me to add a UI component, for example a print button within the dashboard itself, in order for the user to print the dashboard…
Kulasangar
  • 9,046
  • 5
  • 51
  • 82
1 2
3
15 16