Hi,
What would the btool command be to find a certain part Of an input.conf file?
Thanks
It depends on what you're looking for. btool itself is limited to searching for particular stanzas. Beyond that, use grep.
splunk btool --debug inputs list "monitor:///var/log"
It depends on what you're looking for. btool itself is limited to searching for particular stanzas. Beyond that, use grep.
splunk btool --debug inputs list "monitor:///var/log"
Thanks