From d421c385e6c41204cc346bc7c671f3da07559cdf Mon Sep 17 00:00:00 2001 From: mstopa-splunk <139441697+mstopa-splunk@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:11:18 +0100 Subject: [PATCH] docs: Improve content in troubleshoot_resources.md (#2175) --- docs/troubleshooting/troubleshoot_resources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting/troubleshoot_resources.md b/docs/troubleshooting/troubleshoot_resources.md index 6c56e66965..1f227180d2 100644 --- a/docs/troubleshooting/troubleshoot_resources.md +++ b/docs/troubleshooting/troubleshoot_resources.md @@ -22,7 +22,7 @@ podman volume rm splunk-sc4s-var podman volume create splunk-sc4s-var ``` -- Pull an image or a repository from a registry `podman pull splunk:scs:latest` +- Pull an image or a repository from a registry `podman pull ghcr.io/splunk/splunk-connect-for-syslog/container3` - Remove unused data `podman system prune` - Load an image from a tar archive or STDIN `podman load ` @@ -124,7 +124,7 @@ application app-dest-rewrite-fix_tz_something-d_fmt_hec_default[sc4s-lp-dest-for and match('12.' value('.SDATA.sc4s@2620.src') type(string) flags(prefix) ); <- this has to be customized }; - parser { app-dest-rewrite-fix_tz_something-d_fmt_hec_default(); }; + parser { app-dest-rewrite-checkpoint_drop-d_fmt_hec_default(); }; }; ```