Add embulk and fluentd

pull/87/head
Yu ISHIKAWA 5 years ago
parent 524b32cf68
commit 68aa3a3434

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

@ -116,6 +116,11 @@ Node classes list of onprem provider.
- **diagrams.onprem.monitoring.Prometheus**
- **diagrams.onprem.monitoring.Splunk**
## onprem.data
- **diagrams.onprem.data.Embulk**
- **diagrams.onprem.data.Fluentd**
## onprem.client
- **diagrams.onprem.client.Client**

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Loading…
Cancel
Save