Hi all,
I trying to implement online help for my custom search commands. There is a searchbnf.conf located in the $SPLUNK_HOME/etc/system/default directory.
If I put my configuration into that f...
...ollowing script:
CustomCommand.py
In $Splunk_home/etc/system/local/commands.conf I have the following stanza:
[CustomCommand]
filename = CustomCommand.py
In $Splunk_home/etc/s...
In Splunk I have configured the searchbnf.conf to provide some helpful search hints inline while the person types SPL. It works pretty good, with each search option coming up in green as a s...
Hi - I have a few dashboards that use expressions like eval var=ifnull(x,"true","false") ...which assigns "true" or "false" to var depending on x being NULL Those dashboards still work, but I not...
Hey,
I have the following in my searchbnf.conf file but thus far I get an error when trying to use the alias:
[mycommand-command]
syntax = mycommand field=<field> db="<database&g...
Our search heads syntax highlighting does not function for any of search commands. This is with search_syntax_highlighting = true for the user prefs. I'm on Splunk version 6.5.2.
[general]
searc...
Hi guys,
Is there a way to list all search commands && a short description from Splunk engine? (As mentioned in docs). This is to help develop in corporate mode where there is no internet...