Update logstash container image and remove ELK stack (#15744)

* Migrate to new image for logstash container

* Remove ELK stack tooling I will not maintain
This commit is contained in:
Alan Rominger
2025-01-15 07:43:38 -05:00
committed by GitHub
parent f89be5ec8b
commit c45eb43d63
12 changed files with 1 additions and 331 deletions

View File

@@ -1,4 +1,4 @@
FROM logstash:5-alpine
FROM mirror.gcr.io/library/logstash:5-alpine
COPY logstash.conf /
RUN touch /logstash.log
RUN chown logstash:logstash /logstash.log