Does anyone have a cheat sheet for btool to help newbies? Here is my version of btool cheat sheet: splunk btool <conf_file_prefix> <sub-cmd> <context> --debug "%search string%"
splunk show config <config file name> | grep -v "system\/default"
Step 1.
splunk btool inputs list --debug "%search string%" >> /tmp/splunk_inputs.txt
Step 2.
Import into excel using space as a separator.
Step 3. Use excel to filter feature to look for the settings Explanation: <conf_file_prefix>: props, inputs, outputs, transforms <sub-cmd>: list, display, user, dir <context>: --app=search "%serch string%": input the search you're looking for I'd prefer piping the command to "less" command. Splunk documents: https://docs.splunk.com/Documentation/Splunk/8.0.5/Troubleshooting/CommandlinetoolsforusewithSupport#btool https://docs.splunk.com/Documentation/Splunk/8.0.5/Troubleshooting/Usebtooltotroubleshootconfigurati... https://docs.splunk.com/Documentation/Splunk/8.0.5/Troubleshooting/CommandlinetoolsforusewithSupport External Site: https://splunkonbigdata.com/2018/10/03/splunk-btool/ Thanks, everyone who replied. I'd consolidated the information into the top page.
... View more