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

Kibana - log analysis - find unique transaction number

I have a EFK setup to centrally store and query logs of all the application services. There are some services that process events from messages. I want to query how many unique events (transaction-number: UUID) has failed per service, considering…
vvra
  • 2,832
  • 5
  • 38
  • 82
0
votes
1 answer

I have a data file.I want to insert that data in to elastic search- kibana. Is there any automated way I can do this?

I have a data file.I want to insert that data in to elastic search- kibana. Is there any automated way I can do this? link - deliver-events-to-s3-7-2019-06-04-03-49-01-5df38ba9-86c0-4860-b51f-2c0d30132d6f
user11321449
0
votes
1 answer

Calculate two date duration in Elastic 6.7 using painless script

I used below simple expression for getting duration: doc['endTime'].date.millisOfDay - doc['startTime'].date.millisOfDay But the problem starts when, endTime crosses the startTime day. Example: If startTime is 23:50 and endTime for the same is…
Indrajeet Gour
  • 4,020
  • 5
  • 43
  • 70
0
votes
1 answer

Create dashboards with links in kibana

I have created one dashboard based on query, but now I need to add link to it. Consider below scenario : In above image, you can see API name(underlined in red) are needs to be a hyperlinked, so that if user clicked on it, it should redirect to…
Jitendra Pawar
  • 1,285
  • 15
  • 27
0
votes
1 answer

Kibana visualize does not show correct precision of values

I am using ElasticSearch and Kibana to display some temperature and humidity values. As you can see in the Discovered screenshot, three input data is pushed to ElasticSearch Server Three humidity values are respectively 29.42, 29.4 and 30.1. Using…
Yu-Ting LIN
  • 141
  • 1
  • 1
  • 8
0
votes
0 answers

How to start EKL using .NET

How can we start elasticsearch, kibana and logstash using C# code.? And how to provide dynamic log to ELK stash
0
votes
0 answers

Module ngAnimate is not available

I am trying to inject ngAnimate in my angular project but I am facing error "Module 'ngAnimate' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the…
John Alex
  • 1
  • 1
0
votes
0 answers

Complex query in elastic using Kibana

Say I have many documents, one document may indicate a door opening, another a door closing, each of these has a doorID field. I would like to write a query that would return all the cases where a door both opened and closed. There are doors that…
0
votes
1 answer

Kibana - given an index, how to find saved objects relying on it?

In Kibana I have many dozens of indices. Given one of them, I want a way to find all the saved objects (searches/dashboards/visualizations) that rely on this index. Thanks
belostoky
  • 934
  • 2
  • 11
  • 22
0
votes
1 answer

How do I handle fields in elasticsearch that contain a '_'?

I am using a Mongo-Connector targeting elasticsearch. This works great for keeping elasticsearch up to date, but I have a problem with one of the fields because it contains an '_'. The data is being replicated/streamed from mongodb continually if I…
Aaron
  • 1,031
  • 10
  • 23
0
votes
0 answers

Kibana while updating role I'm getting this error "applications is not allowed"?

When I try to update an existing role with some indexes I'm getting the "applications" is not allowed
0
votes
1 answer

How to use "wildcard" with a multistring query in kibana?

I am trying to run the following query: {"wildcard:"{"terminalId":70}} AND tranSactionResponseCode:1 The above query throws and error: Failed to parse query....... but when I run the above query as: {"wildcard:"{"terminalId":70}} or when I run only…
Shahid Sarwar
  • 1,209
  • 14
  • 29
0
votes
1 answer

ELK Docker -- Logstash not working properly

I am trying to run the ELK stash using the popular Docker image on DockerHub, seep/elk. In my project dir, I have the following two files: docker-compose.up (just want to see if logstash works, so I'm reading from stdin and writing to stdout rather…
mhyousefi
  • 1,064
  • 2
  • 16
  • 30
0
votes
1 answer

Anonymous access to Kibana Dashboard (K8s Cluster)

I deployed HA K8s Cluster with 3 masters & 2 worker Nodes. I access my K8s Dashboard through kubectl client(local), kubectl proxy. My K8s Dashboard is accessed through tokens by some RBAC users, where they have limited access on namespaces & Cluster…
manoj kumar
  • 93
  • 1
  • 1
  • 9
0
votes
1 answer

Kibana dashboard 5601 port issue

we setup kibana dashboard in linux with port 5601 . Suddently setup dsahboard is not working. WE couldn't find the solution . So we change the port no 5601 to 5602 in kibana yml file. After restarting the server, i am able to lanuch the dashboard.…
Learn Hadoop
  • 2,760
  • 8
  • 28
  • 60