- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-10-2017 09:36 PM
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?
04-11-2017 08:25 AM
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:
04-11-2017 08:25 AM
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:
04-11-2017 05:56 PM
thank you for your support.
good.
11-12-2021 11:33 AM
Lmori, thank you for your response.
Do you know, is it possible to list multiple regions in the same filter? Such as,
infilters:
- actions:
- accept
conditions:
- __method == 'withdraw'
name: accept withdraws
- actions:
- accept
conditions:
- aws_region == 'ap-southeast-2'
name: accept ap-southeast-2
- asw_region == 'us-east1'
name: accept us-east1
- actions:
- drop
name: drop all
store_value: true
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!