I have a custom alert action that I wrote using the manual on the documentation:
https://docs.splunk.com/Documentation/Splunk/7.3.1/AdvancedDev/ModAlertsIntro
I need to import a Python module (boto3) into my action's script.
How can I do that?
Where and how do I install the module?
↧