elk-docker
elk-docker copied to clipboard
Elasticsearch, Logstash, Kibana (ELK) Docker image
I am getting this error from filebeat: `2023-02-07 07:14:47 2023-02-07T15:14:47.204Z ERROR [input.httpjson-stateless] v2/input.go:129 Error while processing http request: failed to execute http client.Do: failed to execute http client.Do: Get "https://abc.io/monitoring/logs/tail?source=newlog":...
running elk container using simplest example from documentation page: `sudo docker run -p 5601:5601 -p 9200:9200 -p 5044:5044 -it --name elk sebp/elk` leads to failure because "Couldn't start Elasticsearch. Exiting."...
By read [issue349](https://github.com/spujadas/elk-docker/issues/349), I known there is some features need licence. I want to disable the features that require a licence, so that I can use this platform to determine...