Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: Vector logging service #295

Merged
merged 2 commits into from
Oct 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions diagrams/onprem/aggregator.py
Original file line number Diff line number Diff line change
@@ -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
4 changes: 0 additions & 4 deletions diagrams/onprem/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ class Fluentbit(_Logging):
_icon = "fluentbit.png"


class Fluentd(_Logging):
_icon = "fluentd.png"


class Graylog(_Logging):
_icon = "graylog.png"

Expand Down
1 change: 1 addition & 0 deletions diagrams/onprem/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,6 @@ class Zookeeper(_Network):
ETCD = Etcd
HAProxy = Haproxy
OSM = OpenServiceMesh
OPNSense = Opnsense
PFSense = Pfsense
VyOS = Vyos
6 changes: 5 additions & 1 deletion docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -106,7 +111,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)
Expand Down
Binary file added resources/onprem/aggregator/vector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.