Skip to content

Commit 5459c5a

Browse files
committed
added details in readme for Splunk reporting
1 parent c18c085 commit 5459c5a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ GLOBAL OPTIONS:
2626
--output value, -o value output query results in easy to grasp PDF report
2727
--print, -p output technical query results to terminal (default: false)
2828
--json, -j output technical query results as json to terminal (default: false)
29+
--splunk -s select a JSON or YAML file to load Splunk output parameters
2930
--quiet, -q don't show progress bar (default: false)
3031
--help, -h show help (default: false)
3132
--version, -v print the version (default: false)
@@ -77,6 +78,17 @@ GLOBAL OPTIONS:
7778
request_rate: 500
7879
```
7980
81+
## Sample Splunk Input
82+
83+
### JSON
84+
```json
85+
{
86+
"url":"https://example.com/hec/services/collector/event",
87+
"authkey":"Splunk xyz",
88+
"source": "rtapi for splunk by PeaStew"
89+
}
90+
```
91+
8092
### Default Values
8193

8294
Only the `target.url` parameter is required. If no method is specified the default is "GET", while in the case of the body and headers these will simply remain empty during the benchmark.

0 commit comments

Comments
 (0)