summaryrefslogtreecommitdiffstats
path: root/dcaedt_tools/src/main/resources/conf/config.json
blob: 5b0f542240f97b9866198c9a3d20825b6d6c36e7 (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
	"templateInfo": [{
		"name": "SNMP Fault",
		"description": "SNMP FM with Map-Supplement-Enrich",
		"category": "Template",
		"subCategory":"Base Monitoring Template",
		"updateIfExist": "true",
		"composition": [{
			"type": "Map",
			"alias": "mapper"
		}, {
			"type": "Supplement",
			"alias": "sup"
		}, {
			"type": "Enrich",
			"alias": "enrich"
		}]
	},
		{
			"name": "FOI",
			"description": "FOI SFTP with FOI-Collector and Docker-Map",
			"category": "Template",
			"subCategory":"Base Monitoring Template",
			"updateIfExist": "true",
			"composition": [{
				"type": "foi",
				"alias": "collector"
			}, {
				"type": "DockerMap",
				"alias": "map"
			}],
			"relations": [{
				"fromComponent": "collector.foi",
				"fromRequirement": "stream_publish_0",
				"toComponent": "map.feed0",
				"toCapability": "feed"
			}]
		},
		{
			"name": "Syslog non-VES Collector",
			"description": "Syslog flow with Syslog Collector",
			"category": "Template",
			"subCategory": "Base Monitoring Template",
			"updateIfExist": "true",
			"composition": [{
				"type": "Syslog",
				"alias": "collector"
			}]
		}
	]
}