elk-docker
elk-docker copied to clipboard
Elasticsearch, Logstash, Kibana (ELK) Docker image
Hey, thanks for your image! It’s great to have it and I’m playing with ELK a lot. However, in your latest version (8.1.0) are some bugs, that renders some functionality...
Due to ports being used being below the required 9000 limit, the docker just fails to run. No config files generate to override the ports. It would be very helpful...
Hi Not able to start the service on Mac OSX M1, getting this error: Couldn't start Elasticsearch. Exiting. elk_1 | Elasticsearch log follows below. elk_1 | [2022-04-26T13:11:01,933][WARN ][o.e.b.JNANatives ] [elk]...
Hi, Firstly, thank you so much for developing and maintaining the image. I would like to use this image in my M1-chip laptop. I got this error when running the...
It seems that when log rotation runs and truncates (because `copytrunate` is set) the file is still open pointing at the end thus causing the [file pointer null bytes](http://serverfault.com/a/221343/184634) problem....
Hey, Lovely Repository! I've been using the following docker compose for a quick and easy elk deployment with kibana proxied through traefik with basic auth, I thought It could be...
Hello, im currently trying to run this image on AWS Fargate using docker compose. I am stuck at the mmap boostrap check because Fargate doesnt allow you to change that...
none of the elk specific tools seem to work.. installed on mac, but now traveling around, so not always online for my users.. want to move to stationary machine.. but...
I've pulled latest (`8.3.3`) image, as well as `oss-8.3.3`, and started with basic configuration using docker-compose: ``` elk: image: sebp/elk:oss-8.3.3 container_name: elk ports: - 5601:5601 # Kibana UI - 9200:9200...
Kibana UI kept asking for enrollement token even though user/password was not set and xpack.security.enabled: false was configured in elasticsearch.yml. Manually generating token did not work too.