Skip to content

Commit 8fc7333

Browse files
committed
working elk
1 parent 4b2e01f commit 8fc7333

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+97
-12
lines changed

examples/elk-logging/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM docker.elastic.co/logstash/logstash:7.14.0
2+
#RUN bin/logstash-plugin install logstash-output-kafka
3+
RUN bin/logstash-plugin install microsoft-logstash-output-azure-loganalytics

examples/logging/README.md renamed to examples/elk-logging/README.md

Lines changed: 13 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
eval $(minikube docker-env)
3+
docker build -t sandbox-custom-logstash .
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)