forked from F5Networks/f5-telemetry-streaming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathf5_cloud.json
97 lines (96 loc) · 2.94 KB
/
f5_cloud.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"class": "Telemetry",
"AsmPolicyOWASP_Endpoint": {
"class": "Telemetry_Endpoints",
"items": {
"asmpolicyowasp": {
"path": "/mgmt/tm/asm/owasp/policy-score?$select=policyId,policyScore,securityRisks"
},
"asmpolicy": {
"path": "/mgmt/tm/asm/policies?$expand=historyRevisionReference&$select=id,name,fullPath,virtualServers,history-revisions/revision,history-revisions/activatedAtDatetime"
},
"asmsystem": {
"path": "/mgmt/tm/sys/global-settings?$select=hostname"
}
}
},
"AsmPolicyOWASP_Poller": {
"class": "Telemetry_System_Poller",
"interval": 65,
"enable": true,
"trace": true,
"endpointList": "AsmPolicyOWASP_Endpoint"
},
"SystemVIP_Poller": {
"class": "Telemetry_System_Poller",
"interval": 65,
"enable": false,
"trace": true,
"allowSelfSignedCert": false,
"host": "localhost",
"port": 8100,
"protocol": "http",
"actions": [
{
"enable": true,
"includeData": {},
"locations": {
"system": true,
"virtualServers": true
}
}
]
},
"AsmEvent_Listener": {
"class": "Telemetry_Listener",
"port": 6514,
"enable": true,
"trace": false
},
"AsmIncidents_Endpoint": {
"class": "Telemetry_Endpoints",
"items": {
"asmincidents": {
"path": "/mgmt/tm/asm/events/incidents?$select=virtualServerName,incidentStatus,clientIp,incidentSeverity,durationInSeconds,requestCount,id,policy/name,policy/fullPath,incidentType,incidentSubtype,lastRequestDatetime&$expand=policyReference,incidentTypeReference&$top=100&$orderby=lastRequestDatetime+desc"
},
"asmsystem": {
"path": "/mgmt/tm/sys/global-settings?$select=hostname"
}
}
},
"AsmIncidents_Poller": {
"class": "Telemetry_System_Poller",
"interval": 60,
"enable": true,
"trace": false,
"endpointList": "AsmIncidents_Endpoint"
},
"Cloud_Consumer": {
"allowSelfSignedCert": true,
"class": "Telemetry_Consumer",
"type": "F5_Cloud",
"enable": true,
"trace": true,
"f5csTenantId": "a-blabla-a",
"f5csSensorId": "12345",
"payloadSchemaNid": "f5",
"serviceAccount": {
"authType": "google-auth",
"type": "service_account",
"projectId": "deos-dev",
"privateKeyId": "11111111111111111111111",
"privateKey": {
"cipherText": "-----BEGIN PRIVATE KEY-----\nPRIVATEKEY"
},
"clientEmail": "[email protected]",
"clientId": "1212121212121212121212",
"authUri": "https://accounts.google.com/o/oauth2/auth",
"tokenUri": "https://oauth2.googleapis.com/token",
"authProviderX509CertUrl": "https://www.googleapis.com/oauth2/v1/certs",
"clientX509CertUrl": "https://www.googleapis.com/robot/v1/metadata/x509/test%40deos-dev.iam.gserviceaccount.com"
},
"targetAudience": "deos-ingest",
"eventSchemaVersion": "5"
},
"schemaVersion": "1.15.0"
}