Skip to content

Commit 25d1b57

Browse files
authored
Update splunk.md
Signed-off-by: Lynette Miles <[email protected]>
1 parent 6d7f025 commit 25d1b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/outputs/splunk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Send logs to Splunk HTTP Event Collector
66

77
The _Splunk_ output plugin lets you ingest your records into a [Splunk Enterprise](https://www.splunk.com/en_us/products/splunk-enterprise.html) service through the HTTP Event Collector (HEC) interface.
88

9-
To learn how to set up the HEC in Splunk, refer to [Splunk / Use the HTTP Event Collector](http://docs.splunk.com/Documentation/Splunk/7.0.3/Data/UsetheHTTPEventCollector)
9+
To learn how to set up the HEC in Splunk, refer to [Splunk / Use the HTTP Event Collector](http://docs.splunk.com/Documentation/Splunk/7.0.3/Data/UsetheHTTPEventCollector).
1010

1111
## Configuration parameters
1212

@@ -18,7 +18,7 @@ Connectivity, transport, and authentication configuration properties:
1818
| `port` | TCP port of the target Splunk service. | `8088` |
1919
| `splunk_token` | Specify the authentication token for the HTTP Event Collector interface.| _none_ |
2020
| `http_user` | Optional username for basic authentication on HEC. | _none_ |
21-
| `http_passwd` | Password for user defined in `http_user` | _none_ |
21+
| `http_passwd` | Password for user defined in `http_user`. | _none_ |
2222
| `http_buffer_size` | Buffer size used to receive Splunk HTTP responses. | `2M` |
2323
| `compress` | Set payload compression mechanism. Allowed value: `gzip`. | _none_ |
2424
| `channel` | Specify `X-Splunk-Request-Channel` header for the HTTP Event Collector interface. | _none_ |

0 commit comments

Comments
 (0)