From 29354daccb7834d0dd8923318b00b65176188480 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Tue, 11 Feb 2025 14:49:59 -0600 Subject: [PATCH] use svg as an image --- get-started/stack-components.md | 95 +---------------------------- images/stack-components-diagram.svg | 88 ++++++++++++++++++++++++++ 2 files changed, 89 insertions(+), 94 deletions(-) create mode 100644 images/stack-components-diagram.svg diff --git a/get-started/stack-components.md b/get-started/stack-components.md index 278b0932ac..e21591e221 100644 --- a/get-started/stack-components.md +++ b/get-started/stack-components.md @@ -4,100 +4,7 @@ What exactly is the "{{stack}}"? It’s a fast and highly scalable set of compon You can deploy the {{stack}} as a Cloud service supported on AWS, Google Cloud, and Azure, or as an on-prem installation on your own hardware. -
- - - - -Administer -Visualize -Alert -Analyze - -Index -Store -Search -Analyze - -Consolidate -Transform -Enrich - -Protect -Collect -Preprocess -Ship - - -Elasticsearch clients - -Fleet -and -Elastic Agent - - - - -Logstash - - - - -Kibana - - - - -Elasticsearch ingest pipelines - -Elasticsearch - -Beats - -APM - - - - -Other queues -and processors - - - - -Interfaces, -applications, -consumers, -websites - - - - -Other shippers and sources - -Consume - - -Store - -Ingest - - - - - - - - - - - - -Components of the Elastic Stack - - - -
+![Components of the Elastic Stack](../images/stack-components-diagram.svg) ## Ingest [_ingest] diff --git a/images/stack-components-diagram.svg b/images/stack-components-diagram.svg new file mode 100644 index 0000000000..e59c6e5a7d --- /dev/null +++ b/images/stack-components-diagram.svg @@ -0,0 +1,88 @@ + + +Administer +Visualize +Alert +Analyze + +Index +Store +Search +Analyze + +Consolidate +Transform +Enrich + +Protect +Collect +Preprocess +Ship + + +Elasticsearch clients + +Fleet +and +Elastic Agent + + + + +Logstash + + + + +Kibana + + + + +Elasticsearch ingest pipelines + +Elasticsearch + +Beats + +APM + + + + +Other queues +and processors + + + + +Interfaces, +applications, +consumers, +websites + + + + +Other shippers and sources + +Consume + + +Store + +Ingest + + + + + + + + + + + + +Components of the Elastic Stack + \ No newline at end of file