summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/mapper/index.rst
diff options
context:
space:
mode:
authorPooja03 <pm00501616@techmahindra.com>2018-11-02 20:20:57 +0530
committerPooja03 <pm00501616@techmahindra.com>2018-11-02 20:20:57 +0530
commit91e472c8640d9d6364c311474b15e9c9a95a0e9f (patch)
tree87be09d0a3a028340e14defb4dbff2984477f28f /docs/sections/services/mapper/index.rst
parentb54e37f7bb134b46f85fdaf5f7d161b6622ba0f1 (diff)
Adding Documentation of Mapper
Adding documentation of Mapper on readthedocs Change-Id: I80ec21296ec42ef21552a9e93839ca5209a27a58 Issue-ID: DCAEGEN2-936 Signed-off-by: Pooja03 <pm00501616@techmahindra.com>
Diffstat (limited to 'docs/sections/services/mapper/index.rst')
-rw-r--r--docs/sections/services/mapper/index.rst30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/sections/services/mapper/index.rst b/docs/sections/services/mapper/index.rst
new file mode 100644
index 00000000..81122932
--- /dev/null
+++ b/docs/sections/services/mapper/index.rst
@@ -0,0 +1,30 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright 2018 Tech Mahindra Ltd.
+
+
+Mapper
+=====================
+
+| **Problem:** Different VNF vendors generate event and telemetry data in different formats. Out of the box, all VNF vendors may not support VES format.
+| **Solution**: A generic adapter which can convert different formats of event and telemetry data to VES format can be of use here.
+| *Note*: Currently support snmp trap telemetry data
+
+There are 2 micro services in the mapper functionality.
+
+**Universal VES Adapter** - It converts the telemetry data into the required ves format and publishes to the dmaap for further action to be taken.
+ *Note*: Currently it supports conversion of snmp traps generated by SNMP TRAP Collector. With some work, it can support other collectors as well.
+
+
+**SnmpMapper** - It provides web UI to upload mapping files which are then stored into the postgres database. VES adapter refers to these mapping files at the time of converting the events into VES events.
+
+
+
+.. toctree::
+ :maxdepth: 1
+
+ ./flow.rst
+ ./delivery.rst
+ ./installation.rst
+ ./MappingFile.rst
+ ./SampleSnmpTrapConversion