Skip to content

Commit aab5b22

Browse files
n0vabytebnussman-akamaidwiley-akamai
authored
feat: [OCA-1601] - Adds Elastic Stack and Weaviate Marketplace Apps (#13149)
* feat: add elastic stack and weaviate apps to Marketplace * Added changeset: Add Elastic Stack to Marketplace Apps * update changeset * Update packages/manager/.changeset/pr-13149-added-1765469597776.md Co-authored-by: Dajahi Wiley <[email protected]> --------- Co-authored-by: Banks Nussman <[email protected]> Co-authored-by: Dajahi Wiley <[email protected]>
1 parent b49985e commit aab5b22

File tree

6 files changed

+161
-0
lines changed

6 files changed

+161
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Added
3+
---
4+
5+
Elastic Stack and Weaviate to Marketplace Apps ([#13149](https://github.com/linode/manager/pull/13149))
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 88 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 20 additions & 0 deletions
Loading

packages/manager/src/features/OneClickApps/oneClickApps.ts

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2152,4 +2152,50 @@ export const oneClickApps: Record<number, OCA> = {
21522152
summary: `All-in-one distributed tracing platform with integrated UI, collector, and storage for monitoring microservices.`,
21532153
website: 'https://www.jaegertracing.io/',
21542154
},
2155+
1966222: {
2156+
alt_description:
2157+
'Unified observability platform that brings together search, data processing, and visualization through Elasticsearch, Logstash, and Kibana.',
2158+
alt_name: 'Log aggregation platform.',
2159+
categories: ['Monitoring', 'Security'],
2160+
colors: {
2161+
end: '0077cc',
2162+
start: 'f04e98',
2163+
},
2164+
description:
2165+
'The Elastic Stack (known as ELK) is well-suited for log aggregation, application monitoring, infrastructure observability, and security analytics. Its open architecture and extensive ecosystem make it adaptable to a wide range of use cases including distributed system debugging, SIEM workflows, API performance monitoring, and centralized logging across cloud and hybrid environments.',
2166+
isNew: true,
2167+
logo_url: 'elasticstack.svg',
2168+
related_guides: [
2169+
{
2170+
href: 'https://www.linode.com/docs/products/tools/marketplace/guides/elastic-stack/',
2171+
title: 'Deploy An Elastic Stack through the Linode Marketplace',
2172+
},
2173+
],
2174+
summary:
2175+
'Log aggregation platform that brings together search, data processing, and visualization.',
2176+
website: 'https://www.elastic.co/',
2177+
},
2178+
1966231: {
2179+
alt_description:
2180+
'Weaviate is an open-source vector database designed to store and index both data objects and their vector embeddings.',
2181+
alt_name: 'Open-source vector database.',
2182+
categories: ['Databases'],
2183+
colors: {
2184+
end: 'c4d132',
2185+
start: '53b83d',
2186+
},
2187+
description:
2188+
'Weaviate is an open-source AI-native vector database designed for building advanced AI applications. It stores and indexes both data objects and their vector embeddings, enabling semantic search, hybrid search, and Retrieval Augmented Generation (RAG) workflows. This deployment includes GPU acceleration for transformer models and comes pre-configured with the sentence-transformers model for high-performance semantic search capabilities.',
2189+
isNew: true,
2190+
logo_url: 'weaviate.svg',
2191+
related_guides: [
2192+
{
2193+
href: 'https://www.linode.com/docs/products/tools/marketplace/guides/weaviate/',
2194+
title: 'Deploy Weaviate through the Linode Marketplace',
2195+
},
2196+
],
2197+
summary:
2198+
'AI-native vector database designed for building advanced AI applications.',
2199+
website: 'https://docs.weaviate.io/weaviate',
2200+
},
21552201
};

0 commit comments

Comments
 (0)