You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to control value of python.version for all generated conf files in my app.
If I only puy python.verion = xxx in a stanza, ucc-gen build does not generate the rest of the stanza keys needed.
Would like to use this across a few different conf files - modular inputs, custom alert action, custom search commands, etc.
Any ideas?
Currently looks like it just uses the default of python3, no matter which version of python i have installed in the local virtualenv.
INFO: ucc-gen version 5.58.1 is used
INFO: Python binary name to use: python3
INFO: Python Version: Python 3.9.21
generated alert_actions.conf:
[stanza]
python.version = python3
Not breaking, I have a workaround with additional packaging step.
But seems like this will continue to be useful as splunk occasionally updates version of python shipped.
THX!
The text was updated successfully, but these errors were encountered:
Description
I would like to control value of python.version for all generated conf files in my app.
If I only puy python.verion = xxx in a stanza, ucc-gen build does not generate the rest of the stanza keys needed.
Would like to use this across a few different conf files - modular inputs, custom alert action, custom search commands, etc.
Any ideas?
Currently looks like it just uses the default of python3, no matter which version of python i have installed in the local virtualenv.
generated alert_actions.conf:
Not breaking, I have a workaround with additional packaging step.
But seems like this will continue to be useful as splunk occasionally updates version of python shipped.
THX!
The text was updated successfully, but these errors were encountered: