Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

dns_traffic matches only application name and version #112

Open
mohamedazouz opened this issue Aug 23, 2017 · 2 comments
Open

dns_traffic matches only application name and version #112

mohamedazouz opened this issue Aug 23, 2017 · 2 comments

Comments

@mohamedazouz
Copy link

mohamedazouz commented Aug 23, 2017

  • We're trying to have extract the ELB info. and we have the following rules but we didn't get informaiton for specific applicaiton
[
    {
        "dns_traffic": "true",
        "infrastructure_account": "aws:ACCOUNT_ID",
        "type": "elb"
    }
]
  • After removing the dns_traffic, it we get the application elb info.
  • after checking with @mohabusama, I found out that dns_traffic related to specific pattern which is application name and application pattern and we are using different pattern for this application as we have it in different aws region
    here's the application pattern "{{StackName}}-{{Region}}.{{TeamID}}
@mohabusama
Copy link
Contributor

Thanks!

We could introduce a feature to somehow detect the dns_traffic status in a more generic pattern.

  • may be user defined?
  • based on predefined tags?

@beverage
Copy link

@vetinari Can you either update or close this issue and associated PR?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants