File tree Expand file tree Collapse file tree
examples/searchcommands_app Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments