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

How to setup external access to my Azure VM running Kibana on port 5601?

I am currently running a Azure VM on which I have installed ElasticSearch, Kibana and Filebeat. The idea is to have a reporting/dashboarding capability for log files which are also stored on the same VM. Installation of the VM and this part of the…
tommy gun
  • 11
  • 2
0
votes
1 answer

Integrating nginx logs and elasticsearch app-search

I'm trying to setup a self-managed docker appsearch instance, together with kibana and elasticsearch, queried by a uvicorn python app, proxied by a nginx webserver My current issue is that the appsearch logs show the python default user-agent and IP…
Niloct
  • 121
  • 6
0
votes
1 answer

AWS ElasticSearch service does not provide Kibana users management

First I'm going to explain my current architecture. I have an EC2 instance running with a Logstash daemon, as input an http configuration and as output my AWS ElasticSearch instance. As I said before, I have an AWS ElasticSearch instance with the…
0
votes
1 answer

logstash and rsyslog sends wrong hostname

I'm setting up a centralised logging system, comprising two VM's. Logger, which acts as the central syslog collector (using rsyslog) and Logstash processor; and Searcher, which acts as the Elasticsearch and Kibana host. I have syslogs from my…
0
votes
1 answer

Handling an Nginx 302 redirect internally, the redirect should go through proxy pass

I have an Nginx configuration that serves an AWS Kibana endpoint. server { listen 0.0.0.0:80; location / { proxy_pass http:///_plugin/kibana/; } } The problem is: when I access the Nginx URL, I'm…
0
votes
1 answer

Elasticsearch and Kibana 7 on same host, Kibana service won't run

I am trying to install elasticsearch and kibana on a single Ubuntu 18 vm per the docs. Elasticsearch Installation and Kibana Installation NOTE: - I set the ES_HEAP_SIZE env var to half the memory of the VM OS - I set netplan for a static IP on the…
Justin
  • 189
  • 1
  • 8
0
votes
1 answer

The kibana old repo can't be installed even after removing the previously installed newer version in centos 7

I have installed the whole elk stack 7.0 in a centos 7.0 server. I followed the following guidelines to install the kibana https://www.elastic.co/guide/en/kibana/current/rpm.html But for a testing purpose I want to install kibana 6.7 in the server.…
CK LZEM7
  • 3
  • 3
0
votes
1 answer

Configure Kibana web page (only) to require a login

I have Elasticsearch 6.4.3 and Kibana 6.4.3 installed on Debian 8 Jessie. I've looked into X-Pack and Shield, which both seem to be mostly concerned with security within Elasticsearch, and how to control security BETWEEN Elasticsearch and Kibana. I…
BurningKrome
  • 525
  • 2
  • 12
  • 22
0
votes
1 answer

Complete information into Postfix logs

I'm succesfully using Postfix on Debian to relay my internal e-mail and I am sending logs from the mail.log file to a Logstash instance, and I am showing them on a Kibana dashboards to look for not delivered and bounced e-mails. The problem I am…
Mat
  • 1,873
  • 7
  • 25
  • 41
0
votes
1 answer

Nginx proxy: redirect to http://private-service/

I'm trying to configure a nginx reverse proxy. I'm using htpasswd but it's unrelated in my case. I want the following: when visit https://public-nginx/kibana I want that it redirects to the proxied url (to my private kibana), but it keeps the…
DenCowboy
  • 313
  • 3
  • 6
  • 15
0
votes
1 answer

Error creating Kibana 6 pid file in /var/run/ directory

I have installed Kibana 6 in Centos 7.4 and I have configured pid file location to /var/run/mypidfile.pid. I want to write in this location because when server is rebooted, I need that Kibana starts automatically. I have tried changing pid file…
l10nn
  • 1
  • 1
0
votes
2 answers

Logstash isn't send info to elasticsearch

I have a Kibana environemtent installed, but isn't working. When I try to configure kibana, kibana says: Couldn't find any Elasticsearch data When I list indexes of elasticseach http://localhost:9200/_cat/indices?v it says: health status index uuid…
David
  • 101
  • 3
0
votes
2 answers

Expose a specific Kibana dasboard behind a static URL through Apache/Nginx proxy

We have a Kibana 5.5.2 installation on Centos 7 with many dashboards configured, all works great connecting to IP:5601. A customer asked us to let his own dashboard be reachable under a specific hostname. We tried a lot of configurations trough…
0
votes
1 answer

Info sent from Logstash via elastic output not showing in Kibana, but file output works fine - what am I doing wrong?

I have an "ELK stack" configuration and, at first, was doing the standard 'filebeat' syslog feeding from logstash with the elasticsearch output plugin. It worked just fine. Now I have added a TCP input port (with assigned "type" for this data so as…
Brendan
  • 73
  • 1
  • 8
0
votes
1 answer

Accessing remote kibana/ES from client : time out

I am trying to access kibana/elastic search on a VPS from my computer. On the VPS if I curl -XGET 'http://SERVERIP:9200' I get a good answer from ES, and same with Kibana. On my computer, if I use the same commands I get timed out (for both kibana…
NanoPish
  • 63
  • 6