Skip to content

Commit 0c2c181

Browse files
committed
Add overview diagram, update landing page and further reading
1 parent 08f6d51 commit 0c2c181

File tree

9 files changed

+46
-47
lines changed

9 files changed

+46
-47
lines changed

content/en/cloudprem/_index.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@ private: true
88

99
## Overview
1010

11-
Datadog CloudPrem is a self-hosted log management solution that enables cost-effective log ingestion, processing, indexing, and search capabilities within your own infrastructure. Built to meet data residency, stringent security, and high-volume requirements, CloudPrem integrates with the Datadog platform to provide log analysis, visualization, and alerting - all while keeping your log data at rest within your infrastructure boundaries.
11+
{{< img src="/cloudprem/cloudprem_overview_1.png" alt="CloudPrem architecture overview showing how logs flow from sources through CloudPrem to the Datadog platform" style="width:100%;" >}}
1212

13-
## Architecture
14-
15-
CloudPrem uses a decoupled architecture that separates compute from storage, enabling independent scaling of indexing, search, and storage. Key components include indexers, searchers, a PostgreSQL-based metastore, and a control plane for task orchestration. For more information, see the [Architecture][4] documentation.
13+
Datadog CloudPrem is a self-hosted log management solution that enables cost-effective log ingestion, processing, indexing, and search capabilities within your own infrastructure. Built to meet data residency, stringent security, and high-volume requirements, CloudPrem integrates with the Datadog platform to provide log analysis, visualization, and alerting — all while keeping your log data at rest within your infrastructure boundaries.
1614

1715
## Get started
1816

19-
{{< whatsnext desc="What's next:" >}}
17+
{{< whatsnext >}}
18+
{{< nextlink href="/cloudprem/architecture/" >}}Learn more about CloudPrem Architecture{{< /nextlink >}}
2019
{{< nextlink href="/cloudprem/installation/" >}}Install CloudPrem and Send Logs with the Agent {{< /nextlink >}}
21-
{{< nextlink href="/cloudprem/ingress/" >}}CloudPrem Ingress Configuration{{< /nextlink >}}
20+
{{< nextlink href="/cloudprem/ingress/" >}}Configure CloudPrem Ingress{{< /nextlink >}}
2221
{{< nextlink href="/cloudprem/cluster/" >}}Learn more about Cluster Sizing and Operations{{< /nextlink >}}
23-
{{< nextlink href="/cloudprem/aws_config" >}}AWS Configuration{{< /nextlink >}}
22+
{{< nextlink href="/cloudprem/aws_config" >}}Configure AWS{{< /nextlink >}}
2423
{{< nextlink href="/cloudprem/processing/" >}}Configure CloudPrem Log Processing{{< /nextlink >}}
2524
{{< nextlink href="/cloudprem/troubleshooting/" >}}Troubleshooting{{< /nextlink >}}
2625
{{< /whatsnext >}}

content/en/cloudprem/architecture.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ title: Architecture
33
further_reading:
44
- link: "/cloudprem/"
55
tag: "Documentation"
6-
text: "Learn more about CloudPrem"
6+
text: "CloudPrem Overview"
77
- link: "/cloudprem/installation/"
88
tag: "Documentation"
9-
text: "CloudPrem Installation"
9+
text: "Install CloudPrem and Send Logs with the Agent"
1010
- link: "/cloudprem/ingress/"
1111
tag: "Documentation"
12-
text: "Ingress Configuration"
12+
text: "Configure CloudPrem Ingress"
1313
- link: "/cloudprem/cluster/"
1414
tag: "Documentation"
15-
text: "Cluster Sizing and Operations"
15+
text: "Learn more about Cluster Sizing and Operations"
1616
- link: "/cloudprem/aws_config"
1717
tag: "Documentation"
18-
text: "AWS Configuration"
18+
text: "Configure AWS"
1919
- link: "/cloudprem/processing/"
2020
tag: "Documentation"
21-
text: "CloudPrem Log Processing"
21+
text: "Configure CloudPrem Log Processing"
2222
- link: "/cloudprem/troubleshooting/"
2323
tag: "Documentation"
24-
text: "Troubleshooting CloudPrem"
24+
text: "Troubleshooting"
2525
---
2626

2727
<div class="alert alert-warning">CloudPrem is in Preview.</div>

content/en/cloudprem/aws_config.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ description: Learn how to configure AWS for CloudPrem
44
further_reading:
55
- link: "/cloudprem/"
66
tag: "Documentation"
7-
text: "Learn more about CloudPrem"
7+
text: "CloudPrem Overview"
88
- link: "/cloudprem/installation/"
99
tag: "Documentation"
10-
text: "CloudPrem Installation"
10+
text: "Install CloudPrem and Send Logs with the Agent"
1111
- link: "/cloudprem/ingress/"
1212
tag: "Documentation"
13-
text: "Ingress Configuration"
13+
text: "Configure CloudPrem Ingress"
1414
- link: "/cloudprem/cluster/"
1515
tag: "Documentation"
16-
text: "Cluster Sizing and Operations"
16+
text: "Learn more about Cluster Sizing and Operations"
1717
- link: "/cloudprem/processing/"
1818
tag: "Documentation"
19-
text: "CloudPrem Log Processing"
19+
text: "Configure CloudPrem Log Processing"
2020
- link: "/cloudprem/troubleshooting/"
2121
tag: "Documentation"
22-
text: "Troubleshooting CloudPrem"
22+
text: "Troubleshooting"
2323
---
2424

2525
## Overview

content/en/cloudprem/cluster.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ description: Learn about cluster sizing, scaling, monitoring, and maintenance fo
44
further_reading:
55
- link: "/cloudprem/"
66
tag: "Documentation"
7-
text: "Learn more about CloudPrem"
7+
text: "CloudPrem Overview"
88
- link: "/cloudprem/architecture/"
99
tag: "Documentation"
10-
text: "CloudPrem Architecture"
10+
text: "Learn more about CloudPrem Architecture"
1111
- link: "/cloudprem/installation/"
1212
tag: "Documentation"
13-
text: "Installation"
13+
text: "Install CloudPrem and Send Logs with the Agent"
1414
- link: "/cloudprem/ingress/"
1515
tag: "Documentation"
16-
text: "Ingress Configuration"
16+
text: "Configure CloudPrem Ingress"
1717
- link: "/cloudprem/aws_config"
1818
tag: "Documentation"
19-
text: "AWS Configuration"
19+
text: "Configure AWS"
2020
- link: "/cloudprem/processing/"
2121
tag: "Documentation"
22-
text: "CloudPrem Log Processing"
22+
text: "Configure CloudPrem Log Processing"
2323
- link: "/cloudprem/troubleshooting/"
2424
tag: "Documentation"
25-
text: "Troubleshooting CloudPrem"
25+
text: "Troubleshooting"
2626
---
2727

2828
<div class="alert alert-warning">CloudPrem is in Preview.</div>

content/en/cloudprem/ingress.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ description: Learn how to configure and manage ingress controllers for your Clou
44
further_reading:
55
- link: "/cloudprem/"
66
tag: "Documentation"
7-
text: "Learn more about CloudPrem"
7+
text: "CloudPrem Overview"
88
- link: "/cloudprem/architecture/"
99
tag: "Documentation"
10-
text: "CloudPrem Architecture"
10+
text: "Learn more about CloudPrem Architecture"
1111
- link: "/cloudprem/installation/"
1212
tag: "Documentation"
13-
text: "CloudPrem Installation"
13+
text: "Install CloudPrem and Send Logs with the Agent"
1414
- link: "/cloudprem/cluster/"
1515
tag: "Documentation"
16-
text: "Cluster Sizing and Operations"
16+
text: "Learn more about Cluster Sizing and Operations"
1717
- link: "/cloudprem/aws_config"
1818
tag: "Documentation"
19-
text: "AWS Configuration"
19+
text: "Configure AWS"
2020
- link: "/cloudprem/processing/"
2121
tag: "Documentation"
22-
text: "CloudPrem Log Processing"
22+
text: "Configure CloudPrem Log Processing"
2323
- link: "/cloudprem/troubleshooting/"
2424
tag: "Documentation"
25-
text: "Troubleshooting CloudPrem"
25+
text: "Troubleshooting"
2626
---
2727

2828
<div class="alert alert-warning">CloudPrem is in Preview.</div>

content/en/cloudprem/installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ description: Learn how to install and configure CloudPrem in your environment
44
further_reading:
55
- link: "/cloudprem/"
66
tag: "Documentation"
7-
text: "Learn more about CloudPrem"
7+
text: "CloudPrem Overview"
88
- link: "/cloudprem/architecture/"
99
tag: "Documentation"
10-
text: "CloudPrem Architecture"
10+
text: "Learn more about CloudPrem Architecture"
1111
- link: "/cloudprem/ingress/"
1212
tag: "Documentation"
13-
text: "CloudPrem Ingress Configuration"
13+
text: "Configure CloudPrem Ingress"
1414
- link: "/cloudprem/cluster/"
1515
tag: "Documentation"
16-
text: "Cluster Sizing and Operations"
16+
text: "Learn more about Cluster Sizing and Operations"
1717
- link: "/cloudprem/aws_config"
1818
tag: "Documentation"
19-
text: "AWS Configuration"
19+
text: "Configure AWS"
2020
- link: "/cloudprem/processing/"
2121
tag: "Documentation"
22-
text: "CloudPrem Log Processing"
22+
text: "Configure CloudPrem Log Processing"
2323
- link: "/cloudprem/troubleshooting/"
2424
tag: "Documentation"
2525
text: "Troubleshooting"

content/en/cloudprem/processing.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ further_reading:
77
text: "Datadog Log Management Processors"
88
- link: "/cloudprem/"
99
tag: "Documentation"
10-
text: "Learn more about CloudPrem"
10+
text: "CloudPrem Overview"
1111
- link: "/cloudprem/architecture/"
1212
tag: "Documentation"
13-
text: "CloudPrem Architecture"
13+
text: "Learn more about CloudPrem Architecture"
1414
- link: "/cloudprem/installation/"
1515
tag: "Documentation"
16-
text: "CloudPrem Installation"
16+
text: "Install CloudPrem and Send Logs with the Agent"
1717
- link: "/cloudprem/ingress/"
1818
tag: "Documentation"
19-
text: "Ingress Configuration"
19+
text: "Configure CloudPrem Ingress"
2020
- link: "/cloudprem/cluster/"
2121
tag: "Documentation"
22-
text: "Cluster Sizing and Operations"
22+
text: "Learn more about Cluster Sizing and Operations"
2323
- link: "/cloudprem/aws_config"
2424
tag: "Documentation"
25-
text: "AWS Configuration"
25+
text: "Configure AWS"
2626
- link: "/cloudprem/troubleshooting/"
2727
tag: "Documentation"
28-
text: "Troubleshooting CloudPrem"
28+
text: "Troubleshooting"
2929
---
3030

3131
<div class="alert alert-warning">CloudPrem is in Preview.</div>
1.54 MB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)