Ever since upgrading to version 2.1.4 of Cofense Triage Add-On, we get hundreds of these errors in our _internal logs:
It does not affect log ingestion, but would like help in figuring out how to suppress the errors.
Additional Info for @PickleRick's response:
This will be removed in a future version of the solnlib library. See function starting at line 237 in the CredentialManager class:
Looking at the new code, a realm will be required to be passed to the definition.
It is probably due to the add-on calling an obsolete method from the splunklib. You can't do anything about it yourself except for either updating the add-on (if possible) or asking the developer to fix it.
which is that obsolete function?
_get_all_passwords is deprecated, please use get_all_passwords_in_realm instead.
How can we fix this error ?
I already wrote this - You can't do anything about it yourself except for either updating the add-on (if possible) or asking the developer to fix it.
Unless you want to dig into the app's code.