Skip to content

Commit

Permalink
Adding regex pattern to the APM-to-Elasticsearch relationship configu…
Browse files Browse the repository at this point in the history
…ration (#1796)

* feat: Adding candidate and relationship btw APM/OTel to Elastisearch

* feat: Changing name

* feat: Changed field attribute for elasticsearch cluster

* feat: Adding regex to elasticsearch cluster relationship
  • Loading branch information
AravindKumar8520 authored Dec 4, 2024
1 parent cb4e0d0 commit 0e6c344
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ relationships:
conditions:
- attribute: eventType
anyOf: [ "Span" ]
- attribute: db.system
anyOf: [ "elasticsearch" ]
- attribute: server.address
regex: ^search-[a-zA-Z0-9-]+-[a-zA-Z0-9]+\.([a-zA-Z0-9-]+)\.es\.amazonaws\.com$
relationship:
expires: P75M
relationshipType: CALLS
Expand Down

0 comments on commit 0e6c344

Please sign in to comment.