Skip to content

Commit

Permalink
docs: update configuration.md (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenworthington authored Jul 3, 2024
1 parent 948ba67 commit 30955b6
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 284 deletions.
466 changes: 188 additions & 278 deletions docs/configuration.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/gettingstarted/docker-compose-MacOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sudo docker volume create splunk-sc4s-var
Acknowledgement when you deploy the HEC token on the Splunk side; syslog-ng http destination does not support this
feature.

* The default number of `SC4S_DEST_SPLUNK_HEC_WORKERS` is 10. Consult the community if you feel the number of workers (threads) should
* The default number of `SC4S_DEST_SPLUNK_HEC_<ID>_WORKERS` is 10. Consult the community if you feel the number of workers (threads) should
deviate from this.

* Splunk Connect for Syslog defaults to secure configurations. If you are not using trusted SSL certificates, be sure to
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sudo docker volume create splunk-sc4s-var
* Update `SC4S_DEST_SPLUNK_HEC_DEFAULT_URL` and `SC4S_DEST_SPLUNK_HEC_DEFAULT_TOKEN` to reflect the values for your environment. Do not configure HEC
Acknowledgement when you deploy the HEC token on the Splunk side; syslog-ng http destination does not support this
feature.
* The default number of `SC4S_DEST_SPLUNK_HEC_WORKERS` is 10. Consult the community if you feel the number of workers (threads) should
* The default number of `SC4S_DEST_SPLUNK_HEC_<ID>_WORKERS` is 10. Consult the community if you feel the number of workers (threads) should
deviate from this.

NOTE: Splunk Connect for Syslog defaults to secure configurations. If you are not using trusted SSL certificates, be sure to
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/docker-systemd-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sudo docker volume create splunk-sc4s-var
Acknowledgement when deploying the HEC token on the Splunk side, the underlying syslog-ng HTTP destination does not support this
feature.

7. The default number of `SC4S_DEST_SPLUNK_HEC_WORKERS` is 10. Consult the community if you feel the number of workers should
7. The default number of `SC4S_DEST_SPLUNK_HEC_<ID>_WORKERS` is 10. Consult the community if you feel the number of workers should
deviate from this.

8. Splunk Connect for Syslog defaults to secure configurations. If you are not using trusted SSL certificates, be sure to
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted/podman-systemd-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ NOTE: Be sure to account for disk space requirements for the podman volume you

5. Update `SC4S_DEST_SPLUNK_HEC_DEFAULT_URL` and `SC4S_DEST_SPLUNK_HEC_DEFAULT_TOKEN` to reflect the correct values for your environment. Do not configure HEC
Acknowledgement when deploying the HEC token on the Splunk side; the underlying syslog-ng http destination does not support this
feature. The default value for `SC4S_DEST_SPLUNK_HEC_WORKERS` is 10. Consult the community if you feel the number of workers (threads) should
feature. The default value for `SC4S_DEST_SPLUNK_HEC_<ID>_WORKERS` is 10. Consult the community if you feel the number of workers (threads) should
deviate from this.

NOTE: Splunk Connect for Syslog defaults to secure configurations. If you are not using trusted SSL certificates, be sure to
Expand Down
4 changes: 2 additions & 2 deletions docs/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Performance testing against our lab configuration produces the following results

* Loggen (syslog-ng 3.25.1) - m5zn.3xlarge
* SC4S(2.30.0) + podman (4.0.2) - m5zn family
* SC4S_DEST_SPLUNK_HEC_WORKERS=10 (default)
* SC4S_DEST_SPLUNK_HEC_DEFAULT_WORKERS=10 (default)
* Splunk Cloud Noah 8.2.2203.2 - 3SH + 3IDX

```bash
Expand All @@ -31,7 +31,7 @@ Performance testing against our lab configuration produces the following results

* Loggen (syslog-ng 3.25.1) - m5zn.large
* SC4S(2.30.0) + podman (4.0.2) - m5zn family
* SC4S_DEST_SPLUNK_HEC_WORKERS=10 (default)
* SC4S_DEST_SPLUNK_HEC_DEFAULT_WORKERS=10 (default)
* Splunk Enterprise 9.0.0 Standalone

```bash
Expand Down

0 comments on commit 30955b6

Please sign in to comment.