Hi,
I am getting errors similar to below for 5 inputs.conf.spec stanzas:
03-22-2023 09:03:52.484 +0000 WARN SpecFiles [45520 ConfReplicationThread] - Found parameter "python.version" inside "/apps/splunk/splunk/etc/apps/splunk_app_soar/README/inputs.conf.spec", scheme "audit://", but this parameter will be ignored as it does not contain the correct sequence of characters (a parameter name must match the regex "([0-9a-zA-Z][0-9a-zA-Z_-]*)").
The 5 stanzas are:
The definitions for python.version in each stanza are:
All the definitions for python.version seem to match the regex requirement stated in the warning.
Also I have other spec files with python.version defined in the same way that are not causing these messages:
Anyone have any ideas how to stop these messages being generated?
Those definitions look normal to me, but "python.version" does fail to match the regex since the regex does not allow for the dot character. I can't explain the inconsistent behavior.
Submit a Support request for the SOAR app. Contact the developers of the other apps.