Skip to content

Commit

Permalink
feat: Adding replication group regex for redis (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
AravindKumar8520 authored Feb 27, 2025
1 parent 969a6c4 commit c6fd54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relationships/synthesis/EXT-SERVICE-to-REDIS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ relationships:
- attribute: entity.type
anyOf: [ "SERVICE" ]
- attribute: newrelic.aws_metric_streams.arn
regex: "arn:aws:elasticache:[^:]*:[^:]*:cluster:[^:]*"
regex: "arn:aws:elasticache:[^:]*:[^:]*:(cluster|replicationgroup):[^:]*"
relationship:
expires: P75M
relationshipType: CALLS
Expand Down

0 comments on commit c6fd54c

Please sign in to comment.