elkx-docker icon indicating copy to clipboard operation
elkx-docker copied to clipboard

Elasticsearch, Logstash, Kibana (ELK) with X-Pack Docker image

Results 4 elkx-docker issues
Sort by recently updated
recently updated
newest added

But while checking with curl, there are clearly documents of that index in elasticsearch. However Kibana keeps complainging that "Unable to fetch mapping. Do you have indices matching the pattern?"

I want to Tls communication between kibana server and browser, so i added below lines to /opt/kibana/config/kibana.yml , and kibana is not starting ``` server.ssl.key: /etc/ssl/private/server.key server.ssl.certificate: /etc/ssl/certs/server.crt xpack.security.encryptionKey: "somethingatleast32characterspasswordshouldenable"...

Hi, Would you please add env variable so as to disable the security for the purpose of dev usage? I believe it will be much convenient. Thanks!

Hi, I played with your ELK image for somme days before decided to switch to this one to add a security layer to my diggings. After some tests, Kibana doesn't...