feat(node): Updated + Added extra Elastic icons (#742)

* Updated + Added extra Elastic icons

* Updated from Master

* Removed website images

* Revert "Removed website images"

This reverts commit ac7cb2d8d4.

* Removed resources/resources
pull/788/head
James Garside 2 years ago committed by GitHub
parent d7640260ce
commit e3e6d803a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,27 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Elastic
class _Agent(_Elastic):
_type = "agent"
_icon_dir = "resources/elastic/agent"
class Agent(_Agent):
_icon = "agent.png"
class Endpoint(_Agent):
_icon = "endpoint.png"
class Fleet(_Agent):
_icon = "fleet.png"
class Integrations(_Agent):
_icon = "integrations.png"
# Aliases

@ -0,0 +1,43 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Elastic
class _Beats(_Elastic):
_type = "beats"
_icon_dir = "resources/elastic/beats"
class APM(_Beats):
_icon = "apm.png"
class Auditbeat(_Beats):
_icon = "auditbeat.png"
class Filebeat(_Beats):
_icon = "filebeat.png"
class Functionbeat(_Beats):
_icon = "functionbeat.png"
class Heartbeat(_Beats):
_icon = "heartbeat.png"
class Metricbeat(_Beats):
_icon = "metricbeat.png"
class Packetbeat(_Beats):
_icon = "packetbeat.png"
class Winlogbeat(_Beats):
_icon = "winlogbeat.png"
# Aliases

@ -24,6 +24,10 @@ class Kibana(_Elasticsearch):
_icon = "kibana.png"
class LogstashPipeline(_Elasticsearch):
_icon = "logstash-pipeline.png"
class Logstash(_Elasticsearch):
_icon = "logstash.png"
@ -32,6 +36,10 @@ class MachineLearning(_Elasticsearch):
_icon = "machine-learning.png"
class MapServices(_Elasticsearch):
_icon = "map-services.png"
class Maps(_Elasticsearch):
_icon = "maps.png"
@ -40,6 +48,10 @@ class Monitoring(_Elasticsearch):
_icon = "monitoring.png"
class SearchableSnapshots(_Elasticsearch):
_icon = "searchable-snapshots.png"
class SecuritySettings(_Elasticsearch):
_icon = "security-settings.png"
@ -48,6 +60,10 @@ class Sql(_Elasticsearch):
_icon = "sql.png"
class Stack(_Elasticsearch):
_icon = "stack.png"
# Aliases
LogStash = Logstash

@ -12,6 +12,10 @@ class AppSearch(_Enterprisesearch):
_icon = "app-search.png"
class Crawler(_Enterprisesearch):
_icon = "crawler.png"
class EnterpriseSearch(_Enterprisesearch):
_icon = "enterprise-search.png"

@ -20,4 +20,8 @@ class SIEM(_Security):
_icon = "siem.png"
class Xdr(_Security):
_icon = "xdr.png"
# Aliases

@ -5,6 +5,48 @@ title: Elastic
Node classes list of elastic provider.
## elastic.agent
<img width="30" src="/img/resources/elastic/agent/agent.png" alt="Agent" style="float: left; padding-right: 5px;" >
**diagrams.elastic.agent.Agent**
<img width="30" src="/img/resources/elastic/agent/endpoint.png" alt="Endpoint" style="float: left; padding-right: 5px;" >
**diagrams.elastic.agent.Endpoint**
<img width="30" src="/img/resources/elastic/agent/fleet.png" alt="Fleet" style="float: left; padding-right: 5px;" >
**diagrams.elastic.agent.Fleet**
<img width="30" src="/img/resources/elastic/agent/integrations.png" alt="Integrations" style="float: left; padding-right: 5px;" >
**diagrams.elastic.agent.Integrations**
## elastic.beats
<img width="30" src="/img/resources/elastic/beats/apm.png" alt="APM" style="float: left; padding-right: 5px;" >
**diagrams.elastic.beats.APM**
<img width="30" src="/img/resources/elastic/beats/auditbeat.png" alt="Auditbeat" style="float: left; padding-right: 5px;" >
**diagrams.elastic.beats.Auditbeat**
<img width="30" src="/img/resources/elastic/beats/filebeat.png" alt="Filebeat" style="float: left; padding-right: 5px;" >
**diagrams.elastic.beats.Filebeat**
<img width="30" src="/img/resources/elastic/beats/functionbeat.png" alt="Functionbeat" style="float: left; padding-right: 5px;" >
**diagrams.elastic.beats.Functionbeat**
<img width="30" src="/img/resources/elastic/beats/heartbeat.png" alt="Heartbeat" style="float: left; padding-right: 5px;" >
**diagrams.elastic.beats.Heartbeat**
<img width="30" src="/img/resources/elastic/beats/metricbeat.png" alt="Metricbeat" style="float: left; padding-right: 5px;" >
**diagrams.elastic.beats.Metricbeat**
<img width="30" src="/img/resources/elastic/beats/packetbeat.png" alt="Packetbeat" style="float: left; padding-right: 5px;" >
**diagrams.elastic.beats.Packetbeat**
<img width="30" src="/img/resources/elastic/beats/winlogbeat.png" alt="Winlogbeat" style="float: left; padding-right: 5px;" >
**diagrams.elastic.beats.Winlogbeat**
## elastic.elasticsearch
@ -20,30 +62,45 @@ Node classes list of elastic provider.
<img width="30" src="/img/resources/elastic/elasticsearch/kibana.png" alt="Kibana" style="float: left; padding-right: 5px;" >
**diagrams.elastic.elasticsearch.Kibana**
<img width="30" src="/img/resources/elastic/elasticsearch/logstash-pipeline.png" alt="LogstashPipeline" style="float: left; padding-right: 5px;" >
**diagrams.elastic.elasticsearch.LogstashPipeline**
<img width="30" src="/img/resources/elastic/elasticsearch/logstash.png" alt="Logstash" style="float: left; padding-right: 5px;" >
**diagrams.elastic.elasticsearch.Logstash**, **LogStash** (alias)
<img width="30" src="/img/resources/elastic/elasticsearch/machine-learning.png" alt="MachineLearning" style="float: left; padding-right: 5px;" >
**diagrams.elastic.elasticsearch.MachineLearning**
<img width="30" src="/img/resources/elastic/elasticsearch/map-services.png" alt="MapServices" style="float: left; padding-right: 5px;" >
**diagrams.elastic.elasticsearch.MapServices**
<img width="30" src="/img/resources/elastic/elasticsearch/maps.png" alt="Maps" style="float: left; padding-right: 5px;" >
**diagrams.elastic.elasticsearch.Maps**
<img width="30" src="/img/resources/elastic/elasticsearch/monitoring.png" alt="Monitoring" style="float: left; padding-right: 5px;" >
**diagrams.elastic.elasticsearch.Monitoring**
<img width="30" src="/img/resources/elastic/elasticsearch/searchable-snapshots.png" alt="SearchableSnapshots" style="float: left; padding-right: 5px;" >
**diagrams.elastic.elasticsearch.SearchableSnapshots**
<img width="30" src="/img/resources/elastic/elasticsearch/security-settings.png" alt="SecuritySettings" style="float: left; padding-right: 5px;" >
**diagrams.elastic.elasticsearch.SecuritySettings**
<img width="30" src="/img/resources/elastic/elasticsearch/sql.png" alt="Sql" style="float: left; padding-right: 5px;" >
**diagrams.elastic.elasticsearch.Sql**
<img width="30" src="/img/resources/elastic/elasticsearch/stack.png" alt="Stack" style="float: left; padding-right: 5px;" >
**diagrams.elastic.elasticsearch.Stack**
## elastic.enterprisesearch
<img width="30" src="/img/resources/elastic/enterprisesearch/app-search.png" alt="AppSearch" style="float: left; padding-right: 5px;" >
**diagrams.elastic.enterprisesearch.AppSearch**
<img width="30" src="/img/resources/elastic/enterprisesearch/crawler.png" alt="Crawler" style="float: left; padding-right: 5px;" >
**diagrams.elastic.enterprisesearch.Crawler**
<img width="30" src="/img/resources/elastic/enterprisesearch/enterprise-search.png" alt="EnterpriseSearch" style="float: left; padding-right: 5px;" >
**diagrams.elastic.enterprisesearch.EnterpriseSearch**
@ -100,3 +157,6 @@ Node classes list of elastic provider.
<img width="30" src="/img/resources/elastic/security/siem.png" alt="SIEM" style="float: left; padding-right: 5px;" >
**diagrams.elastic.security.SIEM**
<img width="30" src="/img/resources/elastic/security/xdr.png" alt="Xdr" style="float: left; padding-right: 5px;" >
**diagrams.elastic.security.Xdr**

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1007 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 974 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Loading…
Cancel
Save