Browse Source

Add embulk and fluentd

pull/87/head
Yu ISHIKAWA 4 years ago
parent
commit
68aa3a3434
4 changed files with 24 additions and 0 deletions
  1. +19
    -0
      diagrams/onprem/data.py
  2. +5
    -0
      docs/nodes/onprem.md
  3. BIN
      resources/onprem/data/embulk.png
  4. BIN
      resources/onprem/data/fluentd.png

+ 19
- 0
diagrams/onprem/data.py View File

@@ -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

+ 5
- 0
docs/nodes/onprem.md View File

@@ -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**


BIN
resources/onprem/data/embulk.png View File

Before After
Width: 256  |  Height: 198  |  Size: 37 KiB

BIN
resources/onprem/data/fluentd.png View File

Before After
Width: 256  |  Height: 124  |  Size: 16 KiB

Loading…
Cancel
Save