diff options
author | 2018-09-19 16:42:15 +0200 | |
---|---|---|
committer | 2018-10-01 10:23:50 +0100 | |
commit | fd1060d4c176272f312fb23495ff8cdbebc121ae (patch) | |
tree | 2f24090ec71e47e69bd392918198745d0c8406e8 /pnda-ztt-app/src/main/resources/meta/ipv6-traffic.yaml | |
parent | a789d153737a991c14c7be03ae9044563573e4d2 (diff) |
PNDA Telemetry app for virtual firwall use case
The telemetry app ingests virtual firewall VES events into
HDFS and the timeseries datastore to support futher analytics.
Change-Id: I3a0920d4b416c1c165311ab9ff0fc31d8c96499f
Signed-off-by: chenxdu <chenxdu@cisco.com>
Issue-ID: DCAEGEN2-632
Signed-off-by: Donald Hunter <donaldh@cisco.com>
Diffstat (limited to 'pnda-ztt-app/src/main/resources/meta/ipv6-traffic.yaml')
-rw-r--r-- | pnda-ztt-app/src/main/resources/meta/ipv6-traffic.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pnda-ztt-app/src/main/resources/meta/ipv6-traffic.yaml b/pnda-ztt-app/src/main/resources/meta/ipv6-traffic.yaml new file mode 100644 index 0000000..3a5dcba --- /dev/null +++ b/pnda-ztt-app/src/main/resources/meta/ipv6-traffic.yaml @@ -0,0 +1,16 @@ +input_topic: telemetry.avro +processor: timeseries +output_topic: timeseries +timeseries_namespace: ipv6 + +xr_telemetry: + - path: Cisco-IOS-XR-ipv6-io-oper:ipv6-io/nodes/node/statistics/traffic + keys: + - name: node-name + display_name: "Node Name" + content: + - name: ipv6.total-packets + display_name: "Total IPV6 Packets" + + - name: icmp.total-messages + display_name: "Total ICMP Messages" |