|
1 | 1 | id: cisco-asa |
2 | 2 | metric_id: cisco-asa |
3 | 3 | backend_only: false |
4 | | -facets: null |
| 4 | +facets: |
| 5 | + - groups: |
| 6 | + - Event |
| 7 | + name: Event Outcome |
| 8 | + path: evt.outcome |
| 9 | + source: log |
| 10 | + - groups: |
| 11 | + - Geoip |
| 12 | + name: City Name |
| 13 | + path: network.client.geoip.city.name |
| 14 | + source: log |
| 15 | + - groups: |
| 16 | + - Geoip |
| 17 | + name: Continent Code |
| 18 | + path: network.client.geoip.continent.code |
| 19 | + source: log |
| 20 | + - groups: |
| 21 | + - Geoip |
| 22 | + name: Continent Name |
| 23 | + path: network.client.geoip.continent.name |
| 24 | + source: log |
| 25 | + - groups: |
| 26 | + - Geoip |
| 27 | + name: Country ISO Code |
| 28 | + path: network.client.geoip.country.iso_code |
| 29 | + source: log |
| 30 | + - groups: |
| 31 | + - Geoip |
| 32 | + name: Country Name |
| 33 | + path: network.client.geoip.country.name |
| 34 | + source: log |
| 35 | + - groups: |
| 36 | + - Geoip |
| 37 | + name: Subdivision ISO Code |
| 38 | + path: network.client.geoip.subdivision.iso_code |
| 39 | + source: log |
| 40 | + - groups: |
| 41 | + - Geoip |
| 42 | + name: Subdivision Name |
| 43 | + path: network.client.geoip.subdivision.name |
| 44 | + source: log |
| 45 | + - groups: |
| 46 | + - Web Access |
| 47 | + name: Client IP |
| 48 | + path: network.client.ip |
| 49 | + source: log |
| 50 | + - groups: |
| 51 | + - Web Access |
| 52 | + name: Client Port |
| 53 | + path: network.client.port |
| 54 | + source: log |
| 55 | + - groups: |
| 56 | + - Geoip |
| 57 | + name: Destination City Name |
| 58 | + path: network.destination.geoip.city.name |
| 59 | + source: log |
| 60 | + - groups: |
| 61 | + - Geoip |
| 62 | + name: Destination Continent Code |
| 63 | + path: network.destination.geoip.continent.code |
| 64 | + source: log |
| 65 | + - groups: |
| 66 | + - Geoip |
| 67 | + name: Destination Continent Name |
| 68 | + path: network.destination.geoip.continent.name |
| 69 | + source: log |
| 70 | + - groups: |
| 71 | + - Geoip |
| 72 | + name: Destination Country ISO Code |
| 73 | + path: network.destination.geoip.country.iso_code |
| 74 | + source: log |
| 75 | + - groups: |
| 76 | + - Geoip |
| 77 | + name: Destination Country Name |
| 78 | + path: network.destination.geoip.country.name |
| 79 | + source: log |
| 80 | + - groups: |
| 81 | + - Geoip |
| 82 | + name: Destination Subdivision ISO Code |
| 83 | + path: network.destination.geoip.subdivision.iso_code |
| 84 | + source: log |
| 85 | + - groups: |
| 86 | + - Geoip |
| 87 | + name: Destination Subdivision Name |
| 88 | + path: network.destination.geoip.subdivision.name |
| 89 | + source: log |
| 90 | + - groups: |
| 91 | + - Web Access |
| 92 | + name: Destination IP |
| 93 | + path: network.destination.ip |
| 94 | + source: log |
| 95 | + - groups: |
| 96 | + - Web Access |
| 97 | + name: Destination Port |
| 98 | + path: network.destination.port |
| 99 | + source: log |
| 100 | + - groups: |
| 101 | + - User |
| 102 | + name: User Name |
| 103 | + path: usr.name |
| 104 | + source: log |
| 105 | + |
5 | 106 | pipeline: |
6 | 107 | type: pipeline |
7 | 108 | name: Cisco ASA |
|
0 commit comments