Commit ea95540 1 parent de560c8 commit ea95540 Copy full SHA for ea95540
File tree 2 files changed +20
-18
lines changed
2 files changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ This integration collects the listed logs and channels them into Datadog for ana
28
28
29
29
1 . Add your Zero Networks credentials.
30
30
31
- | Parameters | Description |
32
- | ------------------------------------- | ------------------------------------------------------------ |
33
- | Domain Name | The Domain Name from Zero Networks portal URL |
34
- | API Key | The Personal API key of Zero Networks |
31
+ | Parameters | Description |
32
+ | ----------------| ------------------------------------------------------------ |
33
+ | Subdomain | The subdomain from Zero Networks portal URL. For example, ``` https://<sub_domain>.zeronetworks.com ``` . |
34
+ | API Key | The Personal API key of Zero Networks. |
35
35
36
36
2 . Click ** Save** .
37
37
Original file line number Diff line number Diff line change 1
1
{
2
2
"title" : " Zero Networks - Network Activities" ,
3
3
"description" : " This Dashboard provides insights into network activities logs generated on Zero Networks Platform." ,
4
+ "experience_type" : " default" ,
4
5
"widgets" : [
5
6
{
6
7
"id" : 7048682808416574 ,
990
991
"requests" : [
991
992
{
992
993
"response_format" : " scalar" ,
993
- "formulas" : [
994
- {
995
- "formula" : " query1"
996
- }
997
- ],
998
994
"queries" : [
999
995
{
1000
996
"name" : " query1" ,
1026
1022
"style" : {
1027
1023
"palette" : " datadog16"
1028
1024
},
1025
+ "formulas" : [
1026
+ {
1027
+ "formula" : " query1"
1028
+ }
1029
+ ],
1029
1030
"sort" : {
1030
1031
"count" : 10 ,
1031
1032
"order_by" : [
1282
1283
"requests" : [
1283
1284
{
1284
1285
"response_format" : " scalar" ,
1285
- "formulas" : [
1286
- {
1287
- "formula" : " query1"
1288
- }
1289
- ],
1290
1286
"queries" : [
1291
1287
{
1292
1288
"name" : " query1" ,
1318
1314
"style" : {
1319
1315
"palette" : " datadog16"
1320
1316
},
1317
+ "formulas" : [
1318
+ {
1319
+ "formula" : " query1"
1320
+ }
1321
+ ],
1321
1322
"sort" : {
1322
1323
"count" : 10 ,
1323
1324
"order_by" : [
2071
2072
"title" : " Top Destination Processes" ,
2072
2073
"title_size" : " 16" ,
2073
2074
"title_align" : " left" ,
2075
+ "time" : {},
2074
2076
"type" : " toplist" ,
2075
2077
"requests" : [
2076
2078
{
2079
2081
"name" : " query1" ,
2080
2082
"data_source" : " logs" ,
2081
2083
"search" : {
2082
- "query" : " source:zero-networks service:network-activities $User $IP $Traffic-Type $State $Protocol"
2084
+ "query" : " source:zero-networks service:network-activities $User $IP $Traffic-Type $State $Protocol -@record.dst.processName: \"\" "
2083
2085
},
2084
2086
"indexes" : [
2085
2087
" *"
3109
3111
},
3110
3112
{
3111
3113
"name" : " Traffic-Type" ,
3112
- "prefix" : " @trafficType" ,
3114
+ "prefix" : " @fields_mapping. trafficType" ,
3113
3115
"available_values" : [],
3114
3116
"default" : " *"
3115
3117
},
3116
3118
{
3117
3119
"name" : " State" ,
3118
- "prefix" : " @state" ,
3120
+ "prefix" : " @fields_mapping. state" ,
3119
3121
"available_values" : [],
3120
3122
"default" : " *"
3121
3123
},
3122
3124
{
3123
3125
"name" : " Protocol" ,
3124
- "prefix" : " @protocol" ,
3126
+ "prefix" : " @fields_mapping. protocol" ,
3125
3127
"available_values" : [],
3126
3128
"default" : " *"
3127
3129
}
You can’t perform that action at this time.
0 commit comments