docker-elk
docker-elk copied to clipboard
The Elastic stack (ELK) powered by Docker and Compose.
So I followed the setup documentation, accessed kibana and started managing fleet. I can add elastic agents to the fleet, but they dont send any logs or metrics. What I...
Elasticsearch is printing the following warning because we are enabling X-Pack security (ON by default since v8.0.0) but don't have Transport SSL enabled (not on the `main` branch, at least):...
Hi, ist there anyway to persist the `elasticsearch.keystore` or add things to the keystore before the container starts elasticsearch? My problem is, i need to add a `client.secret` before the...
A user reported issues running the stack due to `firewalld` blocking traffic on the `elk` bridge in #541. Another one reported similar problems in Gitter. Similarly to what we did...
Elastic Agent takes the concept of _monitoring agent_ further than Metricbeat, Filebeat and Heartbeat. Not only it embeds these, but each agent can (optionally) join a _Fleet_ and receive its...
I couldn't reset the password for the logstash user, apparently it is not using the right URL for elastic. Running this works: ``` docker-compose exec elasticsearch bin/elasticsearch-reset-password --batch --user elastic...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
Beforeall, **many thanks** for this repository ; it helped me save A LOT of time to have a basis for a proper - reproducible - initialization of the elastic stack,...
Search Guard "Classic" is not longer maintained and was replaced with Search Guard "FLX". > Non-FLX releases of Search Guard do not receive new features. Whenever possible, you should choose...