When I run the following command on Windows (Splunk version 7.1.2, Windows version Server 2012 R2):
splunk apply cluster-bundle -auth "username:password" --answer-yes
I get the following output, which is expected:
Created new bundle with checksum=<checksum>
Applying new bundle. The peers may restart depending on the configurations in applied bundle.
Please run 'splunk show cluster-bundle-status' for checking the status of the applied bundle.
But it appears that splunk.exe also writes "OK" to stderr. As far as I can tell, nothing has actually failed and everything is working as expected.
Am I missing something? Is there actually an error that I'm not aware of, or is this a bug?
I can work around it, but it doesn't feel right. I'd like to make sure I'm not missing something important.
... View more