File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
journald/assets/configuration Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 11name : journald
2+ fleet_configurable : true
23files :
34- name : journald.yaml
45 options :
78 multiple : true
89 options :
910 - name : type
11+ fleet_configurable : true
1012 description : ' '
1113 required : true
1214 enabled : true
1517 example : journald
1618 display_default : journald
1719 - name : container_mode
20+ fleet_configurable : true
1821 description : |
1922 Automatically sets the source attribute to the corresponding short image
2023 name of the container for logs coming from Docker containers.
2528 display_default : false
2629 example : true
2730 - name : include_units
31+ fleet_configurable : true
2832 description : |
2933 List of system-level service units to include from log collection.
3034 value :
3539 - docker.service
3640 - sshd.service
3741 - name : exclude_units
42+ fleet_configurable : true
3843 description : |
3944 List of system-level service units to exclude from log collection.
4045 Note: The excluded units will take precedence over include_units.
4853 example :
4954 - ' *'
5055 - name : include_user_units
56+ fleet_configurable : true
5157 description : |
5258 List of user-level service units to include from log collection.
5359 value :
5763 example :
5864 - linger-example.service
5965 - name : exclude_user_units
66+ fleet_configurable : true
6067 description : |
6168 List of user-level service units to exclude from log collection.
6269 Note: The excluded units will take precedence over include_user_units.
You can’t perform that action at this time.
0 commit comments