forked from newrelic/entity-definitions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefinition.yml
More file actions
37 lines (34 loc) · 834 Bytes
/
Copy pathdefinition.yml
File metadata and controls
37 lines (34 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Network monitoring entity
domain: EXT
type: WEB_GATEWAY
synthesis:
rules:
- ruleName: ext_web_gateway_device_name
name: device_name
identifier: device_name
encodeIdentifierInGUID: true
conditions:
- attribute: provider
value: kentik-web-gateway
tags:
src_addr:
entityTagName: device_ip
multiValue: false
tags.container_service:
entityTagName: container_service
multiValue: false
# Add a 4 hour ttl on all tags ingested in metric api using tags. prefix
prefixedTags:
tags.:
ttl: PT4H
goldenTags:
- device_ip
- container_service
dashboardTemplates:
kentik/mcafee-web-gateway:
template: mcafee-dashboard.json
kentik/fireeye:
template: fireeye-dashboard.json
ownership:
primaryOwner:
teamName: "Network Monitoring"