Skip to content

Commit

Permalink
Plugins: add splunk output plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Zakharov committed Sep 1, 2021
1 parent be14976 commit 7c4430d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion plugin/output/splunk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A full URI address of splunk HEC endpoint. Format: `http://127.0.0.1:8088/servic

<br>

**`token`** *`string`*
**`token`** *`string`* *`required`*

Token for an authentication for a HEC endpoint.

Expand All @@ -20,6 +20,12 @@ How many workers will be instantiated to send batches.

<br>

**`request_timeout`** *`cfg.Duration`* *`default=1s`*

Client timeout when sends requests to HTTP Event Collector.

<br>

**`batch_size`** *`cfg.Expression`* *`default=capacity/4`*

A maximum quantity of events to pack into one batch.
Expand Down

0 comments on commit 7c4430d

Please sign in to comment.