Skip to content

Commit

Permalink
TASK: Remove "fields_under_root", setting which is false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert committed Sep 15, 2024
1 parent 756ba6e commit 546b6c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ metricbeat:
}}
fields:
log: metricbeat
fields_under_root: true
metricbeat_modules:
system:
enabled: no
Expand Down Expand Up @@ -88,23 +87,20 @@ filebeat_inputs:
- /var/log/varnishncsa.log
fields:
log: varnish-access
fields_under_root: yes
nginx-access:
enabled: no
type: log
paths:
- /var/log/nginx/access.log
fields:
log: nginx-access
fields_under_root: yes
flow-system:
enabled: no
type: log
paths:
- /var/www/current/Data/Logs/System.log
fields:
log: flow-system
fields_under_root: yes
filebeat_modules:
haproxy:
enabled: no
Expand Down

0 comments on commit 546b6c1

Please sign in to comment.