add splunk node

pull/650/head
hadi tayanloo 4 years ago
parent 55b41f095d
commit f7eab5b584

@ -1,5 +1,5 @@
""" """
splunk provides a set of splunk languages and frameworks. splunk provides a set of splunk General and Cluster.
""" """
from diagrams import Node from diagrams import Node

@ -1,4 +1,4 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Splunk from . import _Splunk
@ -7,92 +7,92 @@ class _Cluster(_Splunk):
_type = "cluster" _type = "cluster"
_icon_dir = "resources/splunk/cluster" _icon_dir = "resources/splunk/cluster"
class app(_Cluster): class App(_Cluster):
_icon = "app.png" _icon = "app.png"
class Deployer(_Cluster): class Deployer(_Cluster):
_icon = "deployer.png" _icon = "deployer.png"
class es(_Cluster): class ES(_Cluster):
_icon = "es.png" _icon = "es.png"
class forwarder(_Cluster): class Forwarder(_Cluster):
_icon = "forwarder.png" _icon = "forwarder.png"
class hec(_Cluster): class HEC(_Cluster):
_icon = "hec.png" _icon = "hec.png"
class license_master(_Cluster): class LicenseMaster(_Cluster):
_icon = "license-master.png" _icon = "license-master.png"
class master_cluster_node(_Cluster): class MasterCluster_node(_Cluster):
_icon = "master-cluster-node.png" _icon = "master-cluster-node.png"
class router(_Cluster): class Router(_Cluster):
_icon = "router.png" _icon = "router.png"
class sh_cluster(_Cluster): class SHCluster(_Cluster):
_icon = "sh-cluster.png" _icon = "sh-cluster.png"
class systems_linux(_Cluster): class SystemsLinux(_Cluster):
_icon = "systems-linux.png" _icon = "systems-linux.png"
class bucket(_Cluster): class Bucket(_Cluster):
_icon = "bucket.png" _icon = "bucket.png"
class deployment_server(_Cluster): class DeploymentServer(_Cluster):
_icon = "deployment-server.png" _icon = "deployment-server.png"
class es_server(_Cluster): class ESServer(_Cluster):
_icon = "es-server.png" _icon = "es-server.png"
class heavy_forwader(_Cluster): class HeavyForwader(_Cluster):
_icon = "heavy-forwader.png" _icon = "heavy-forwader.png"
class indexer(_Cluster): class Indexer(_Cluster):
_icon = "indexer.png" _icon = "indexer.png"
class license_server(_Cluster): class LicenseServer(_Cluster):
_icon = "license-server.png" _icon = "license-server.png"
class people(_Cluster): class People(_Cluster):
_icon = "people.png" _icon = "people.png"
class search_head(_Cluster): class SearchHead(_Cluster):
_icon = "search-head.png" _icon = "search-head.png"
class splunk_cloud(_Cluster): class SplunkCloud(_Cluster):
_icon = "splunk-cloud.png" _icon = "splunk-cloud.png"
class systems(_Cluster): class Systems(_Cluster):
_icon = "systems.png" _icon = "systems.png"
class datastores(_Cluster): class Datastores(_Cluster):
_icon = "datastores.png" _icon = "datastores.png"
class desktop(_Cluster): class Desktop(_Cluster):
_icon = "desktop.png" _icon = "desktop.png"
class firewall(_Cluster): class Firewall(_Cluster):
_icon = "firewall.png" _icon = "firewall.png"
class heavy_forwarders(_Cluster): class HeavyForwarders(_Cluster):
_icon = "heavy-forwarders.png" _icon = "heavy-forwarders.png"
class laptop(_Cluster): class Laptop(_Cluster):
_icon = "laptop.png" _icon = "laptop.png"
class log_file(_Cluster): class LogFile(_Cluster):
_icon = "log-file.png" _icon = "log-file.png"
class person(_Cluster): class Person(_Cluster):
_icon = "person.png" _icon = "person.png"
class search(_Cluster): class Search(_Cluster):
_icon = "search.png" _icon = "search.png"
class splunk_instance(_Cluster): class SplunkInstance(_Cluster):
_icon = "splunk-instance.png" _icon = "splunk-instance.png"
class systems_windows(_Cluster): class SystemsWindows(_Cluster):
_icon = "systems-windows.png" _icon = "systems-windows.png"
Loading…
Cancel
Save