Skip to content

Commit

Permalink
Making filebeat config
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrinidhikulkarni7 committed Jun 15, 2020
1 parent 94744a6 commit 6ed7553
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ services:
- type: bind
source: ./filebeat/filebeat.yml
target: /usr/share/filebeat/filebeat.yml
- type: bind
source: /var/run/docker.sock
target: /var/run/docker.sock
command: " ./filebeat -c filebeat.yml -e"
depends_on:
- elasticsearch
Expand Down

0 comments on commit 6ed7553

Please sign in to comment.