Skip to content

Commit

Permalink
Entity definition for Media streaming video type entity (#1789)
Browse files Browse the repository at this point in the history
* NR-341459: (feat) Added entity definition for Media streaming video entities.

* NR-341459: (feat) Changed to default expiration to eight days.

---------

Co-authored-by: Otávio Carvalho <[email protected]>
  • Loading branch information
jpradhan-nr and otaviocarvalho authored Nov 20, 2024
1 parent 830b85a commit b8ac940
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions entity-types/media_streaming-video/definition.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
domain: MEDIA_STREAMING
type: VIDEO
synthesis:
rules:
# telemetry with Video* eventType
- identifier: appName
name: appName
encodeIdentifierInGUID: false
conditions:
- attribute: eventType
prefix: Video
tags:
playerName:
playerVersion:
deviceType:
deviceGroup:
deviceManufacturer:
deviceModel:
goldenTags:
- playerName
- playerVersion
- deviceType
- deviceGroup
- deviceManufacturer
- deviceModel
configuration:
alertable: true
entityExpirationTime: EIGHT_DAYS

0 comments on commit b8ac940

Please sign in to comment.