Skip to content

Commit 9df2bbf

Browse files
committed
more requested edits
1 parent b0a7ce9 commit 9df2bbf

File tree

7 files changed

+22
-32
lines changed

7 files changed

+22
-32
lines changed

deploy-manage/cloud-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ No. The currently available functionality does not consume ECU, but this may cha
4646

4747
$$$cc-data$$$
4848

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).
5050
:::
5151

5252
:::{dropdown} Are more services going to be available with Cloud Connect?

deploy-manage/monitor/autoops/cc-autoops-as-cloud-connected.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ In this section, you'll find the following information:
1818
* How to [connect your self-managed cluster to AutoOps](/deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md).
1919
* How to [manage your connected clusters](/deploy-manage/monitor/autoops/cc-manage-connected-clusters.md).
2020
* How to [manage users of your connected clusters](/deploy-manage/monitor/autoops/cc-manage-users.md).
21-
* The [metrics](/deploy-manage/monitor/autoops/cc-collected-metrics.md) that are collected when you connect your self-managed cluster to AutoOps.
2221
* [FAQs](/deploy-manage/monitor/autoops/cc-cloud-connect-autoops-faq.md) about AutoOps for self-managed clusters.
2322
* A [troubleshooting guide](/deploy-manage/monitor/autoops/cc-cloud-connect-autoops-troubleshooting.md) to help you with any issues you may encounter.

deploy-manage/monitor/autoops/cc-cloud-connect-autoops-faq.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Find answers to your questions about AutoOps for self-managed clusters.
1111

1212
:::{dropdown} Why should I use AutoOps for my self-managed cluster?
1313

14-
$$$cc-autoops-why$$$
15-
1614
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.
1715

1816
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
2220

2321
:::{dropdown} Which versions of {{es}} does AutoOps support?
2422

25-
$$$cc-autoops-es-version$$$
26-
2723
AutoOps is compatible with all [supported {{es}} versions](https://www.elastic.co/support/eol).
2824
:::
2925

3026
:::{dropdown} Which deployment types can be connected to AutoOps?
3127

32-
$$$cc-autoops-deployment-types$$$
33-
3428
You can connect to AutoOps on a standalone Elastic Stack, ECE (Elastic Cloud Enterprise), or ECK (Elastic Cloud on Kubernetes) deployment.
3529
:::
3630

3731
:::{dropdown} Can I use AutoOps for self-managed clusters if my environment is air-gapped?
3832

39-
$$$cc-autoops-air-gapped$$$
40-
4133
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.
4234
:::
4335

4436
:::{dropdown} Do I have to define an Elastic IP address to enable the agent to send data to the {{ecloud}}?
4537

46-
$$$cc-autoops-elastic-ip$$$
47-
4838
You may need to define an IP address if your organization’s settings will block the agent from sending out data.
4939

5040
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
5444

5545
:::{dropdown} Where are AutoOps metrics stored, and does it cost extra to ship metrics to the {{ecloud}}?
5646

57-
$$$cc-autoops-collected-metrics$$$
58-
5947
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).
6048

6149
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.
6250
:::
6351

6452
:::{dropdown} What information does the Elastic Agent extract from my cluster?
6553

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 |
6968
:::
7069

7170

deploy-manage/monitor/autoops/cc-cloud-connect-autoops-troubleshooting.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,18 @@ Use this guide to troubleshoot any issues you may encounter when using AutoOps f
1313

1414
:::{dropdown} I’m trying to create a Cloud organization, but I’m already part of a different one.
1515

16-
$$$cc-autoops-existing-cloud-org$$$
17-
1816
:::{include} /deploy-manage/monitor/_snippets/single-cloud-org.md
1917
:::
2018

2119
:::
2220

2321
:::{dropdown} I need to uninstall Elastic Agent.
2422

25-
$$$cc-autoops-uninstall-agent$$$
26-
2723
Refer to [](/solutions/security/configure-elastic-defend/uninstall-elastic-agent.md) for instructions.
2824
:::
2925

3026
:::{dropdown} My self-managed cluster was disconnected from the {{ecloud}} and I want to reconnect it.
3127

32-
$$$cc-autoops-reconnect-cluster$$$
33-
3428
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).
3529

3630
:::{include} /deploy-manage/monitor/_snippets/disconnect-cluster.md
@@ -40,8 +34,6 @@ If the cluster was disconnected by one of the users in your Cloud organization,
4034

4135
:::{dropdown} After running the installation command, I can't move on to the next steps.
4236

43-
$$$cc-autoops-command-error$$$
44-
4537
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).
4638
:::
4739

deploy-manage/monitor/autoops/cc-collected-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When you connect your self-managed cluster to AutoOps on {{ecloud}}, the followi
1616
| [_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 |
1717
| [_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 |
1818
| [_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 |
2020
| [_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 |
2121
| [_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 |
2222
| [_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 |

deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ Ensure you meet the following requirements before proceeding:
2020
* The agent you install for the connection is allowed to send metrics outside your organization to {{ecloud}}.
2121
* You have a dedicated user with following permissions to set up the Elastic Agent:
2222

23-
| Type | Privilege |
23+
| Setting | Privileges |
2424
| --- | --- |
25-
| Cluster | `monitor`, `read_ilm`, and `read_slm` |
26-
| Index | `monitor`, `view_index_metadata`, and `*` indices <br> `allow_restricted_indices`: `true` |
27-
| Index | `read` and `.kibana*` indices <br> `allow_restricted_indices`: `true` |
25+
| Cluster privileges | `monitor`, `read_ilm`, and `read_slm` |
26+
| Index privileges | `*` indices: `monitor`, `view_index_metadata` <br><br> `.kibana*` indices: `read` |
2827

2928
## Connect to AutoOps
3029

@@ -102,10 +101,12 @@ Complete the following steps to run the command:
102101

103102
5. Return to the wizard and select **I have run the command**.
104103

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.
106105

107106
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).
108107

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+
109110
### Launch AutoOps
110111

111112
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.

deploy-manage/toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,6 @@ toc:
675675
- hidden: monitor/autoops/cc-connect-self-managed-to-autoops.md
676676
- hidden: monitor/autoops/cc-manage-connected-clusters.md
677677
- hidden: monitor/autoops/cc-manage-users.md
678-
- hidden: monitor/autoops/cc-collected-metrics.md
679678
- hidden: monitor/autoops/cc-cloud-connect-autoops-faq.md
680679
- hidden: monitor/autoops/cc-cloud-connect-autoops-troubleshooting.md
681680
- file: monitor/stack-monitoring.md

0 commit comments

Comments
 (0)