Questions tagged [kibana-4]

Kibana is a highly scalable user interface for `elasticsearch` that allows you to efficiently search, graph, analyze and otherwise make sense of a mountain(s) of data. It is often used to visualize data that is stored in `elasticsearch` which agains is usually parsed and fed in by `logstash`. It essentially uses the `elasticsearch's` REST APIs to query it and has in built graphing and search functionalities that are highly intuitive and simple to use.

Kibana is an application for exploring and visualizing your data. It helps you find meaning in that data with tools for searching, creating visualizations, and combining those visualizations to build dashboards. It is commonly used within the system administration, logging, and business analytics communities but is compatible with just about any data.

Kibana is an open-source project and uses the engine, another open-source project, for its powerful search and aggregation capabilities.

As a part of the , Kibana and elasticsearch can be paired with to build a powerful logging analysis solution.

Overview: Kibana

Related tags:

, , ,

611 questions
0
votes
1 answer

Kibana 4:How to fetch and display MySQL data in Kibana dashboard?

Using Kibana-4 how to display MySQL data on Kibana dashboard. I was able to connect with database using curl operations: XGET/XPUT curl -XGET 'localhost:9200/jdbc/_search?pretty&q=*' shows the database details... I…
SUJU FE
  • 123
  • 3
  • 10
0
votes
1 answer

How to data model a live web app from SQL Server to ElasticSearch?

In our web application we use a denormalized data mart in SQL Server for geo-based user project content. Users have 1..*projects, 1..*geo areas. Content is stored (in the data mart) with UserID, ProjectID, text values for geo areas, title and…
ElHaix
  • 12,846
  • 27
  • 115
  • 203
0
votes
1 answer

Getting elasticsearch to utilize Bro timestamps through Logstash

I'm having some issues getting elasticsearch to interpret an epoch millis timestamp field. I have some old bro logs I want to ingest and have them be in the proper orders and spacing. Thanks to Logstash filter to convert "$epoch.$microsec" to…
bravosierra99
  • 1,331
  • 11
  • 23
0
votes
1 answer

Date range in Kibana/ElasticSearch

I've came across an issue and I need some help to resolve it ... I've got a time based field called startDate which has the following mapping in elasticsearch "Start Date" : { "type" : "date", "format" : "dd-MM-yyyy HH:mm:ss"…
Slavi
  • 120
  • 4
  • 15
0
votes
0 answers

How to encrypt a URL for Restful web services?

How do i encrypt a certain part of the URL in a Restful web services? Eg. `www.xyz.com?q=23223` Should convert to www.xyz.com?q=dn894ru4j5j49i8t5jt49t89jn Can this be implemented on the server side? The pages are scripted using Javascript.
0
votes
1 answer

Is it possible to expose Kibana (for ElasticSearch) features to users of a web application?

From some videos I have watched about the ELK stack, I see that there is no authentication mechanism for Kibana. I have yet to begin using it, and would like to know a few things beforehand: In a re-design, we are planning to use ElasticSearch…
ElHaix
  • 12,846
  • 27
  • 115
  • 203
0
votes
1 answer

Kibana and groovy scripting

I was looking for a way to calculate a ratio on Kibana. After many researches i found this way : Using the "JSON Input" feature in a visualisation. I have all my informations in an index, with 2 types of documents (boots and reboots). I am looking…
0
votes
2 answers

Kibana (Elasticsearch) dev environment

I want to embed one my specific chart in dahsboard of kibana. For that I need inject my JS into Kibana source. I have followed by instructions https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md to provide test environment, but I have…
0
votes
1 answer

Centralized logging server/Create a logstash-* like index

I am trying to configure ELK to take logs form two different applications. To my understanding, the Elasticsearch index is analogous to a to a database. So my question is: Is it advisable to configure separate indices for different applications and…
mathakoot
  • 1,692
  • 2
  • 14
  • 26
0
votes
1 answer

How to create new kibana 4.1 dashboard from existing kibana 3 dashboard

Before now, when we import all our logs into logstash, we add some extra tags for ease of query. I was able to create a dedicated dashboard as this one But now I have upgraded Kibana, ES and Logstash to latest version but the kibana dashboard had…
Chelseawillrecover
  • 2,596
  • 1
  • 31
  • 51
0
votes
1 answer

Visualisation log system

I need a system with a web interface that would be displayed in the logs from different systems. This would be grouped together on a through identifier - common to all systems. Must be time search of events - as a result we would like to see a list…
Shampoo
  • 417
  • 5
  • 8
0
votes
1 answer

Sort one field of Elasticsearch wrt average of other field

I am trying to figure out how to sort one field based on the values of other fields in the index. My final objective is Suppose we have two fields in our objects: ex "val" and "user". Both are not unique. I wanted to take average of val for each…
Aditya Patel
  • 569
  • 1
  • 10
  • 28
0
votes
2 answers

Kibana 4 Ready-Made Dashboard?

I'm feeding log data from eight apache hosts into Elasticsearch, then using Kibana 4 to show the end users graphs, totals, and so on. I see examples on the net where others have designed some very nifty visualizations and dashboards. Is there a…
Brian Dunbar
  • 153
  • 2
  • 9
0
votes
1 answer

Upgrade Kibana 3 to Kibana 4

I'm currently using Kibana 3 on ubuntu, and would like to upgrade to Kibana 4. However, I would like to keep my dashboard in Kibana 4 configured. What I should know before upgrading Kibana3 to Kibana4 ? Dashboards ? elastic search ? and so on.. Is…
Berlin
  • 1,456
  • 1
  • 21
  • 43
0
votes
1 answer

Cannot select time field for default index

I'm using kibana-4. Following the documentation here I should be able to create an index by putting this in my elasticsearch.yaml file: PUT .kibana { "index.mapper.dynamic": true } I'm not sure I understand how to do this, because a yaml…
dopatraman
  • 13,416
  • 29
  • 90
  • 154