Elasticsearch, Logstash and Kibana Docker images for ARM64, including Open Distro plugins.
These releases include the basic X-Pack plugins, as well as the following Open Distro plugins:
- Security - Elasticsearch | Kibana
- Alerting - Elasticsearch | Kibana
- Job Scheduler - Elasticsearch
- Index Management - Elasticsearch | Kibana
There are two flavors of the Docker images - the normal one, which includes all Open Distro plugins, and nosecurity
, which excludes the security plugin.
- https://hub.docker.com/repository/docker/virb3/elasticsearch
docker pull virb3/elasticsearch:7-arm64
docker pull virb3/elasticsearch:7-nosecurity-arm64
- https://hub.docker.com/repository/docker/virb3/logstash
docker pull virb3/logstash:7-arm64
docker pull virb3/logstash:7-nosecurity-arm64
- https://hub.docker.com/repository/docker/virb3/kibana
docker pull virb3/kibana:7-arm64
Looking for pre-compiled Beats? You can find them here.
- Initial base from official ELK stack Docker files:
- ARM patches inspired by gagara:
- env2yaml from Logstash repo:
- Open Distro plugins and patches: