Skip to content

Commit

Permalink
doc: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Picred committed Apr 13, 2024
1 parent 1308fc1 commit 288eb6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ To use the Air-Flow Monitor, you should be familiar with the following:
## Logstash
```bash
cd logstash
docker network create --subnet=10.0.100.0/24 tap
docker build . --tag tap:logstash
docker run --rm -it --hostname="logstash" -v $PWD/pipeline/httpoller.conf:/usr/share/logstash/pipeline/logstash.conf -e XPACK_MONITORING_ENABLED=false docker.elastic.co/logstash/logstash:8.13.0
```
2 changes: 1 addition & 1 deletion logstash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN logstash-plugin install logstash-filter-sentimentalizer
# to build with
# docker build . --tag tap:logstash
# and run with
# docker run --rm -it --hostname="logstash" -v $PWD/pipeline/echostash.conf:/usr/share/logstash/pipeline/logstash.conf -e XPACK_MONITORING_ENABLED=false docker.elastic.co/logstash/logstash:8.13.0
# docker run --rm -it --hostname="logstash" -v $PWD/pipeline/httpoller.conf:/usr/logstash/pipeline/logstash.conf -e XPACK_MONITORING_ENABLED=false docker.elastic.co/logstash/logstash:8.13.0
# make sure that pipeline dir with proper conf is there%

0 comments on commit 288eb6a

Please sign in to comment.