Skip to content

Commit 63b3939

Browse files
authored
Add journald fleet_configurable (#22618)
1 parent 39999b5 commit 63b3939

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

journald/assets/configuration/spec.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: journald
2+
fleet_configurable: true
23
files:
34
- name: journald.yaml
45
options:
@@ -7,6 +8,7 @@ files:
78
multiple: true
89
options:
910
- name: type
11+
fleet_configurable: true
1012
description: ''
1113
required: true
1214
enabled: true
@@ -15,6 +17,7 @@ files:
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.
@@ -25,6 +28,7 @@ files:
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:
@@ -35,6 +39,7 @@ files:
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.
@@ -48,6 +53,7 @@ files:
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:
@@ -57,6 +63,7 @@ files:
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.

0 commit comments

Comments
 (0)