You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-manage/cloud-connect.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ No. The currently available functionality does not consume ECU, but this may cha
46
46
47
47
$$$cc-data$$$
48
48
49
-
Yes. For AutoOps, the Elastic Agent only sends cluster metrics to {{ecloud}}, not the underlying data within your cluster. Learn more about the [collected metrics](/deploy-manage/monitor/autoops/cc-collected-metrics.md).
49
+
Yes. For AutoOps, the Elastic Agent only sends cluster metrics to {{ecloud}}, not the underlying data within your cluster. Learn more in [](/deploy-manage/monitor/autoops/cc-cloud-connect-autoops-faq.md).
50
50
:::
51
51
52
52
:::{dropdown} Are more services going to be available with Cloud Connect?
Copy file name to clipboardExpand all lines: deploy-manage/monitor/autoops/cc-cloud-connect-autoops-faq.md
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,6 @@ Find answers to your questions about AutoOps for self-managed clusters.
11
11
12
12
:::{dropdown} Why should I use AutoOps for my self-managed cluster?
13
13
14
-
$$$cc-autoops-why$$$
15
-
16
14
AutoOps simplifies the operation of your {{es}} clusters by providing real-time monitoring, performance insights, and issue detection. It helps you identify and resolve problems like ingestion bottlenecks and unbalanced shards, reducing manual effort and preventing performance issues.
17
15
18
16
When you need support, AutoOps gives the Elastic team real-time visibility into your cluster, leading to faster resolutions.
@@ -22,29 +20,21 @@ Using AutoOps for your self-managed cluster lets you access all these features w
22
20
23
21
:::{dropdown} Which versions of {{es}} does AutoOps support?
24
22
25
-
$$$cc-autoops-es-version$$$
26
-
27
23
AutoOps is compatible with all [supported {{es}} versions](https://www.elastic.co/support/eol).
28
24
:::
29
25
30
26
:::{dropdown} Which deployment types can be connected to AutoOps?
31
27
32
-
$$$cc-autoops-deployment-types$$$
33
-
34
28
You can connect to AutoOps on a standalone Elastic Stack, ECE (Elastic Cloud Enterprise), or ECK (Elastic Cloud on Kubernetes) deployment.
35
29
:::
36
30
37
31
:::{dropdown} Can I use AutoOps for self-managed clusters if my environment is air-gapped?
38
32
39
-
$$$cc-autoops-air-gapped$$$
40
-
41
33
Not at this time. AutoOps is currently only available as a cloud service and you need an internet connection to send metrics to the {{ecloud}}. For air-gapped environments, we plan to offer a locally deployable version in the future.
42
34
:::
43
35
44
36
:::{dropdown} Do I have to define an Elastic IP address to enable the agent to send data to the {{ecloud}}?
45
37
46
-
$$$cc-autoops-elastic-ip$$$
47
-
48
38
You may need to define an IP address if your organization’s settings will block the agent from sending out data.
49
39
50
40
To enable IP ranges, {{ecloud}} offers a selection of static IP addresses. All traffic directed to {{ecloud}} deployments, whether originating from the public internet, your private cloud network through the public internet, or your on-premise network through the public internet utilizes Ingress Static IPs as the network destination.
@@ -54,18 +44,27 @@ For more information, refer to [](/deploy-manage/security/elastic-cloud-static-i
54
44
55
45
:::{dropdown} Where are AutoOps metrics stored, and does it cost extra to ship metrics to the {{ecloud}}?
56
46
57
-
$$$cc-autoops-collected-metrics$$$
58
-
59
47
You can choose the CSP and region in which your cluster metrics will be stored from a list of [available regions](/deploy-manage/monitor/autoops/ec-autoops-regions.md).
60
48
61
49
Shipping metrics to the {{ecloud}} may come at an additional cost. For example, when sending metrics data from your cluster in a CSP region to the {{ecloud}}, shipping costs will be determined by your agreement with that CSP.
62
50
:::
63
51
64
52
:::{dropdown} What information does the Elastic Agent extract from my cluster?
65
53
66
-
$$$cc-autoops-collected-metrics$$$
67
-
68
-
The Elastic Agent only extracts cluster metrics and sends them to the {{ecloud}}. For a list of these metrics, refer to [](/deploy-manage/monitor/autoops/cc-collected-metrics.md).
54
+
The Elastic Agent only extracts and sends cluster metrics to the {{ecloud}}, not the underlying data within your cluster. The following metrics are collected:
55
+
56
+
| API | Description | Collected data |
57
+
| --- | --- | --- |
58
+
|[_cat/shards](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cat-shards)| Returns detailed information about the shards within the cluster | Shard states, node allocation, index names, sizes, and replica information |
59
+
|[_nodes/stats](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-nodes-stats)| Retrieves statistics from cluster nodes including JVM, OS, process, and transport metrics | CPU usage, memory utilization, thread pools, file system stats |
60
+
|[_cluster/settings](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-get-settings)| Returns the settings configured for the cluster | Persistent and transient settings such as cluster-wide configurations |
61
+
|[_cluster/health](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-health)| Provides information about the overall health of the cluster | Status (green/yellow/red), number of nodes, number of shards |
62
+
|[_cat/template](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cat-templates)| Lists all index templates in the cluster | Template names, patterns, and basic settings |
63
+
|[_index_template](/manage-data/data-store/templates.md)| Retrieves composable index templates | Index settings, mappings, and aliases |
64
+
|[_component_template](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-get-component-template)| Fetches component templates used for building index templates | Metadata for re-usable mappings and settings |
65
+
|[_tasks](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-tasks)| Displays information about currently running tasks on the cluster | Task descriptions, start times, running nodes, and execution details |
66
+
|[_template](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-get-template)| Retrieves legacy index templates | Similar to composable index templates but in older format |
67
+
|[_resolve/index/*](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-resolve-index)| Resolves index, data stream, and alias names to their current definitions | Mappings between names and underlying data objects |
Refer to [](/solutions/security/configure-elastic-defend/uninstall-elastic-agent.md) for instructions.
28
24
:::
29
25
30
26
:::{dropdown} My self-managed cluster was disconnected from the {{ecloud}} and I want to reconnect it.
31
27
32
-
$$$cc-autoops-reconnect-cluster$$$
33
-
34
28
If the cluster was disconnected by one of the users in your Cloud organization, you can simply repeat the [installation process](/deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md) to reconnect. If not, explore [additional resources](/troubleshoot/index.md#troubleshoot-additional-resources) or [contact us](/troubleshoot/index.md#contact-us).
@@ -40,8 +34,6 @@ If the cluster was disconnected by one of the users in your Cloud organization,
40
34
41
35
:::{dropdown} After running the installation command, I can't move on to the next steps.
42
36
43
-
$$$cc-autoops-command-error$$$
44
-
45
37
If an error appears on the screen, follow the suggestion in the error message and try to run the command again. If the issue is not resolved, explore [additional resources](/troubleshoot/index.md#troubleshoot-additional-resources) or [contact us](/troubleshoot/index.md#contact-us).
Copy file name to clipboardExpand all lines: deploy-manage/monitor/autoops/cc-collected-metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ When you connect your self-managed cluster to AutoOps on {{ecloud}}, the followi
16
16
|[_cluster/settings](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-get-settings)| Returns the settings configured for the cluster | Persistent and transient settings such as cluster-wide configurations |
17
17
|[_cluster/health](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-health)| Provides information about the overall health of the cluster | Status (green/yellow/red), number of nodes, number of shards |
18
18
|[_cat/template](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cat-templates)| Lists all index templates in the cluster | Template names, patterns, and basic settings |
19
-
|[_index_template](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cat-templates)| Retrieves composable index templates | Index settings, mappings, and aliases |
19
+
|[_index_template](/manage-data/data-store/templates.md)| Retrieves composable index templates | Index settings, mappings, and aliases |
20
20
|[_component_template](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-get-component-template)| Fetches component templates used for building index templates | Metadata for re-usable mappings and settings |
21
21
|[_tasks](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-tasks)| Displays information about currently running tasks on the cluster | Task descriptions, start times, running nodes, and execution details |
22
22
|[_template](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-get-template)| Retrieves legacy index templates | Similar to composable index templates but in older format |
@@ -102,10 +101,12 @@ Complete the following steps to run the command:
102
101
103
102
5. Return to the wizard and select **I have run the command**.
104
103
105
-
It may take a few minutes for your cluster details to be validated and the first metrics to be shipped to AutoOps. For details on which metrics are collected by the agent, refer to [](/deploy-manage/monitor/autoops/cc-collected-metrics.md).
104
+
It may take a few minutes for your cluster details to be validated and the first metrics to be shipped to AutoOps.
106
105
107
106
If the connection is unsuccessful, an error message will appear with a possible reason for the failure and recommended next steps. For a list of these errors, refer to [Potential errors](/deploy-manage/monitor/autoops/cc-cloud-connect-autoops-troubleshooting.md#potential-errors).
108
107
108
+
Sometimes, an exact reason for the failure cannot be determined. In this case, explore [additional resources](/troubleshoot/index.md#troubleshoot-additional-resources) or [contact us](/troubleshoot/index.md#contact-us).
109
+
109
110
### Launch AutoOps
110
111
111
112
If the connection is successful, AutoOps will start analyzing your metrics and reporting on any issues found. Depending on the size of your cluster, this process can take up to 30 minutes.
0 commit comments