vagrant | 9d02e41 | 2018-07-13 21:44:34 +0000 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | |
| 4 | |
| 5 | VNF Event Streaming (VES) Collector |
| 6 | =================================== |
| 7 | |
| 8 | .. Add or remove sections below as appropriate for the platform component. |
| 9 | |
Vijay VK | 86cd893 | 2018-10-23 16:35:29 +0100 | [diff] [blame] | 10 | **Virtual Event Streaming** (VES) Collector (formerly known as Standard Event Collector/Common Event Collector) is RESTful collector for processing JSON messages into DCAE. The collector supports individual events or eventbatch posted to collector end-point(s) and post them to interface/bus for other application to subscribe. |
| 11 | The collector verifies the source (when authentication is enabled) and validates the events against VES schema before distributing to DMAAP MR topics for downstream system to subscribe. The VESCollector also supports configurable event transformation function and event distribution to DMAAP MR topics. |
vagrant | 9d02e41 | 2018-07-13 21:44:34 +0000 | [diff] [blame] | 12 | |
Vijay VK | 86cd893 | 2018-10-23 16:35:29 +0100 | [diff] [blame] | 13 | |
| 14 | |
| 15 | VES Collector (HTTP) overview and functions |
Vijay VK | f6659fc | 2018-11-02 05:07:27 +0100 | [diff] [blame] | 16 | ------------------------------------------- |
Vijay VK | 86cd893 | 2018-10-23 16:35:29 +0100 | [diff] [blame] | 17 | |
| 18 | |
| 19 | .. toctree:: |
Donald Hunter | 1e7e2ef | 2018-11-21 14:17:28 +0000 | [diff] [blame] | 20 | :maxdepth: 1 |
Vijay VK | f6659fc | 2018-11-02 05:07:27 +0100 | [diff] [blame] | 21 | |
Donald Hunter | 1e7e2ef | 2018-11-21 14:17:28 +0000 | [diff] [blame] | 22 | ./architecture.rst |
| 23 | ./configuration.rst |
| 24 | ./delivery.rst |
| 25 | ./installation.rst |
andrzejszukuc | 96e029e | 2018-11-28 18:09:37 +0100 | [diff] [blame] | 26 | ./tls-authentication.rst |
Donald Hunter | 1e7e2ef | 2018-11-21 14:17:28 +0000 | [diff] [blame] | 27 | |
Vijay VK | 56f3194 | 2018-11-07 20:41:15 +0000 | [diff] [blame] | 28 | API reference |
| 29 | ^^^^^^^^^^^^^ |
| 30 | |
Donald Hunter | 1e7e2ef | 2018-11-21 14:17:28 +0000 | [diff] [blame] | 31 | Refer to :doc:`VES APIs <../../apis/ves>` for detailed api information. |