-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update CloudPrem doc #31136
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
Merged
Merged
Update CloudPrem doc #31136
Changes from 14 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
b90a009
Update CloudPrem doc
fmassot 506de1e
Remove private label on docs, add left nav
estherk15 441485c
Fix typo
estherk15 281a615
Fixing wording, whatsnext description
fmassot 335293d
Reorg cloudprem docs and update links.
fmassot 978fde0
Fix cloudprem menu.
fmassot eb909dd
Fix cloudprem menu
fmassot 70a8959
Move cloudprem aws configuration in configure folder.
fmassot f1f2350
Fix cloudprem architecture in the menu
fmassot 1723fe9
Fix cloudprem op image path.
fmassot 054ca3e
Remove pipeline ID from cloudprem op page
fmassot 07c452a
Fix cloudprem OP image url and page links
fmassot 1814c09
Merge branch 'master' into fmassot/cloudprem-update
estherk15 50aa794
Fix links and file names for docs style
estherk15 c16bb87
Frontmatter, formatting, and url fixes
estherk15 0efcec2
Apply suggestions from code review
fmassot ac0b92c
CLOUDPREM-137: Add documentation for Azure (#31254)
guilload 9a889b7
Move prerequisite to install landing page
estherk15 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,31 +1,22 @@ | ||
| --- | ||
| title: CloudPrem | ||
| description: Learn how to deploy and manage Datadog CloudPrem, a self-hosted log management solution for cost-effective log ingestion, processing, indexing, and search capabilities | ||
| private: true | ||
| --- | ||
|
|
||
| <div class="alert alert-warning">CloudPrem is in Preview.</div> | ||
|
|
||
| ## Overview | ||
| {{< callout btn_hidden="true" >}} | ||
| Datadog CloudPrem is in Preview. | ||
| {{< /callout >}} | ||
|
|
||
| {{< img src="/cloudprem/overview_diagram_cloudprem.png" alt="CloudPrem architecture overview showing how logs flow from sources through CloudPrem to the Datadog platform" style="width:100%;" >}} | ||
|
|
||
| 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. | ||
|
|
||
| ## Get started | ||
|
|
||
| {{< whatsnext >}} | ||
| {{< nextlink href="/cloudprem/installation/" >}}Install CloudPrem and Send Logs with the Agent {{< /nextlink >}} | ||
| {{< nextlink href="/cloudprem/ingress/" >}}Configure CloudPrem Ingress{{< /nextlink >}} | ||
| {{< nextlink href="/cloudprem/aws_config" >}}Configure AWS{{< /nextlink >}} | ||
| {{< nextlink href="/cloudprem/processing/" >}}Configure CloudPrem Log Processing{{< /nextlink >}} | ||
| {{< nextlink href="/cloudprem/cluster/" >}}Learn more about Cluster Sizing and Operations{{< /nextlink >}} | ||
| {{< nextlink href="/cloudprem/architecture/" >}}Learn more about CloudPrem Architecture{{< /nextlink >}} | ||
| {{< nextlink href="/cloudprem/troubleshooting/" >}}Troubleshooting{{< /nextlink >}} | ||
| {{< whatsnext desc="Follow our guides to get CloudPrem up and running:">}} | ||
| {{< nextlink href="/cloudprem/install/aws_eks" >}}Install on AWS EKS{{< /nextlink >}} | ||
| {{< nextlink href="/cloudprem/ingest_logs/datadog_agent/" >}}Ingest logs with Datadog Agent{{< /nextlink >}} | ||
| {{< nextlink href="/cloudprem/configure/datadog_account" >}}Configure your Datadog account{{< /nextlink >}} | ||
| {{< nextlink href="/cloudprem/architecture/" >}}Understand CloudPrem architecture{{< /nextlink >}} | ||
| {{< /whatsnext >}} | ||
|
|
||
|
|
||
| [1]: https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/deploy/installation/ | ||
| [2]: /cloudprem/installation/ | ||
| [3]: /cloudprem/processing/ | ||
| [4]: /cloudprem/architecture/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| title: Configure CloudPrem | ||
| description: Learn how to configure and customize your CloudPrem deployment for optimal performance and security | ||
| --- | ||
|
|
||
| {{< callout btn_hidden="true" >}} | ||
| Datadog CloudPrem is in Preview. | ||
| {{< /callout >}} | ||
|
|
||
| {{< whatsnext desc="Customize your CloudPrem deployment:">}} | ||
| {{< nextlink href="/cloudprem/configure/datadog_account/" >}}Configure your Datadog account{{< /nextlink >}} | ||
| {{< nextlink href="/cloudprem/configure/aws_config/" >}}AWS Configuration{{< /nextlink >}} | ||
| {{< nextlink href="/cloudprem/configure/cluster_sizing/" >}}Size your cluster{{< /nextlink >}} | ||
| {{< nextlink href="/cloudprem/configure/ingress/" >}}Configure Ingress{{< /nextlink >}} | ||
| {{< nextlink href="/cloudprem/configure/processing/" >}}Configure processing{{< /nextlink >}} | ||
| {{< /whatsnext >}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| --- | ||
| title: Configure your Datadog account | ||
| description: Set up your Datadog account to access CloudPrem logs | ||
| further_reading: | ||
| - link: "/cloudprem/ingest_logs/datadog_agent/" | ||
| tag: "Documentation" | ||
| text: "Set up log ingestion with Datadog Agent" | ||
| - link: "/cloudprem/configure/ingress/" | ||
| tag: "Documentation" | ||
| text: "Configure CloudPrem Ingress" | ||
| - link: "/cloudprem/manage/" | ||
| tag: "Documentation" | ||
| text: "Manage and Monitor CloudPrem" | ||
| --- | ||
|
|
||
| {{< callout btn_hidden="true" >}} | ||
| Datadog CloudPrem is in Preview. | ||
| {{< /callout >}} | ||
|
|
||
fmassot marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| You need to reach out to [Datadog support][1] and give the public DNS of your CloudPrem cluster so that you can search into CloudPrem logs from Datadog UI. | ||
fmassot marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| ### Searching your CloudPrem logs in the Logs Explorer | ||
fmassot marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| After your Datadog account is configured, you are ready to search into the `cloudprem` index by typing it in the search bar or selecting it in facets. | ||
|
|
||
| **Note**: You cannot query CloudPrem indexes alongside other indexes. Additionally, Flex Logs are not supported with CloudPrem indexes. | ||
|
|
||
| {{< img src="/cloudprem/installation/filter_index_cloudprem.png" alt="Screenshot of the Logs Explorer interface showing how to filter logs by selecting the cloudprem index in the facets panel" style="width:70%;" >}} | ||
|
|
||
| ## Further reading | ||
|
|
||
| {{< partial name="whats-next/whats-next.html" >}} | ||
|
|
||
| [1]: /help/ | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.