You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Set the prefix, for _sourceCategory metadata. Not able to use variables for prefix
315
+
sourceCategoryPrefix: ""
316
+
## Used to replace - with another character.
317
+
sourceCategoryReplaceDash: "-"
318
+
systemd:
319
+
enabled: true
320
+
## Set the _sourceName metadata field in Sumo Logic.
321
+
sourceName: "k8s_systemd"
322
+
## Set the _sourceCategory metadata field in Sumo Logic.
323
+
sourceCategory: "%{cluster}/systemd"
324
+
## Set the prefix, for _sourceCategory metadata.
325
+
sourceCategoryPrefix: ""
326
+
## Used to replace - with another character.
327
+
sourceCategoryReplaceDash: "-"
328
+
kubelet:
329
+
enabled: true
330
+
## Set the _sourceName metadata field in Sumo Logic.
331
+
sourceName: "k8s_kubelet"
332
+
## Set the _sourceCategory metadata field in Sumo Logic.
333
+
sourceCategory: "%{cluster}/kubelet"
334
+
## Set the prefix, for _sourceCategory metadata.
335
+
sourceCategoryPrefix: ""
336
+
## Used to replace - with another character.
337
+
sourceCategoryReplaceDash: "-"
316
338
```
317
339
318
340
As can be seen in the above example, these fields can contain templates of the form `%{field_name}`, where `field_name` is the name of a resource attribute. Available resource attributes include the values of `sumologic.logs.fields`, which by default are:
0 commit comments