Skip to content

Commit

Permalink
Added the yaml file for logstash
Browse files Browse the repository at this point in the history
  • Loading branch information
Duplo-Yashwant committed Nov 28, 2024
1 parent fa2b680 commit eff08fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion diagnostics/opensearch/logstash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ RUN /usr/share/logstash/bin/ruby -S gem cleanup date && \
bin/logstash-plugin install logstash-output-opensearch && \
bin/logstash-plugin install logstash-input-azure_event_hubs

COPY ./diagnostics/opensearch/logstash/logstash.conf /usr/share/logstash/pipeline/logstash.conf
COPY ./diagnostics/opensearch/logstash/logstash.conf /usr/share/logstash/pipeline/logstash.conf
COPY ./diagnostics/opensearch/logstash/logstash.yml /usr/share/logstash/config/logstash.yml
1 change: 1 addition & 0 deletions diagnostics/opensearch/logstash/logstash.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http.host: "0.0.0.0"

0 comments on commit eff08fc

Please sign in to comment.