Skip to content

Commit

Permalink
Update advice on worker threads
Browse files Browse the repository at this point in the history
* Update advice to be more general regarding worker thread env variable
* Fix pfsense source doc link
  • Loading branch information
Mark Bonsack committed Apr 13, 2020
1 parent 44aaf60 commit c73faf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c73faf6

Please sign in to comment.