You update a props.conf file while Splunk is running. You do not restart Splunk and you run this command: splunk btool props list `"-debug. What will the output be?
You update a props.conf file while Splunk is running. You do not restart Splunk and you run this command: splunk btool props list `"-debug. What will the output be?
The btool command in Splunk is used to troubleshoot configuration files by simulating the merging process of the on-disk configuration files, and it generates a report showing the merged settings. The --debug flag is used to display the exact file path from which the configuration is located. Therefore, running the splunk btool props list --debug command will result in a list of props.conf configurations as they are on-disk along with the file paths from which the configurations are located.
should be C https://docs.splunk.com/Documentation/Splunk/8.0.1/Troubleshooting/Usebtooltotroubleshootconfigurations
Answer is C. See this phrase in the docs -> "The btool command simulates the merging process using the on-disk conf files and creates a report showing the merged settings." https://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/Usebtooltotroubleshootconfigurations
Yes, and right after it says "The report does not necessarily represent what's loaded in memory. If a conf file change is made that requires a service restart, the btool report shows the change even though that change isn't active."
Answer is C.
C is correct
btool will only show what is running / in memory, not what's on disk. D is correct.
That's wrong actually, it's dependent on the conf and giubal and dphacker are correct.
C is the correct answer The report does not necessarily represent what's loaded in memory. If a conf file change is made that requires a service restart, the btool report shows the change even though that change isn't active.
Correct answer is C because debug displays the exact .conf file location
it troubleshoots config on disk not in memory. Answer: C
It should be C as btool is used for ondisk and debug is used for file path..
btool key words: btool for on-disk ,and --debug for file location
C splunk btool props list -- shows on-disk configuration for requested Use --debug to display the exact .conf file location