I hope mapping region and service.
but, minemeld is only 1 choice.
Example, I want "service": "AMAZON" IP in "region": "ap-southeast-2".
How can I match "region" in "service" IP?
Solved! Go to Solution.
Hi @yad2nus,
do this:
infilters: - actions: - accept conditions: - __method == 'withdraw' name: accept withdraws - actions: - accept conditions: - aws_region == 'ap-southeast-2' name: accept ap-southeast-2 - actions: - drop name: drop all store_value: true
The new prototype should look like:
Hi @yad2nus,
do this:
infilters: - actions: - accept conditions: - __method == 'withdraw' name: accept withdraws - actions: - accept conditions: - aws_region == 'ap-southeast-2' name: accept ap-southeast-2 - actions: - drop name: drop all store_value: true
The new prototype should look like:
thank you for your support.
good.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!