Hi Karl,
Thank you for your answer.
As you mentioned I am already using Reference set in my rule, and I see that my rule is triggering. But I can't find any error outputs on why Custom action script is not executed when the rule action fires.
I also tested to use Qradar API in Custom action and result was the same. Example of the script:
#!/bin/bash
#Test data input to Reference set Test01 by using Qradar API:
output=$(curl -X POST -k -H "SEC:$1" -H "Version:12.1" -H "Accept:application/json" https://Console server/api/reference_data/sets/Test01?value=$2)
echo $output
Conversation with official IBM support team did not resolve the problem, I am still waiting for answer from them (ticket was raised 07 October).
Could you share your experience in using Custom actions in Qradar? Are you using Custom actions in your Qradar environment? If you have any existed tested custom script, could you share it?
Regards,
Berik
#QRadar#Support#SupportMigration