Skip to content

Commit

Permalink
Add multiple synth rules for ext-service (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
IreneMLC authored Mar 31, 2021
1 parent 0fb658d commit 42752b7
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions definitions/ext-service/definition.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
domain: EXT
type: SERVICE
synthesis:
identifier: service.name
name: service.name
encodeIdentifierInGUID: true
conditions:
- attribute: service.name
rules:
# telemetry with service.name attribute
- identifier: service.name
name: service.name
encodeIdentifierInGUID: true
conditions:
- attribute: service.name
# telemetry with service_name attribute
- identifier: service_name
name: service_name
encodeIdentifierInGUID: true
conditions:
- attribute: service_name
# telemetry with serviceName attribute
- identifier: serviceName
name: serviceName
encodeIdentifierInGUID: true
conditions:
- attribute: serviceName
configuration:
entityExpirationTime: EIGHT_DAYS
alertable: true

0 comments on commit 42752b7

Please sign in to comment.