Skip to content
Snippets Groups Projects
Commit 62325a31 authored by nimrod's avatar nimrod
Browse files

fixup! Setup beats.

parent 3688e172
Branches
No related tags found
No related merge requests found
Pipeline #1480 passed with warnings
......@@ -21,7 +21,7 @@ services:
volumes:
- journalbeat:/usr/share/journalbeat/data/
- /var/log/journal:/var/log/journal
- /etc/machine-id:/etc/machine-id
- /etc/machine-id:/etc/machine-id:ro
- /run/systemd:/run/systemd
- /etc/hostname:/etc/hostname:ro
......@@ -37,6 +37,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /sys/fs/cgroup:/hostfs/sys/fs/cgroup:ro
- /proc:/hostfs/proc:ro
- /run/systemd:/hostfs/run/systemd
- /:/hostfs:ro
packetbeat:
......
......@@ -10,5 +10,9 @@ logging:
http:
enabled: true
journalbeat.inputs:
- paths: []
seek: cursor
processors:
- add_host_metadata: ~
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment