|
5 | 5 | "title": "{{domainName:VSS Domain}}", |
6 | 6 | "titleIcon": "domain", |
7 | 7 | "visualizations": [ |
8 | | - { "id": "vss-domain-flow-flow-metric", "x": 1, "y": 0, "w": 2, "h": 5, "minW": 2, "minH": 5, "static": true}, |
9 | | - { "id": "vss-domain-flow-explicit-allow-metric", "x": 3, "y": 0, "w": 2, "h": 5, "minW": 2, "minH": 5, "static": true}, |
10 | | - { "id": "vss-domain-flow-explicit-deny-metric", "x": 5, "y": 0, "w": 2, "h": 5, "minW": 2, "minH": 5, "static": true}, |
11 | | - { "id": "vss-domain-flow-default-allow-metric", "x": 7, "y": 0, "w": 2, "h": 5, "minW": 2, "minH": 5, "static": true}, |
12 | | - { "id": "vss-domain-flow-default-deny-metric", "x": 9, "y": 0, "w": 2, "h": 5, "minW": 2, "minH": 5, "static": true}, |
13 | | - { "id": "vss-domain-flow-topx-source", "x": 1, "y": 2, "w": 5, "h": 25, "minW": 2, "minH": 12}, |
14 | | - { "id": "vss-domain-flow-topx-dest", "x": 6, "y": 2, "w": 5, "h": 25, "minW": 2, "minH": 12}, |
15 | | - { "id": "vss-domain-flow", "x": 1, "y": 27, "w": 5, "h": 25, "minW": 2, "minH": 12}, |
16 | | - { "id": "vss-domain-flow-table", "x": 6, "y": 27, "w": 5, "h": 25, "minW": 2 , "minH": 12} |
| 8 | + { "id": "vss-domain-flow", "x": 1, "y": 0, "w": 5, "h": 25, "minW": 2, "minH": 12}, |
| 9 | + { "id": "vss-domain-flow-table", "x": 6, "y": 0, "w": 5, "h": 25, "minW": 2 , "minH": 12} |
17 | 10 | ], |
18 | 11 | "links": [ |
19 | 12 | { |
|
44 | 37 | "label": "Flow Explorer", |
45 | 38 | "url": "/dashboards/vssDomainFlowExplorer" |
46 | 39 | } |
47 | | - ] |
| 40 | + ], |
| 41 | + "filterOptions": { |
| 42 | + "Source Field": { |
| 43 | + "parameter": "source_field", |
| 44 | + "default": "pg", |
| 45 | + "options": [ |
| 46 | + { |
| 47 | + "label": "Endpoint's Domain", |
| 48 | + "value": "endpoint-domain" |
| 49 | + }, |
| 50 | + { |
| 51 | + "label": "Endpoint's Subnet", |
| 52 | + "value": "endpoint-subnet" |
| 53 | + }, |
| 54 | + { |
| 55 | + "label": "Endpoint's Zone", |
| 56 | + "value": "endpoint-zone" |
| 57 | + }, |
| 58 | + { |
| 59 | + "label": "Subnet", |
| 60 | + "value": "subnet" |
| 61 | + }, |
| 62 | + { |
| 63 | + "label": "Zone", |
| 64 | + "value": "zone" |
| 65 | + }, |
| 66 | + { |
| 67 | + "label": "PG", |
| 68 | + "value": "pg", |
| 69 | + "default": true |
| 70 | + }, |
| 71 | + { |
| 72 | + "label": "Network Macro Group", |
| 73 | + "value": "network-macro-group" |
| 74 | + }, |
| 75 | + { |
| 76 | + "label": "Any", |
| 77 | + "value": "ANY" |
| 78 | + } |
| 79 | + ] |
| 80 | + }, |
| 81 | + "Destination Field": { |
| 82 | + "parameter": "destination_field", |
| 83 | + "default": "pg", |
| 84 | + "options": [ |
| 85 | + { |
| 86 | + "label": "Endpoint's Domain", |
| 87 | + "value": "endpoint-domain" |
| 88 | + }, |
| 89 | + { |
| 90 | + "label": "Endpoint's Subnet", |
| 91 | + "value": "endpoint-subnet" |
| 92 | + }, |
| 93 | + { |
| 94 | + "label": "Endpoint's Zone", |
| 95 | + "value": "endpoint-zone" |
| 96 | + }, |
| 97 | + { |
| 98 | + "label": "Subnet", |
| 99 | + "value": "subnet" |
| 100 | + }, |
| 101 | + { |
| 102 | + "label": "Zone", |
| 103 | + "value": "zone" |
| 104 | + }, |
| 105 | + { |
| 106 | + "label": "PG", |
| 107 | + "value": "pg", |
| 108 | + "default": true |
| 109 | + }, |
| 110 | + { |
| 111 | + "label": "Network Macro Group", |
| 112 | + "value": "network-macro-group" |
| 113 | + }, |
| 114 | + { |
| 115 | + "label": "Any", |
| 116 | + "value": "ANY" |
| 117 | + } |
| 118 | + ] |
| 119 | + } |
| 120 | + } |
48 | 121 | } |
0 commit comments