-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract config docs into dedicated document
- Loading branch information
Showing
7 changed files
with
44 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
(splunk-setup)= | ||
# Configuration | ||
## Execution and state modules | ||
Configure execution and state modules by specifying the name of a configuration | ||
profile in the minion config, minion pillar, or master config. The module | ||
will use the 'splunk' key by default, if defined. | ||
|
||
For example: | ||
|
||
```yaml | ||
splunk: | ||
username: alice | ||
password: abc123 | ||
host: example.splunkcloud.com | ||
port: 8080 | ||
``` | ||
## Returner | ||
The returner requires the following config values to be specified in config or pillar: | ||
```yaml | ||
splunk_http_forwarder: | ||
token: <splunk_http_forwarder_token> | ||
indexer: <hostname/IP of Splunk indexer> | ||
sourcetype: <Destination sourcetype for data> | ||
index: <Destination index for data> | ||
verify_ssl: true | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters