add(node): Vector aggregator service (#295)

* Add: Vector logging service

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

* Update: move fluentd and vector into aggregator category

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/338/head
Nicolas Lamirault 5 years ago committed by GitHub
parent ab85831125
commit c790ac47d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,19 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _OnPrem
class _Aggregator(_OnPrem):
_type = "aggregator"
_icon_dir = "resources/onprem/aggregator"
class Fluentd(_Aggregator):
_icon = "fluentd.png"
class Vector(_Aggregator):
_icon = "vector.png"
# Aliases

@ -12,10 +12,6 @@ class Fluentbit(_Logging):
_icon = "fluentbit.png"
class Fluentd(_Logging):
_icon = "fluentd.png"
class Graylog(_Logging):
_icon = "graylog.png"

@ -121,5 +121,6 @@ class Zookeeper(_Network):
ETCD = Etcd
HAProxy = Haproxy
OSM = OpenServiceMesh
OPNSense = Opnsense
PFSense = Pfsense
VyOS = Vyos

@ -5,6 +5,11 @@ title: OnPrem
Node classes list of onprem provider.
## onprem.aggregator
- **diagrams.onprem.aggregator.Fluentd**
- **diagrams.onprem.aggregator.Vector**
## onprem.analytics
- **diagrams.onprem.analytics.Beam**
@ -107,7 +112,6 @@ Node classes list of onprem provider.
## onprem.logging
- **diagrams.onprem.logging.Fluentbit**, **FluentBit** (alias)
- **diagrams.onprem.logging.Fluentd**
- **diagrams.onprem.logging.Graylog**
- **diagrams.onprem.logging.Loki**
- **diagrams.onprem.logging.Rsyslog**, **RSyslog** (alias)

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Loading…
Cancel
Save