Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add relations to Log Groups #18

Open
jcarter3 opened this issue Nov 19, 2020 · 4 comments
Open

Add relations to Log Groups #18

jcarter3 opened this issue Nov 19, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@jcarter3
Copy link
Contributor

Currently, Log Groups are being queried, but they are not tied to anything. Where possible, add a relationship to the appropriate Lambda, EC2, ECS, EKS, etc resource.

@jcarter3 jcarter3 added the enhancement New feature or request label Nov 19, 2020
@lpearson-trek10
Copy link
Contributor

Making a more complete list of resources:

  • AWS Glue
    • Jobs - /aws-glue/jobs
    • Crawlers - /aws-glue/crawlers
  • API Gateway - /aws/apigateway
  • CodeBuild - /aws/codebuild
  • ContainerInsights - /aws/containerinsights
    • EC2
    • ECS
    • EKS
  • EventBridge - /aws/events
  • Kinesis Firehose - /aws/kinesisfirehose
  • Lambda - /aws/lambda
  • RDS
    • Cluster - /aws/rds/cluster
  • SageMaker
    • Endpoints - /aws/sagemaker/Endpoints
    • NotebookInstances - /aws/sagemaker/NotebookInstances
    • TrainingJobs - /aws/sagemaker/TrainingJobs

@jcarter3 I am sure there are more but I thought it might be helpful to enumerate some more of the possibles sources and from what I could find seem to be the default paths.

@jcarter3
Copy link
Contributor Author

jcarter3 commented May 8, 2021

Awesome, thanks @lpearson-trek10! I'll work to get a mechanism in place to link these up then work through the list.

@lpearson-trek10
Copy link
Contributor

@jcarter3 what did you have in mind for linking them up?

@jcarter3
Copy link
Contributor Author

I was originally toying with the idea of a "post processing" step to do a second pass over the resources and add additional links. I think that might be the easiest way to do that for logs? But potentially also let you link lambda/ecs/ec2 env variables to ssm params

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants