From 8e907fada84754297febf3e3c376c7c0cca2b790 Mon Sep 17 00:00:00 2001 From: Ross Kusler Date: Thu, 5 Jan 2023 00:14:21 -0800 Subject: [PATCH] Add space in YAML formatting for journald config (#621) --- docs/advanced-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-configuration.md b/docs/advanced-configuration.md index ec58d2fd28..7e2f0175ae 100644 --- a/docs/advanced-configuration.md +++ b/docs/advanced-configuration.md @@ -470,7 +470,7 @@ logsCollection: - name: docker priority: info - name: containerd - priority: info + priority: info # Route journald logs to its own Splunk Index by specifying the index value below, else leave it blank. Please make sure the index exist in Splunk and is configured to receive HEC traffic (Not applicable to Splunk Observability). index: "" ```