File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
examples/searchcommands_app Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,18 @@ The app is tested on Splunk 5 and 6. Here is its manifest:
3232 └── local.meta ............... Permits the search assistant to use searchbnf.conf[6]
3333```
3434** References**
35- [ 1] [ app.conf] (http://docs.splunk.com/Documentation/Splunk/6.0.1 /Admin/Appconf app.conf)
36- [ 2] [ commands.conf] ( http://docs.splunk.com/Documentation/Splunk/6.0.1 /Admin/Commandsconf )
35+ [ 1] [ app.conf] (http://docs.splunk.com/Documentation/Splunk/latest /Admin/Appconf app.conf)
36+ [ 2] [ commands.conf] ( http://docs.splunk.com/Documentation/Splunk/latest /Admin/Commandsconf )
3737[ 3] [ Python Logging HOWTO] ( http://docs.python.org/2/howto/logging.html )
3838[ 4] [ ConfigParser—Configuration file parser] ( http://docs.python.org/2/library/configparser.html )
39- [ 5] [ searchbnf.conf] ( http://docs.splunk.com/Documentation/Splunk/6.0.1 /admin/Searchbnfconf )
39+ [ 5] [ searchbnf.conf] ( http://docs.splunk.com/Documentation/Splunk/latest /admin/Searchbnfconf )
4040[ 6] [ Set permissions in the file system] ( http://goo.gl/1oDT7r )
4141
4242## Installation
4343
4444+ Install the app by copying the ` searchcommands_app ` directory to ` $SPLUNK_HOME/etc/apps/searchcommands_app ` .
4545
46- + Recursively copy ` splunklib ` to ` $SPLUNK_HOME/etc/apps/searchcommands_app/bin `
46+ + Recursively copy ` splunklib ` to ` $SPLUNK_HOME/etc/apps/searchcommands_app/bin ` .
4747
4848+ (Re)start Splunk so that the app is recognized.
4949
You can’t perform that action at this time.
0 commit comments