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

PP-13499 Extract ALB Service Name #19

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Conversation

danworth
Copy link
Contributor

@danworth danworth commented Feb 13, 2025

Add the name of the service to the Splunk record for ALB access logs.

NOTES

Here is the list of ALB names we currently have.

➤➤ ~ $ for env in dev test staging prod deploy; do aws-vault exec pay-${env}-admin -- aws elbv2 describe-load-balancers  | jq '.LoadBalancers[].LoadBalancerName' -r; done
test-perf-1-webhooks-egress-nlb
test-12-egress-nlb
test-12-webhooks-egress-nlb
test-perf-1-egress-nlb
test-12-cardid-alb
test-12-frontend-alb
test-12-adminusers-alb
test-12-selfservice-alb
test-12-publicapi-alb
test-12-toolbox-alb
test-12-connector-alb
test-12-publicauth-alb
test-12-ledger-alb
test-12-products-alb
test-12-products-ui-alb
test-perf-1-connector-alb
test-perf-1-publicauth-alb
test-perf-1-toolbox-alb
test-perf-1-ledger-alb
test-perf-1-adminusers-alb
test-perf-1-products-alb
test-perf-1-selfservice-alb
test-perf-1-cardid-alb
test-perf-1-frontend-alb
test-perf-1-products-ui-alb
test-perf-1-publicapi-alb
test-12-notifications-alb
test-perf-1-notifications-alb
test-12-webhooks-alb
test-perf-1-webhooks-alb
staging-2-egress-nlb
staging-2-webhooks-egress-nlb
staging-2-toolbox-alb
staging-2-products-alb
staging-2-adminusers-alb
staging-2-ledger-alb
staging-2-frontend-alb
staging-2-products-ui-alb
staging-2-connector-alb
staging-2-publicauth-alb
staging-2-selfservice-alb
staging-2-cardid-alb
staging-2-publicapi-alb
staging-2-notifications-alb
staging-2-webhooks-alb
production-2-webhooks-egress-nlb
production-2-egress-nlb
production-2-selfservice-alb
production-2-adminusers-alb
production-2-cardid-alb
production-2-publicapi-alb
production-2-products-alb
production-2-publicauth-alb
production-2-products-ui-alb
production-2-frontend-alb
production-2-connector-alb
production-2-toolbox-alb
production-2-ledger-alb
production-2-notifications-alb
production-2-webhooks-alb
pay-cd-concourse-monitoring
pay-cd-concourse-web
deploy-tooling-pactbroker-alb
deploy-pushgateway-alb
deploy-tooling-stubs-alb

@danworth danworth marked this pull request as draft February 13, 2025 12:27
Add the name of the service to the Splunk record for ALB access logs.
@danworth danworth force-pushed the PP-13499_alb_service_name branch from 1a7e8c1 to 3e47f0c Compare February 13, 2025 13:19
@danworth danworth marked this pull request as ready for review February 13, 2025 13:20
Copy link
Contributor

@kbottla kbottla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@danworth danworth merged commit 41c72e5 into main Feb 13, 2025
3 checks passed
@danworth danworth deleted the PP-13499_alb_service_name branch February 13, 2025 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants