Miner to collect AWS IP (region and service)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Miner to collect AWS IP (region and service)

L1 Bithead

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?

 

 

 

 

1 accepted solution

Accepted Solutions

L7 Applicator

Hi @yad2nus,

do this:

  1. in CONFIG click on the hamburger icon, search for stdlib.feedHCWithValue and click on it
  2. click on NEW
  3. in the CONFIG of the new prototype paste the following:
    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
  4. press OK and use the new prototype to create a new output node

 

The new prototype should look like:

MineMeld-new-proto.png

View solution in original post

3 REPLIES 3

L7 Applicator

Hi @yad2nus,

do this:

  1. in CONFIG click on the hamburger icon, search for stdlib.feedHCWithValue and click on it
  2. click on NEW
  3. in the CONFIG of the new prototype paste the following:
    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
  4. press OK and use the new prototype to create a new output node

 

The new prototype should look like:

MineMeld-new-proto.png

thank you for your support.

good.

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

  • 1 accepted solution
  • 5704 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!