-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0eb07f7
commit eff7690
Showing
4 changed files
with
73 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
FROM docker.elastic.co/logstash/logstash-oss:8.10.0 | ||
COPY logstash-output-kusto-2.0.0-java.gem /tmp/logstash-output-kusto-2.0.0-java.gem | ||
COPY logstash-output-kusto-2.0.2-java.gem /tmp/logstash-output-kusto-2.0.2-java.gem | ||
RUN rm -f /usr/share/logstash/pipeline/logstash.conf && \ | ||
bin/logstash-plugin install /tmp/logstash-output-kusto-2.0.0-java.gem | ||
bin/logstash-plugin install /tmp/logstash-output-kusto-2.0.2-java.gem | ||
COPY logstash-nsg-logs.conf /usr/share/logstash/pipeline/logstash.conf | ||
COPY 2023-12-15-12-fw-d-hub01.log /tmp/fw-d-hub01.log | ||
COPY logstash.yml /usr/share/logstash/config/logstash.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters