-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Improve content in troubleshoot_resources.md (#2175)
- Loading branch information
1 parent
be39dc4
commit d421c38
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>` | ||
|
||
|
@@ -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(); }; | ||
}; | ||
``` | ||
|
||
|