Update: move fluentd and vector into aggregator category

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/295/head
Nicolas Lamirault 5 years ago
parent af92d693dd
commit 3f6fca2c38
No known key found for this signature in database
GPG Key ID: 65D6BB0526B7051F

@ -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" _icon = "fluentbit.png"
class Fluentd(_Logging):
_icon = "fluentd.png"
class Graylog(_Logging): class Graylog(_Logging):
_icon = "graylog.png" _icon = "graylog.png"
@ -32,10 +28,6 @@ class SyslogNg(_Logging):
_icon = "syslog-ng.png" _icon = "syslog-ng.png"
class Vector(_Logging):
_icon = "vector.png"
# Aliases # Aliases
FluentBit = Fluentbit FluentBit = Fluentbit

@ -5,6 +5,11 @@ title: OnPrem
Node classes list of onprem provider. Node classes list of onprem provider.
## onprem.aggregator
- **diagrams.onprem.aggregator.Fluentd**
- **diagrams.onprem.aggregator.Vector**
## onprem.analytics ## onprem.analytics
- **diagrams.onprem.analytics.Beam** - **diagrams.onprem.analytics.Beam**
@ -106,12 +111,10 @@ Node classes list of onprem provider.
## onprem.logging ## onprem.logging
- **diagrams.onprem.logging.Fluentbit**, **FluentBit** (alias) - **diagrams.onprem.logging.Fluentbit**, **FluentBit** (alias)
- **diagrams.onprem.logging.Fluentd**
- **diagrams.onprem.logging.Graylog** - **diagrams.onprem.logging.Graylog**
- **diagrams.onprem.logging.Loki** - **diagrams.onprem.logging.Loki**
- **diagrams.onprem.logging.Rsyslog**, **RSyslog** (alias) - **diagrams.onprem.logging.Rsyslog**, **RSyslog** (alias)
- **diagrams.onprem.logging.SyslogNg** - **diagrams.onprem.logging.SyslogNg**
- **diagrams.onprem.logging.Vector**
## onprem.mlops ## onprem.mlops

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Loading…
Cancel
Save