This repo will contain builds of Kibana for ARM.
If the build you are looking for isn’t here please contact me. Feel free to branch and update yourselves.
This a modified version of the Official Dockerfile found here
Pre-built docker images can be found on my Dockerhub here.
A basic Docker-coompose.yml file has been included with is repo to allow for basic testing. It will create one Logstash instance.
I have an Elastic Stack for ARM Repo which can be found here. This repo will deploy a full 3 node Elasticsearch Cluster with Crypt (TLS) along with a single Kibana Instance by running one script.
- Create basic Dockerfile
- Package Logstash for Debian/Ubuntu Systems
- Package Logstash for CentOS/RHEL Systems
I've not fully tested these builds and as they are not 'supported' by Elastic I cannot gaurentee there won’t be issues, however in my testing I'm yet to come across any.
This binary is used for feeding Environment Vars to Logstash. It has been recompiled to work with ARM64 which enables Logstash to run as an ARM64 container.
Some RUN commmands were added which swap out the packaged JDK version with an ARM64 compatiable version.