Skip to content

Commit 2854000

Browse files
author
David Noble
committed
Updated the searchcommands_app README.md with new installation instructions.
1 parent dc4eb45 commit 2854000

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

examples/searchcommands_app/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,21 @@ The app is tested on Splunk 5 and 6. Here is its manifest:
4545

4646
## Installation
4747

48-
+ Install the app by copying the `searchcommands_app` directory to `$SPLUNK_HOME/etc/apps/searchcommands_app`.
48+
+ Link the app to $SPLUNK_HOME/etc/apps/searchcommands_app by running this command:
4949

50-
+ Recursively copy `splunklib` to `$SPLUNK_HOME/etc/apps/searchcommands_app/bin`.
50+
```
51+
./setup.py link --scp-version {1|2}
52+
```
53+
54+
+ Or build a tarball to install on any Splunk instance by running this command:
5155

52-
+ (Re)start Splunk so that the app is recognized.
56+
```
57+
./setup.py build --scp-version {1|2}
58+
```
59+
60+
The tarball is build as build/searchcommands_app-1.5.0-private.tar.gz.
61+
62+
+ And then (re)start Splunk so that the app is recognized.
5363

5464
## Dashboards and Searches
5565

0 commit comments

Comments
 (0)