Skip to content

Commit

Permalink
docs: Improve content in troubleshoot_resources.md (#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstopa-splunk authored Jan 16, 2024
1 parent be39dc4 commit d421c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/troubleshooting/troubleshoot_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tar>`

Expand Down Expand Up @@ -124,7 +124,7 @@ application app-dest-rewrite-fix_tz_something-d_fmt_hec_default[sc4s-lp-dest-for
and match('12.' value('[email protected]') 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(); };
};
```

Expand Down

0 comments on commit d421c38

Please sign in to comment.