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...
I am using searchbnf.conf file to provide help on my custom search commands but the search assistant is highlighting certain words from my description in green color which is not intended. How can I...