Questions tagged [kibana]

Kibana is a user friendly way to view, search and visualize your log data.

Kibana is an open source (MIT License), browser based interface to ElasticSearch.

96 questions
0
votes
1 answer

Monitoring solution that doesn't duplicate source data?

I need to analyze data stored in multiple databases. Each of them contains a few TB of logs and sensor data. If I use Splunk or ElasticSearch/Kibana, I see 2 solutions: Batch import everything Write some scripts to import only the data I need, on…
MasterScrat
  • 314
  • 3
  • 9
0
votes
1 answer

Numerical range in Kibana 3 not working

My tomcat access logs have last field as "%D - Time taken to process the request, in millis". I am trying to filter the logs which took more than some number of milliseconds, but it is showing all the logs as a result, I am trying as per lucene…
Deepak Deore
  • 691
  • 1
  • 9
  • 16
0
votes
2 answers

Correlating data within Kibana

I'm looking at aggregating data within the whole ELK stack (Elasticsearch/Logstash/Kibana) and I'm getting lots of good data from my windows systems. It's working very well, but when i get Windows Security Events, I would like to correlate windows…
Steve Butler
  • 1,016
  • 9
  • 19
0
votes
0 answers

Running Opensearch behind a proxy

when I configure nginx to redirect /monitor to opensearch, opensearch receives the requests and redirects the user to /app/something which is not under /monitor and thus fails (error 404). My nginx config is upstream opensearch { server…
mojovski
  • 113
  • 5
0
votes
1 answer

Could not communicate to Elasticsearch, resetting connection and trying again. EOFError (EOFError)[Fluentd using helm on kubernetes]

I'm installing elasticsearch, kibana and fluentd in kubernetes with helm chart Elasticsearch and kibana pods stand up smoothly, but fluentd pods don't stand up I get the following errors: 2023-06-13 13:29:39 +0000 [warn]: #0 [filter_kube_metadata]…
zoroglur
  • 101
  • 1
0
votes
0 answers

GKE ingress returns 502 with encrypted service

I'm on GCP and I've deployed ElasticSearch and Kibana into a cluster, using the ElasticSearch operator. I've created an external Ingress with a preshared certificate, to send traffic into the Kibana service. I'm getting 502s however and I'm trying…
0
votes
0 answers

Logstash cloudwatch plugin behavior

We have an ELK stack set up on an ec2 instance that stopped working a month ago and I just got it working again (the problem was credentials with the cloudwatch logstash plugin). What is strange is that it seems to be ingesting logs from over two…
0
votes
0 answers

AWS centralized logging with single index for all log groups

I am setting up logging on AWS, based on official AWS Centralized logging (source). Cloudwatch log groups are added with command like: aws logs put-subscription-filter --destination-arn DEST --log-group-name NAME --filter-name FILTER…
0
votes
1 answer

Elasticsearch: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors (ca.crt matches on all nodes)

Note that this entire cluster was working fine up 'til I updated certificates. I'm on Elasticsearch 7.5. I updated my certificates using the certificate-util - created a server.yml with all my servers and the Kibana node in it, ran the utility with…
Epsilon
  • 11
  • 1
  • 5
0
votes
1 answer

Restricting Kibana to TLSv1.2

What is the setting that needs to be set in the kibana.yml file (or other file) to restrict Kibana to TLSv1.2 over HTTP? I believe that it uses TLSv1.0, TLSv1.1, and TLSv1.2 by default. I need to restrict it to only TLSv1.2.
Jay
  • 1
0
votes
1 answer

Kibana cannot be accessed through port 5601 in browser

I cannot get to kibana through web UI. I'm set the necessary ports in firewall-cmd, I've configured kibana.yml and elasticsearch.yml. I'm not seeing any relevant errors, or at least don't know if they are if they are there. It just shows 'Site…
jFasaJr
  • 111
  • 1
  • 6
0
votes
1 answer

Add subdomain for kibana with nginx

I'm trying to include a subdomain kibana.domain.com however the proxy setup isn't working. The domain without the subdomain works, and all the redirects for no-www and ssl work for the base domain. However the subdomain kibana.example.com receives…
jFasaJr
  • 111
  • 1
  • 6
0
votes
1 answer

How to display the logs of a VM on ELK stack which is running on another VM?

-ELK is running on localhost & successfully getting logs. -Both VM's are on same server. -OS on both VM'S is Ubuntu 18-04 LTS.
Baqir kazmi
  • 13
  • 1
  • 5
0
votes
0 answers

Kibana+nginx reverse_proxy issue

Greetings! I had to face issue with NginX reverse_proxy and Kibana. If I make Kibana index - nothing shows until I clear browser cache or visit page from Private Tab in browser. Here is my server.conf (without server {}) include…
Alex R.
  • 103
  • 3
0
votes
1 answer

Kibana - "missing authentication credentials for REST request"

I have a elasticsearch cluster with xpack basic license, and native user authentication enabled (with ssl of course). I am attempting to set up kibana on a docker container but keep getting an error when accessing kibana in the…
GKman
  • 495
  • 3
  • 9
  • 16