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

Updated + Added extra Elastic icons #742

Merged
merged 6 commits into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
27 changes: 27 additions & 0 deletions diagrams/elastic/agent.py
Original file line number Diff line number Diff line change
@@ -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
43 changes: 43 additions & 0 deletions diagrams/elastic/beats.py
Original file line number Diff line number Diff line change
@@ -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
16 changes: 16 additions & 0 deletions diagrams/elastic/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ class Kibana(_Elasticsearch):
_icon = "kibana.png"


class LogstashPipeline(_Elasticsearch):
_icon = "logstash-pipeline.png"


class Logstash(_Elasticsearch):
_icon = "logstash.png"

Expand All @@ -32,6 +36,10 @@ class MachineLearning(_Elasticsearch):
_icon = "machine-learning.png"


class MapServices(_Elasticsearch):
_icon = "map-services.png"


class Maps(_Elasticsearch):
_icon = "maps.png"

Expand All @@ -40,6 +48,10 @@ class Monitoring(_Elasticsearch):
_icon = "monitoring.png"


class SearchableSnapshots(_Elasticsearch):
_icon = "searchable-snapshots.png"


class SecuritySettings(_Elasticsearch):
_icon = "security-settings.png"

Expand All @@ -48,6 +60,10 @@ class Sql(_Elasticsearch):
_icon = "sql.png"


class Stack(_Elasticsearch):
_icon = "stack.png"


# Aliases

LogStash = Logstash
4 changes: 4 additions & 0 deletions diagrams/elastic/enterprisesearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class AppSearch(_Enterprisesearch):
_icon = "app-search.png"


class Crawler(_Enterprisesearch):
_icon = "crawler.png"


class EnterpriseSearch(_Enterprisesearch):
_icon = "enterprise-search.png"

Expand Down
4 changes: 4 additions & 0 deletions diagrams/elastic/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ class SIEM(_Security):
_icon = "siem.png"


class Xdr(_Security):
_icon = "xdr.png"


# Aliases
24 changes: 24 additions & 0 deletions docs/nodes/elastic.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,45 @@ title: Elastic

Node classes list of elastic provider.

## elastic.agent

- **diagrams.elastic.agent.Agent**
- **diagrams.elastic.agent.Endpoint**
- **diagrams.elastic.agent.Fleet**
- **diagrams.elastic.agent.Integrations**

## elastic.beats

- **diagrams.elastic.beats.APM**
- **diagrams.elastic.beats.Auditbeat**
- **diagrams.elastic.beats.Filebeat**
- **diagrams.elastic.beats.Functionbeat**
- **diagrams.elastic.beats.Heartbeat**
- **diagrams.elastic.beats.Metricbeat**
- **diagrams.elastic.beats.Packetbeat**
- **diagrams.elastic.beats.Winlogbeat**

## elastic.elasticsearch

- **diagrams.elastic.elasticsearch.Alerting**
- **diagrams.elastic.elasticsearch.Beats**
- **diagrams.elastic.elasticsearch.Elasticsearch**
- **diagrams.elastic.elasticsearch.Kibana**
- **diagrams.elastic.elasticsearch.LogstashPipeline**
- **diagrams.elastic.elasticsearch.Logstash**, **LogStash** (alias)
- **diagrams.elastic.elasticsearch.MachineLearning**
- **diagrams.elastic.elasticsearch.MapServices**
- **diagrams.elastic.elasticsearch.Maps**
- **diagrams.elastic.elasticsearch.Monitoring**
- **diagrams.elastic.elasticsearch.SearchableSnapshots**
- **diagrams.elastic.elasticsearch.SecuritySettings**
- **diagrams.elastic.elasticsearch.Sql**
- **diagrams.elastic.elasticsearch.Stack**

## elastic.enterprisesearch

- **diagrams.elastic.enterprisesearch.AppSearch**
- **diagrams.elastic.enterprisesearch.Crawler**
- **diagrams.elastic.enterprisesearch.EnterpriseSearch**
- **diagrams.elastic.enterprisesearch.SiteSearch**
- **diagrams.elastic.enterprisesearch.WorkplaceSearch**
Expand Down Expand Up @@ -48,3 +71,4 @@ Node classes list of elastic provider.
- **diagrams.elastic.security.Endpoint**
- **diagrams.elastic.security.Security**
- **diagrams.elastic.security.SIEM**
- **diagrams.elastic.security.Xdr**
Binary file added resources/elastic/agent/agent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/agent/endpoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/agent/fleet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/agent/integrations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/beats/apm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/beats/auditbeat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/beats/filebeat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/beats/functionbeat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/beats/heartbeat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/beats/metricbeat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/beats/packetbeat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/beats/winlogbeat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/elasticsearch/map-services.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/elasticsearch/stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/enterprisesearch/crawler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/elastic/observability/observability.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/elastic/security/xdr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.