diff --git a/docs/configuration.md b/docs/configuration.md index 06f8298..6fdf940 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -24,7 +24,7 @@ syslog. | SC4S_DEST_SPLUNK_HEC_SSL_VERSION | comma separated list | Open SSL version list | | SC4S_DEST_SPLUNK_HEC_TLS_CA_FILE | path | Custom trusted cert file | | SC4S_DEST_SPLUNK_HEC_TLS_VERIFY | yes(default) or no | verify HTTP(s) certificate | -| SC4S_DEST_SPLUNK_HEC_WORKERS | numeric | Number of destination workers (threads). Set this to the number of HEC endpoints up to a max of 32. | +| SC4S_DEST_SPLUNK_HEC_WORKERS | numeric | Number of destination workers (default: 10 threads). This should rarely need to be changed; consult sc4s community for advice on appropriate setting in extreme high- or low-volume environments. | ## Alternate Destination Configuration diff --git a/mkdocs.yml b/mkdocs.yml index 669516e..b1fd53c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -30,7 +30,7 @@ nav: - Microfocus: sources/Microfocus/index.md - Nix: sources/nix/index.md - "Palo Alto Networks": sources/PaloaltoNetworks/index.md - - "pfSense": sources/PfSense/index.md + - "pfSense": sources/Pfsense/index.md - Proofpoint: sources/Proofpoint/index.md - Schneider: sources/Schneider/index.md - Symantec: sources/Symantec/index.md