Skip to content

Commit 9cad6a9

Browse files
authored
Update README.md
1 parent 2a892fa commit 9cad6a9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ The goal is to:
1111
This script takes 1 argument which is a configuration file containg the details of
1212
the data to load. sample.cfg and settings.txt will be generated if they don't already exist.
1313

14+
## Download
15+
- `git clone https://github.com/tmuth/splunk-data-load.git`
16+
- Latest Version: 1.0.1
17+
- Source Tree: https://github.com/tmuth/splunk-data-load/tree/1.0.2
18+
- Download zip: https://github.com/tmuth/splunk-data-load/archive/refs/tags/1.0.2.zip
19+
1420
## Instructions
15-
1. Run the script with no parmeters to generate sample.cfg
21+
1. Run the `load-splunk-data.sh` script with no parmeters to generate sample.cfg and settings.txt
1622
2. Optionally rename sample.cfg and edit the parameters in it, such as AUTH_TOKEN. For instructions on setting up token authentication review [this doc](https://docs.splunk.com/Documentation/Splunk/latest/Security/Setupauthenticationwithtokens).
1723
3. Run the script, passing the newly edited .cfg file as the only parameter:
1824
```

0 commit comments

Comments
 (0)