Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions deploy-manage/monitor/_snippets/autoops-cc-regions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
| Region | Name |
| --- | --- |
| us-east-1 | US East (N. Virginia) |
| us-east-2 | US East (Ohio) |
| us-west-2 | US West (Oregon) |
| eu-west-1 | EU (Ireland) |
| eu-west-2 | Europe (London) |
| eu-central-1 | Europe (Frankfurt) |
| ap-northeast-1 | Asia Pacific (Tokyo) |
| ap-southeast-1 | Asia Pacific (Singapore) |

More regions are coming soon.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ products:

# AutoOps for self-managed clusters

For ECE ({{ece}}), ECK ({{eck}}), and self-managed {{es}} clusters, AutoOps can be set up in all supported [regions](ec-autoops-regions.md#autoops-for-self-managed-clusters-regions) through [Cloud Connect](/deploy-manage/cloud-connect.md). More regions are coming soon.
For ECE ({{ece}}), ECK ({{eck}}), and self-managed {{es}} clusters, AutoOps can be set up through [Cloud Connect](/deploy-manage/cloud-connect.md).

Cloud Connect enables users of ECE, ECK, and self-managed clusters to use {{ecloud}} services. This means you can take advantage of the simplified cluster monitoring, real-time issue detection, and performance recommendations of AutoOps without having to run and manage the underlying infrastructure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ If you manually assign privileges, you won't be able to allow {{agent}} to acces

:::::
* **System architecture**: Select the system architecture of the machine running the agent.
* **Metrics storage location**: Select where to store your metrics data from the list of available AWS regions.
* **Metrics storage location**: Select where to store your metrics data from the list of available AWS regions:

:::{include} ../_snippets/autoops-cc-regions.md
:::
Expand Down
6 changes: 3 additions & 3 deletions deploy-manage/monitor/autoops/ec-autoops-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Whether you are using AutoOps in your [{{ech}} deployment](/deploy-manage/monito
* [Do I have to define an Elastic IP address to enable the agent to send data to {{ecloud}}?](#elastic-ip-address)

**Collected metrics and data in AutoOps for self-managed clusters**
* [Where are metrics stored in AutoOps for self-managed clusters?](#autoops-metrics-storage)
* [Where are metrics stored in AutoOps for self-managed clusters?](#sm-autoops-metrics-storage)
* [What information does {{agent}} gather from my cluster?](#extracted-info)
* [How does AutoOps gather data from my cluster and ensure its security?](#data-gathering)
* [Can I view the data gathered by {{agent}}?](#data-viewing-config)
Expand Down Expand Up @@ -91,7 +91,7 @@ $$$additional-payment$$$ **Does AutoOps for self-managed clusters incur addition
$$$autoops-metrics-cost$$$ **Does shipping metrics data to {{ecloud}} incur additional costs?**
: Elastic does not charge extra for this service, but your cloud service provider (CSP) might. When sending metrics data from your cluster in a CSP region to {{ecloud}}, shipping costs are determined by your agreement with that CSP.

You can [choose the CSP region where your data is stored](/deploy-manage/monitor/autoops/ec-autoops-regions.md#autoops-for-self-managed-clusters-regions).
You can [choose the CSP region where your data is stored](#sm-autoops-metrics-storage).

$$$deployment-types$$$ **Which deployment types can be connected to AutoOps through Cloud Connect?**
: You can connect to AutoOps on a standalone {{stack}}, ECE ({{ece}}), or ECK ({{eck}}) deployment, both on-premise and in private cloud environments.
Expand All @@ -117,7 +117,7 @@ $$$elastic-ip-address$$$ **Do I have to define an Elastic IP address to enable t

### Collected metrics and data in AutoOps for self-managed clusters

$$$autoops-metrics-storage$$$ **Where are metrics stored in AutoOps for self-managed clusters?**
$$$sm-autoops-metrics-storage$$$ **Where are metrics stored in AutoOps for self-managed clusters?**
: You can choose where to store your metrics from the following AWS regions:

:::{include} ../_snippets/autoops-cc-regions.md
Expand Down
16 changes: 0 additions & 16 deletions deploy-manage/monitor/autoops/ec-autoops-regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ navigation_title: Regions
applies_to:
serverless:
deployment:
self:
ece:
eck:
ess: all
products:
- id: cloud-hosted
- id: cloud-kubernetes
- id: cloud-enterprise
---

# AutoOps regions [ec-autoops-regions]
Expand Down Expand Up @@ -73,14 +68,3 @@ AutoOps for {{serverless-short}} is set up and enabled automatically in the foll
The only exception is the **Search AI Lake** view, which is available in all CSP regions across AWS, Azure, and GCP.

Learn how to [access](/deploy-manage/monitor/autoops/access-autoops-for-serverless.md) AutoOps in your {{serverless-short}} project.

## AutoOps for self-managed clusters regions

You can also use AutoOps with your ECE ({{ece}}), ECK ({{eck}}), or self-managed clusters through [Cloud Connect](/deploy-manage/cloud-connect.md).

This service is currently available in the following regions for AWS:

:::{include} ../_snippets/autoops-cc-regions.md
:::

Learn how to [set up](/deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md) AutoOps in your ECE, ECK, or self-managed cluster.
Loading