From 3e910111c4cd6f3a29a8111d871f09d5e53c6cd3 Mon Sep 17 00:00:00 2001 From: michal Date: Thu, 25 Jun 2026 10:51:18 +0200 Subject: [PATCH 01/14] agentless and tychon --- .../elasticsearch/ingest_pipeline/default.yml | 4 ++-- .../elasticsearch/ingest_pipeline/default.yml | 2 +- packages/agentless_hello_world/docs/README.md | 14 +++++++------- packages/agentless_hello_world/manifest.yml | 6 +++--- packages/tychon/_dev/build/docs/README.md | 8 ++++---- packages/tychon/data_stream/cmrs/manifest.yml | 2 +- packages/tychon/docs/README.md | 8 ++++---- ...-6165bf50-3dbf-11ee-9610-15dee918f31a-host.json | 2 +- .../2e5a7e20-1137-11ee-af86-538da1394f27_1.json | 2 +- packages/tychon/manifest.yml | 2 +- 10 files changed, 25 insertions(+), 25 deletions(-) diff --git a/packages/agentless_hello_world/data_stream/generic/elasticsearch/ingest_pipeline/default.yml b/packages/agentless_hello_world/data_stream/generic/elasticsearch/ingest_pipeline/default.yml index ca83d001c7d..939a3d8e4f5 100644 --- a/packages/agentless_hello_world/data_stream/generic/elasticsearch/ingest_pipeline/default.yml +++ b/packages/agentless_hello_world/data_stream/generic/elasticsearch/ingest_pipeline/default.yml @@ -1,5 +1,5 @@ --- -description: Pipeline for processing Agentless Hello World generic logs. +description: Pipeline for processing Elastic Managed Hello World generic logs. processors: - set: field: ecs.version @@ -13,7 +13,7 @@ processors: if: ctx.organization instanceof String && ctx.division instanceof String && ctx.team instanceof String tag: remove_agentless_tags description: >- - Removes the fields added by Agentless as metadata, as they can collide with ECS fields. + Removes the fields added by Elastic Managed Integration as metadata, as they can collide with ECS fields. - json: tag: parse_message_json field: message diff --git a/packages/agentless_hello_world/data_stream/mock_counter/elasticsearch/ingest_pipeline/default.yml b/packages/agentless_hello_world/data_stream/mock_counter/elasticsearch/ingest_pipeline/default.yml index ef818a5181c..2cdf95897e7 100644 --- a/packages/agentless_hello_world/data_stream/mock_counter/elasticsearch/ingest_pipeline/default.yml +++ b/packages/agentless_hello_world/data_stream/mock_counter/elasticsearch/ingest_pipeline/default.yml @@ -1,5 +1,5 @@ --- -description: Pipeline for processing Agentless Hello World counter metrics. +description: Pipeline for processing Elastic Managed Hello World counter metrics. processors: - set: field: ecs.version diff --git a/packages/agentless_hello_world/docs/README.md b/packages/agentless_hello_world/docs/README.md index 0adddebd237..65c41626946 100644 --- a/packages/agentless_hello_world/docs/README.md +++ b/packages/agentless_hello_world/docs/README.md @@ -1,10 +1,10 @@ -# Agentless Hello World +# Elastic Managed Hello World -This is a sample integration designed to exercise the Agentless infrastructure. It periodically fetches data from `https://epr.elastic.co` every 20 seconds to demonstrate basic agentless functionality. +This is a sample integration designed to exercise the Elastic Managed Integration infrastructure. It periodically fetches data from `https://epr.elastic.co` every 20 seconds to demonstrate basic functionality. ## Overview -The Agentless Hello World integration is a minimal example that: +The Elastic Managed Hello World integration is a minimal example that: - Fetches data from the Elastic Package Registry (EPR) endpoint - Runs every 20 seconds - Requires no user configuration @@ -16,7 +16,7 @@ It also includes an optional **Mock counter metrics** data stream for generating This integration requires no configuration from the user. All settings are pre-configured: - **Endpoint**: `https://epr.elastic.co` - **Interval**: 20 seconds -- **Deployment mode**: Agentless by default +- **Deployment mode**: Elastic Managed by default ### Mock counter metrics (turned off by default) @@ -32,11 +32,11 @@ The integration makes HTTP GET requests to `https://epr.elastic.co` and stores: ## Requirements -### Agentless-enabled integration +### Elastic Managed-enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Logs diff --git a/packages/agentless_hello_world/manifest.yml b/packages/agentless_hello_world/manifest.yml index ce7b8699095..2f2e5e8cb91 100644 --- a/packages/agentless_hello_world/manifest.yml +++ b/packages/agentless_hello_world/manifest.yml @@ -1,6 +1,6 @@ format_version: 3.3.2 name: agentless_hello_world -title: Agentless Hello World +title: Elastic Managed Hello World version: "0.5.0" description: A sample integration to exercise the Agentless infrastructure by fetching https://epr.elastic.co every minute. Optionally includes a counter data stream for high-rate mock metric ingestion testing. type: integration @@ -13,12 +13,12 @@ conditions: subscription: "basic" icons: - src: /img/icon.svg - title: Agentless Hello World + title: Elastic Managed Hello World size: 32x32 type: image/svg+xml policy_templates: - name: agentless_hello_world - title: Agentless Hello World + title: Elastic Managed Hello World description: Collect data from EPR endpoint every minute. deployment_modes: default: diff --git a/packages/tychon/_dev/build/docs/README.md b/packages/tychon/_dev/build/docs/README.md index 827f9ed9b43..20c327f976e 100644 --- a/packages/tychon/_dev/build/docs/README.md +++ b/packages/tychon/_dev/build/docs/README.md @@ -1,11 +1,11 @@ -# TYCHON Agentless +# TYCHON Elastic Managed Integration -[TYCHON Agentless](https://tychon.io/products/tychon-agentless/) is an integration that lets you collect TYCHON's gold source Master Endpoint Record data from endpoints, including vulnerability and STIG results, without heavy resource use or software installation. You can then investigate the TYCHON data using Elastic's analytics, visualizations, and dashboards. [Contact us to learn more.](https://tychon.io/request-a-pilot/). +[TYCHON Elastic Managed Integration](https://tychon.io/products/tychon-agentless/) is an integration that lets you collect TYCHON's gold source Master Endpoint Record data from endpoints, including vulnerability and STIG results, without heavy resource use or software installation. You can then investigate the TYCHON data using Elastic's analytics, visualizations, and dashboards. [Contact us to learn more.](https://tychon.io/request-a-pilot/). ## Compatibility * This integration supports Windows and RedHat/CENTOS Endpoint Operating Systems. -* This integration requires a TYCHON Agentless license. +* This integration requires a TYCHON Elastic Managed license. * This integration requires [TYCHON Vulnerability Definition](https://support.tychon.io/) files. * The Linux Endpoint requires RedHat's [OpenScap](https://www.open-scap.org/tools/openscap-base/) to be installed for STIG and CVE to report data. @@ -31,7 +31,7 @@ TYCHON connects to open ports on the computer and reports back if it is hosting ### DISA Continuous Monitoring and Risk Scoring Data -TYCHON Agentless will generate the complete Master Endpoint Record for reporting to CMRS, this dataset is unsearchable and encoded but required to send to DISA. +TYCHON Elastic Managed Integration will generate the complete Master Endpoint Record for reporting to CMRS, this dataset is unsearchable and encoded but required to send to DISA. {{fields "cmrs"}} diff --git a/packages/tychon/data_stream/cmrs/manifest.yml b/packages/tychon/data_stream/cmrs/manifest.yml index 8f69c72f269..71dfc47aaaa 100644 --- a/packages/tychon/data_stream/cmrs/manifest.yml +++ b/packages/tychon/data_stream/cmrs/manifest.yml @@ -3,7 +3,7 @@ type: logs streams: - input: filestream title: DISA Continuous Monitoring and Risk Scoring (CMRS) - description: TYCHON Agentless will generate the complete Master Endpoint Record for reporting to CMRS, this dataset is unsearchable and encoded but required to send to DISA. + description: TYCHON Elastic Managed Integration will generate the complete Master Endpoint Record for reporting to CMRS, this dataset is unsearchable and encoded but required to send to DISA. template_path: filestream.yml.hbs vars: - name: paths diff --git a/packages/tychon/docs/README.md b/packages/tychon/docs/README.md index 30eaadc42b9..9b5fc73688d 100644 --- a/packages/tychon/docs/README.md +++ b/packages/tychon/docs/README.md @@ -1,11 +1,11 @@ -# TYCHON Agentless +# TYCHON Elastic Managed Integration -[TYCHON Agentless](https://tychon.io/products/tychon-agentless/) is an integration that lets you collect TYCHON's gold source Master Endpoint Record data from endpoints, including vulnerability and STIG results, without heavy resource use or software installation. You can then investigate the TYCHON data using Elastic's analytics, visualizations, and dashboards. [Contact us to learn more.](https://tychon.io/request-a-pilot/). +[TYCHON Elastic Managed Integration](https://tychon.io/products/tychon-agentless/) is an integration that lets you collect TYCHON's gold source Master Endpoint Record data from endpoints, including vulnerability and STIG results, without heavy resource use or software installation. You can then investigate the TYCHON data using Elastic's analytics, visualizations, and dashboards. [Contact us to learn more.](https://tychon.io/request-a-pilot/). ## Compatibility * This integration supports Windows and RedHat/CENTOS Endpoint Operating Systems. -* This integration requires a TYCHON Agentless license. +* This integration requires a TYCHON Elastic Managed Integration license. * This integration requires [TYCHON Vulnerability Definition](https://support.tychon.io/) files. * The Linux Endpoint requires RedHat's [OpenScap](https://www.open-scap.org/tools/openscap-base/) to be installed for STIG and CVE to report data. @@ -292,7 +292,7 @@ TYCHON connects to open ports on the computer and reports back if it is hosting ### DISA Continuous Monitoring and Risk Scoring Data -TYCHON Agentless will generate the complete Master Endpoint Record for reporting to CMRS, this dataset is unsearchable and encoded but required to send to DISA. +TYCHON Elastic Managed Integration will generate the complete Master Endpoint Record for reporting to CMRS, this dataset is unsearchable and encoded but required to send to DISA. **Exported fields** diff --git a/packages/tychon/kibana/dashboard/tychon-6165bf50-3dbf-11ee-9610-15dee918f31a-host.json b/packages/tychon/kibana/dashboard/tychon-6165bf50-3dbf-11ee-9610-15dee918f31a-host.json index 287aaec3592..c2d3d7cfa4d 100644 --- a/packages/tychon/kibana/dashboard/tychon-6165bf50-3dbf-11ee-9610-15dee918f31a-host.json +++ b/packages/tychon/kibana/dashboard/tychon-6165bf50-3dbf-11ee-9610-15dee918f31a-host.json @@ -3603,7 +3603,7 @@ "y": 32 }, "panelIndex": "5a0cbef6-cb66-4850-8dd1-4fc4f81ddaf2", - "title": "TYCHON Agentless Info", + "title": "TYCHON Elastic Managed Integration Info", "type": "lens" } ], diff --git a/packages/tychon/kibana/security_rule/2e5a7e20-1137-11ee-af86-538da1394f27_1.json b/packages/tychon/kibana/security_rule/2e5a7e20-1137-11ee-af86-538da1394f27_1.json index bcf6d564f94..2343ca8a67d 100644 --- a/packages/tychon/kibana/security_rule/2e5a7e20-1137-11ee-af86-538da1394f27_1.json +++ b/packages/tychon/kibana/security_rule/2e5a7e20-1137-11ee-af86-538da1394f27_1.json @@ -11,7 +11,7 @@ "interval": "5m", "enabled": true, "revision": 0, - "description": "A Feature in Windows Defender has been set to disabled in the latest report from the TYCHON Agentless Module", + "description": "A Feature in Windows Defender has been set to disabled in the latest report from the TYCHON Elastic Managed Integration Module", "risk_score": 60, "severity": "medium", "note": "Analysts should look into the history of this endpoint to figure out when the feature was disabled and work to re-enable the feature.", diff --git a/packages/tychon/manifest.yml b/packages/tychon/manifest.yml index 139d5d024b6..45c1c84b546 100644 --- a/packages/tychon/manifest.yml +++ b/packages/tychon/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.2 name: tychon type: integration -title: "TYCHON Agentless" +title: "TYCHON Elastic Managed" version: "1.1.1" source: license: "Elastic-2.0" From 0a77444cd965da5be480fc886dda0d3c95ee0214 Mon Sep 17 00:00:00 2001 From: michal Date: Thu, 25 Jun 2026 10:52:27 +0200 Subject: [PATCH 02/14] keeper --- .../keeper_security_siem_integration/_dev/build/docs/README.md | 2 +- packages/keeper_security_siem_integration/changelog.yml | 2 +- .../data_stream/audit/elasticsearch/ingest_pipeline/default.yml | 2 +- packages/keeper_security_siem_integration/docs/README.md | 2 +- packages/keeper_security_siem_integration/manifest.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/keeper_security_siem_integration/_dev/build/docs/README.md b/packages/keeper_security_siem_integration/_dev/build/docs/README.md index b7d038b2e0b..de0427ce112 100644 --- a/packages/keeper_security_siem_integration/_dev/build/docs/README.md +++ b/packages/keeper_security_siem_integration/_dev/build/docs/README.md @@ -1,6 +1,6 @@ # Keeper Security Integration -The Keeper Security integration provides **truly agentless** data collection by allowing Keeper to push audit events directly to Elasticsearch via the Bulk API. This integration enables seamless monitoring and analysis of Keeper Security platform activities without requiring any Elastic Agent installation. +The Keeper Security integration provides data collection by allowing Keeper to push audit events directly to Elasticsearch via the Bulk API. This integration enables seamless monitoring and analysis of Keeper Security platform activities without requiring any Elastic Agent installation. ## Overview diff --git a/packages/keeper_security_siem_integration/changelog.yml b/packages/keeper_security_siem_integration/changelog.yml index 11e39d8f4a1..3b1a6789ec9 100644 --- a/packages/keeper_security_siem_integration/changelog.yml +++ b/packages/keeper_security_siem_integration/changelog.yml @@ -1,5 +1,5 @@ - version: "0.1.0" changes: - - description: Initial release of Keeper Security agentless integration + - description: Initial release of Keeper Security Elastic Managed Integration type: enhancement link: https://github.com/elastic/integrations/pull/15089 diff --git a/packages/keeper_security_siem_integration/data_stream/audit/elasticsearch/ingest_pipeline/default.yml b/packages/keeper_security_siem_integration/data_stream/audit/elasticsearch/ingest_pipeline/default.yml index 429e9d0f368..e4b4bda079c 100644 --- a/packages/keeper_security_siem_integration/data_stream/audit/elasticsearch/ingest_pipeline/default.yml +++ b/packages/keeper_security_siem_integration/data_stream/audit/elasticsearch/ingest_pipeline/default.yml @@ -1,6 +1,6 @@ --- # data_stream/audit/elasticsearch/ingest_pipeline/default.yml (FIXED) -description: "Agentless pipeline for processing Keeper Security audit events" +description: "Elastic Managed Integration pipeline for processing Keeper Security audit events" processors: # Set ECS version - set: diff --git a/packages/keeper_security_siem_integration/docs/README.md b/packages/keeper_security_siem_integration/docs/README.md index 52de890ae90..d5ea18bf9a7 100644 --- a/packages/keeper_security_siem_integration/docs/README.md +++ b/packages/keeper_security_siem_integration/docs/README.md @@ -1,6 +1,6 @@ # Keeper Security Integration -The Keeper Security integration provides **truly agentless** data collection by allowing Keeper to push audit events directly to Elasticsearch via the Bulk API. This integration enables seamless monitoring and analysis of Keeper Security platform activities without requiring any Elastic Agent installation. +The Keeper Security integration provides data collection by allowing Keeper to push audit events directly to Elasticsearch via the Bulk API. This integration enables seamless monitoring and analysis of Keeper Security platform activities without requiring any Elastic Agent installation. ## Overview diff --git a/packages/keeper_security_siem_integration/manifest.yml b/packages/keeper_security_siem_integration/manifest.yml index c380f8ade03..0cfce456275 100644 --- a/packages/keeper_security_siem_integration/manifest.yml +++ b/packages/keeper_security_siem_integration/manifest.yml @@ -3,7 +3,7 @@ name: keeper title: "Keeper Security" version: 0.1.0 description: > - Keeper Security agentless integration for collecting audit events directly via Elasticsearch Bulk API. No agents required - Keeper pushes data directly to Elasticsearch. + Keeper Security Elastic Managed integration for collecting audit events directly via Elasticsearch Bulk API. No agents required - Keeper pushes data directly to Elasticsearch. type: integration categories: From d7cb51689ac137800ef04be4c170d7dadb37a8e7 Mon Sep 17 00:00:00 2001 From: michal Date: Thu, 25 Jun 2026 10:54:12 +0200 Subject: [PATCH 03/14] qualys --- packages/qualys_was/_dev/build/docs/README.md | 8 ++++---- packages/qualys_was/docs/README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/qualys_was/_dev/build/docs/README.md b/packages/qualys_was/_dev/build/docs/README.md index df447377ebf..63e6758ac18 100644 --- a/packages/qualys_was/_dev/build/docs/README.md +++ b/packages/qualys_was/_dev/build/docs/README.md @@ -33,12 +33,12 @@ are minimal. Elastic Agent must be installed. For more details, check the Elastic Agent [installation instructions](docs-content://reference/fleet/install-elastic-agents.md). -## Agentless enabled integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. -For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality +For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Permissions diff --git a/packages/qualys_was/docs/README.md b/packages/qualys_was/docs/README.md index 04e05c47b45..9cba5d4fbb1 100644 --- a/packages/qualys_was/docs/README.md +++ b/packages/qualys_was/docs/README.md @@ -33,12 +33,12 @@ are minimal. Elastic Agent must be installed. For more details, check the Elastic Agent [installation instructions](docs-content://reference/fleet/install-elastic-agents.md). -## Agentless enabled integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. -For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality +For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Permissions From 39d89fe9709dc701572f9a6d7074b124bd145c68 Mon Sep 17 00:00:00 2001 From: michal Date: Thu, 25 Jun 2026 11:21:34 +0200 Subject: [PATCH 04/14] readme --- packages/1password/_dev/build/docs/README.md | 6 +++--- packages/1password/docs/README.md | 6 +++--- packages/abnormal_security/_dev/build/docs/README.md | 6 +++--- packages/abnormal_security/docs/README.md | 6 +++--- packages/admin_by_request_epm/_dev/build/docs/README.md | 8 ++++---- packages/admin_by_request_epm/docs/README.md | 8 ++++---- packages/airlock_digital/_dev/build/docs/README.md | 8 ++++---- packages/airlock_digital/docs/README.md | 8 ++++---- packages/anthropic/_dev/build/docs/README.md | 8 ++++---- packages/anthropic/docs/README.md | 8 ++++---- packages/anthropic_metrics/_dev/build/docs/README.md | 6 +++--- packages/anthropic_metrics/docs/README.md | 6 +++--- packages/armis/_dev/build/docs/README.md | 6 +++--- packages/armis/docs/README.md | 6 +++--- packages/atlassian_bitbucket/_dev/build/docs/README.md | 6 +++--- packages/atlassian_bitbucket/docs/README.md | 6 +++--- packages/atlassian_confluence/_dev/build/docs/README.md | 6 +++--- packages/atlassian_confluence/docs/README.md | 6 +++--- packages/atlassian_jira/_dev/build/docs/README.md | 6 +++--- packages/atlassian_jira/docs/README.md | 6 +++--- packages/auth0/_dev/build/docs/README.md | 6 +++--- packages/auth0/docs/README.md | 6 +++--- packages/authentik/_dev/build/docs/README.md | 8 ++++---- packages/authentik/docs/README.md | 8 ++++---- .../aws_cloudwatch_input_otel/_dev/build/docs/README.md | 2 +- packages/aws_cloudwatch_input_otel/docs/README.md | 2 +- packages/aws_securityhub/_dev/build/docs/README.md | 6 +++--- packages/aws_securityhub/docs/README.md | 6 +++--- packages/axonius/_dev/build/docs/README.md | 8 ++++---- packages/axonius/docs/README.md | 8 ++++---- packages/azure_ai_foundry/_dev/build/docs/README.md | 8 ++++---- packages/azure_ai_foundry/docs/README.md | 8 ++++---- .../azure_application_insights/_dev/build/docs/README.md | 6 +++--- packages/azure_application_insights/docs/README.md | 6 +++--- packages/azure_billing/_dev/build/docs/README.md | 6 +++--- packages/azure_billing/docs/README.md | 6 +++--- packages/azure_functions/_dev/build/docs/README.md | 8 ++++---- packages/azure_functions/docs/README.md | 8 ++++---- packages/azure_metrics/_dev/build/docs/README.md | 8 ++++---- packages/azure_metrics/docs/README.md | 8 ++++---- packages/azure_openai/_dev/build/docs/README.md | 8 ++++---- packages/azure_openai/docs/README.md | 8 ++++---- .../beyondinsight_password_safe/_dev/build/docs/README.md | 8 ++++---- packages/beyondinsight_password_safe/docs/README.md | 8 ++++---- packages/beyondtrust_pra/_dev/build/docs/README.md | 6 +++--- packages/beyondtrust_pra/docs/README.md | 6 +++--- packages/bitdefender/_dev/build/docs/README.md | 6 +++--- packages/bitdefender/docs/README.md | 6 +++--- packages/bitsight/_dev/build/docs/README.md | 6 +++--- packages/bitsight/docs/README.md | 6 +++--- packages/bitwarden/_dev/build/docs/README.md | 6 +++--- packages/bitwarden/docs/README.md | 6 +++--- packages/blacklens/_dev/build/docs/README.md | 6 +++--- packages/blacklens/docs/README.md | 6 +++--- packages/box_events/_dev/build/docs/README.md | 6 +++--- packages/box_events/docs/README.md | 6 +++--- packages/carbon_black_cloud/_dev/build/docs/README.md | 6 +++--- packages/carbon_black_cloud/docs/README.md | 6 +++--- packages/checkpoint_email/_dev/build/docs/README.md | 6 +++--- packages/checkpoint_email/docs/README.md | 6 +++--- .../checkpoint_harmony_endpoint/_dev/build/docs/README.md | 6 +++--- packages/checkpoint_harmony_endpoint/docs/README.md | 6 +++--- packages/cisa_kevs/_dev/build/docs/README.md | 6 +++--- packages/cisa_kevs/docs/README.md | 6 +++--- packages/cisco_duo/_dev/build/docs/README.md | 6 +++--- packages/cisco_duo/docs/README.md | 6 +++--- packages/cisco_secure_endpoint/_dev/build/docs/README.md | 6 +++--- packages/cisco_secure_endpoint/docs/README.md | 6 +++--- packages/claroty_ctd/_dev/build/docs/README.md | 6 +++--- packages/claroty_ctd/docs/README.md | 6 +++--- packages/claroty_xdome/_dev/build/docs/README.md | 6 +++--- packages/claroty_xdome/docs/README.md | 6 +++--- packages/cloudflare/_dev/build/docs/README.md | 6 +++--- packages/cloudflare/docs/README.md | 6 +++--- packages/crowdstrike/_dev/build/docs/README.md | 6 +++--- packages/crowdstrike/docs/README.md | 6 +++--- packages/cyberark_epm/_dev/build/docs/README.md | 6 +++--- packages/cyberark_epm/docs/README.md | 6 +++--- packages/cybereason/_dev/build/docs/README.md | 6 +++--- packages/cybereason/docs/README.md | 6 +++--- packages/cyera/_dev/build/docs/README.md | 8 ++++---- packages/cyera/docs/README.md | 8 ++++---- packages/darktrace/_dev/build/docs/README.md | 6 +++--- packages/darktrace/docs/README.md | 6 +++--- packages/digital_guardian/_dev/build/docs/README.md | 6 +++--- packages/digital_guardian/docs/README.md | 6 +++--- 86 files changed, 276 insertions(+), 276 deletions(-) diff --git a/packages/1password/_dev/build/docs/README.md b/packages/1password/_dev/build/docs/README.md index bc8e0045ff2..824c285abe4 100644 --- a/packages/1password/_dev/build/docs/README.md +++ b/packages/1password/_dev/build/docs/README.md @@ -14,10 +14,10 @@ With 1Password Events Reporting and Elastic SIEM, you can: You can set up Events Reporting if you’re an owner or administrator. Ready to get started? [Learn how to set up the Elastic Events Reporting integration](https://support.1password.com/events-reporting). -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. Events ------ diff --git a/packages/1password/docs/README.md b/packages/1password/docs/README.md index 102cd9e8668..d6f10adfaab 100644 --- a/packages/1password/docs/README.md +++ b/packages/1password/docs/README.md @@ -14,10 +14,10 @@ With 1Password Events Reporting and Elastic SIEM, you can: You can set up Events Reporting if you’re an owner or administrator. Ready to get started? [Learn how to set up the Elastic Events Reporting integration](https://support.1password.com/events-reporting). -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. Events ------ diff --git a/packages/abnormal_security/_dev/build/docs/README.md b/packages/abnormal_security/_dev/build/docs/README.md index 9a2ef49d754..07e2ae023f2 100644 --- a/packages/abnormal_security/_dev/build/docs/README.md +++ b/packages/abnormal_security/_dev/build/docs/README.md @@ -4,10 +4,10 @@ Abnormal AI is a behavioral AI-based email security platform that learns the beh The Abnormal AI integration collects data for AI Security Mailbox (formerly known as Abuse Mailbox), Audit, Case, and Threat logs using REST API. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## What data does this integration collect? diff --git a/packages/abnormal_security/docs/README.md b/packages/abnormal_security/docs/README.md index 14ef02c5307..ff26b6442ba 100644 --- a/packages/abnormal_security/docs/README.md +++ b/packages/abnormal_security/docs/README.md @@ -4,10 +4,10 @@ Abnormal AI is a behavioral AI-based email security platform that learns the beh The Abnormal AI integration collects data for AI Security Mailbox (formerly known as Abuse Mailbox), Audit, Case, and Threat logs using REST API. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## What data does this integration collect? diff --git a/packages/admin_by_request_epm/_dev/build/docs/README.md b/packages/admin_by_request_epm/_dev/build/docs/README.md index 32aab1b7b00..e25516f1cb4 100644 --- a/packages/admin_by_request_epm/_dev/build/docs/README.md +++ b/packages/admin_by_request_epm/_dev/build/docs/README.md @@ -18,13 +18,13 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst ## How do I deploy this integration? -This integration supports both Elastic Agentless-based and Agent-based installations. +This integration supports both Elastic Managed-based and Agent-based installations. -### Agentless-based installation +### Elastic Managed-based installation -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/admin_by_request_epm/docs/README.md b/packages/admin_by_request_epm/docs/README.md index 8f465731b6f..56169e3c46d 100644 --- a/packages/admin_by_request_epm/docs/README.md +++ b/packages/admin_by_request_epm/docs/README.md @@ -18,13 +18,13 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst ## How do I deploy this integration? -This integration supports both Elastic Agentless-based and Agent-based installations. +This integration supports both Elastic Managed-based and Agent-based installations. -### Agentless-based installation +### Elastic Managed-based installation -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/airlock_digital/_dev/build/docs/README.md b/packages/airlock_digital/_dev/build/docs/README.md index 338ffc9777b..762c983046a 100755 --- a/packages/airlock_digital/_dev/build/docs/README.md +++ b/packages/airlock_digital/_dev/build/docs/README.md @@ -46,13 +46,13 @@ For more details, check [Documentation](https://api.airlockdigital.com/). ## How do I deploy this integration? -This integration supports both Elastic Agentless-based and Agent-based installations. +This integration supports both Elastic Managed-based and Agent-based installations. -### Agentless-based installation +### Elastic Managed-based installation -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/airlock_digital/docs/README.md b/packages/airlock_digital/docs/README.md index 9864324a801..22b21faef00 100644 --- a/packages/airlock_digital/docs/README.md +++ b/packages/airlock_digital/docs/README.md @@ -46,13 +46,13 @@ For more details, check [Documentation](https://api.airlockdigital.com/). ## How do I deploy this integration? -This integration supports both Elastic Agentless-based and Agent-based installations. +This integration supports both Elastic Managed-based and Agent-based installations. -### Agentless-based installation +### Elastic Managed-based installation -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/anthropic/_dev/build/docs/README.md b/packages/anthropic/_dev/build/docs/README.md index eb71400a6a5..4492504058b 100644 --- a/packages/anthropic/_dev/build/docs/README.md +++ b/packages/anthropic/_dev/build/docs/README.md @@ -82,13 +82,13 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent polls the Anthropic Compliance API and ships collected events to Elasticsearch, where they are processed by the integration's ingest pipeline. -### Agentless deployment +### Elastic Managed deployment -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Refer to [Agentless integrations](https://www.elastic.co/docs/reference/fleet/agentless-integrations) for more information. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Refer to [Elastic Managed integrations](https://www.elastic.co/docs/reference/fleet/agentless-integrations) for more information. -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the underlying agent infrastructure. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the underlying agent infrastructure. -To use an agentless deployment, select **Anthropic** in **Management → Integrations**, click **Add Anthropic**, and choose the agentless option when configuring the integration. Provide the Compliance Access Key or Admin API Key as described in [Onboard / configure](#onboard--configure); Elastic manages the underlying collection infrastructure for you. +To use an Elastic Managed deployment, select **Anthropic** in **Management → Integrations**, click **Add Anthropic**, and choose the Elastic Managed option when configuring the integration. Provide the Compliance Access Key or Admin API Key as described in [Onboard / configure](#onboard--configure); Elastic manages the underlying collection infrastructure for you. ### Onboard / configure diff --git a/packages/anthropic/docs/README.md b/packages/anthropic/docs/README.md index 85f105d266e..51cc9e81d69 100644 --- a/packages/anthropic/docs/README.md +++ b/packages/anthropic/docs/README.md @@ -83,13 +83,13 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent polls the Anthropic Compliance API and ships collected events to Elasticsearch, where they are processed by the integration's ingest pipeline. -### Agentless deployment +### Elastic Managed deployment -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Refer to [Agentless integrations](https://www.elastic.co/docs/reference/fleet/agentless-integrations) for more information. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Refer to [Elastic Managed integrations](https://www.elastic.co/docs/reference/fleet/agentless-integrations) for more information. -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the underlying agent infrastructure. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the underlying agent infrastructure. -To use an agentless deployment, select **Anthropic** in **Management → Integrations**, click **Add Anthropic**, and choose the agentless option when configuring the integration. Provide the Compliance Access Key or Admin API Key as described in [Onboard / configure](#onboard--configure); Elastic manages the underlying collection infrastructure for you. +To use an Elastic Managed deployment, select **Anthropic** in **Management → Integrations**, click **Add Anthropic**, and choose the Elastic Managed option when configuring the integration. Provide the Compliance Access Key or Admin API Key as described in [Onboard / configure](#onboard--configure); Elastic manages the underlying collection infrastructure for you. ### Onboard / configure diff --git a/packages/anthropic_metrics/_dev/build/docs/README.md b/packages/anthropic_metrics/_dev/build/docs/README.md index 336ba5c1b44..87accf3c05b 100644 --- a/packages/anthropic_metrics/_dev/build/docs/README.md +++ b/packages/anthropic_metrics/_dev/build/docs/README.md @@ -56,11 +56,11 @@ Rate limit configuration snapshots: ## How do I deploy this integration? -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/docs/manage-data/ingest/agentless/agentless-integrations) and the [Agentless integrations FAQ](https://www.elastic.co/docs/troubleshoot/security/agentless-integrations). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/docs/manage-data/ingest/agentless/agentless-integrations) and the [Elastic Managed integrations FAQ](https://www.elastic.co/docs/troubleshoot/security/agentless-integrations). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based deployment diff --git a/packages/anthropic_metrics/docs/README.md b/packages/anthropic_metrics/docs/README.md index 3f2e9689dce..fcde0658ed2 100644 --- a/packages/anthropic_metrics/docs/README.md +++ b/packages/anthropic_metrics/docs/README.md @@ -57,11 +57,11 @@ Rate limit configuration snapshots: ## How do I deploy this integration? -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/docs/manage-data/ingest/agentless/agentless-integrations) and the [Agentless integrations FAQ](https://www.elastic.co/docs/troubleshoot/security/agentless-integrations). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/docs/manage-data/ingest/agentless/agentless-integrations) and the [Elastic Managed integrations FAQ](https://www.elastic.co/docs/troubleshoot/security/agentless-integrations). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based deployment diff --git a/packages/armis/_dev/build/docs/README.md b/packages/armis/_dev/build/docs/README.md index 63a7f5a5ae3..b73d9eda274 100755 --- a/packages/armis/_dev/build/docs/README.md +++ b/packages/armis/_dev/build/docs/README.md @@ -24,11 +24,11 @@ The Armis integration collects three types of logs. ## What do I need to use this integration? -### Agentless-enabled integration +### Elastic Managed-enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/armis/docs/README.md b/packages/armis/docs/README.md index 9d26f3b105f..d06297c9cbf 100644 --- a/packages/armis/docs/README.md +++ b/packages/armis/docs/README.md @@ -24,11 +24,11 @@ The Armis integration collects three types of logs. ## What do I need to use this integration? -### Agentless-enabled integration +### Elastic Managed-enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/atlassian_bitbucket/_dev/build/docs/README.md b/packages/atlassian_bitbucket/_dev/build/docs/README.md index df79a7b4959..1cb3cc39da2 100644 --- a/packages/atlassian_bitbucket/_dev/build/docs/README.md +++ b/packages/atlassian_bitbucket/_dev/build/docs/README.md @@ -4,10 +4,10 @@ The Bitbucket integration collects audit logs from the audit log files or the [a For more information on auditing in Bitbucket and how it can be configured, see [View and configure the audit log](https://confluence.atlassian.com/bitbucketserver/view-and-configure-the-audit-log-776640417.html) on Atlassian's website. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Logs diff --git a/packages/atlassian_bitbucket/docs/README.md b/packages/atlassian_bitbucket/docs/README.md index da82331ae2e..a69018b800e 100644 --- a/packages/atlassian_bitbucket/docs/README.md +++ b/packages/atlassian_bitbucket/docs/README.md @@ -4,10 +4,10 @@ The Bitbucket integration collects audit logs from the audit log files or the [a For more information on auditing in Bitbucket and how it can be configured, see [View and configure the audit log](https://confluence.atlassian.com/bitbucketserver/view-and-configure-the-audit-log-776640417.html) on Atlassian's website. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Logs diff --git a/packages/atlassian_confluence/_dev/build/docs/README.md b/packages/atlassian_confluence/_dev/build/docs/README.md index ace90fee8b3..7c773339ab1 100644 --- a/packages/atlassian_confluence/_dev/build/docs/README.md +++ b/packages/atlassian_confluence/_dev/build/docs/README.md @@ -2,10 +2,10 @@ The Confluence integration collects [audit logs](https://confluence.atlassian.com/doc/auditing-in-confluence-829076528.html) from the audit log files or the [audit API](https://developer.atlassian.com/cloud/confluence/rest/api-group-audit/). -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Authentication Set-Up diff --git a/packages/atlassian_confluence/docs/README.md b/packages/atlassian_confluence/docs/README.md index 15a3eb97514..cc823181d6a 100644 --- a/packages/atlassian_confluence/docs/README.md +++ b/packages/atlassian_confluence/docs/README.md @@ -2,10 +2,10 @@ The Confluence integration collects [audit logs](https://confluence.atlassian.com/doc/auditing-in-confluence-829076528.html) from the audit log files or the [audit API](https://developer.atlassian.com/cloud/confluence/rest/api-group-audit/). -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Authentication Set-Up diff --git a/packages/atlassian_jira/_dev/build/docs/README.md b/packages/atlassian_jira/_dev/build/docs/README.md index 4d7f53b6c9b..2f11a28dbc8 100644 --- a/packages/atlassian_jira/_dev/build/docs/README.md +++ b/packages/atlassian_jira/_dev/build/docs/README.md @@ -2,10 +2,10 @@ The Jira integration collects audit logs from the audit log files or the [audit API](https://confluence.atlassian.com/jiracore/audit-log-improvements-for-developers-1019401815.html). -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Authentication Set-Up diff --git a/packages/atlassian_jira/docs/README.md b/packages/atlassian_jira/docs/README.md index 5dd5e84bcdb..d9d61734997 100644 --- a/packages/atlassian_jira/docs/README.md +++ b/packages/atlassian_jira/docs/README.md @@ -2,10 +2,10 @@ The Jira integration collects audit logs from the audit log files or the [audit API](https://confluence.atlassian.com/jiracore/audit-log-improvements-for-developers-1019401815.html). -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Authentication Set-Up diff --git a/packages/auth0/_dev/build/docs/README.md b/packages/auth0/_dev/build/docs/README.md index 7e827887f38..6594a063a63 100644 --- a/packages/auth0/_dev/build/docs/README.md +++ b/packages/auth0/_dev/build/docs/README.md @@ -6,10 +6,10 @@ Auth0 offers integrations that push log events via log streams to Elasticsearch The package collects log events either sent via log stream webhooks, or by API request to the Auth0 v2 API. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Enabling the integration in Elastic diff --git a/packages/auth0/docs/README.md b/packages/auth0/docs/README.md index 353ff23fcb7..410ff16f879 100644 --- a/packages/auth0/docs/README.md +++ b/packages/auth0/docs/README.md @@ -6,10 +6,10 @@ Auth0 offers integrations that push log events via log streams to Elasticsearch The package collects log events either sent via log stream webhooks, or by API request to the Auth0 v2 API. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Enabling the integration in Elastic diff --git a/packages/authentik/_dev/build/docs/README.md b/packages/authentik/_dev/build/docs/README.md index eb92828f013..f6b5a58f040 100644 --- a/packages/authentik/_dev/build/docs/README.md +++ b/packages/authentik/_dev/build/docs/README.md @@ -18,13 +18,13 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst ## How do I deploy this integration? -This integration supports both Elastic Agentless-based and Agent-based installations. +This integration supports both Elastic Managed-based and Agent-based installations. -### Agentless-based installation +### Elastic Managed-based installation -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/authentik/docs/README.md b/packages/authentik/docs/README.md index e189a6a5ae1..a59d061d480 100644 --- a/packages/authentik/docs/README.md +++ b/packages/authentik/docs/README.md @@ -18,13 +18,13 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst ## How do I deploy this integration? -This integration supports both Elastic Agentless-based and Agent-based installations. +This integration supports both Elastic Managed-based and Agent-based installations. -### Agentless-based installation +### Elastic Managed-based installation -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/aws_cloudwatch_input_otel/_dev/build/docs/README.md b/packages/aws_cloudwatch_input_otel/_dev/build/docs/README.md index be4c3ef3bf3..90d6bb8da66 100644 --- a/packages/aws_cloudwatch_input_otel/_dev/build/docs/README.md +++ b/packages/aws_cloudwatch_input_otel/_dev/build/docs/README.md @@ -22,7 +22,7 @@ You add the integration once for each AWS service you want to monitor. This integration can be deployed in two ways: -- **Agentless** (default): Elastic manages the collector for you, with no infrastructure to run. This is the recommended option for most users. +- **Elastic Managed** (default): Elastic manages the collector for you, with no infrastructure to run. This is the recommended option for most users. - **Elastic Agent**: Run the collector on your own Elastic Agent. ## Supported services diff --git a/packages/aws_cloudwatch_input_otel/docs/README.md b/packages/aws_cloudwatch_input_otel/docs/README.md index 0ce8b942e41..ddae93b4cc0 100644 --- a/packages/aws_cloudwatch_input_otel/docs/README.md +++ b/packages/aws_cloudwatch_input_otel/docs/README.md @@ -23,7 +23,7 @@ You add the integration once for each AWS service you want to monitor. This integration can be deployed in two ways: -- **Agentless** (default): Elastic manages the collector for you, with no infrastructure to run. This is the recommended option for most users. +- **Elastic Managed** (default): Elastic manages the collector for you, with no infrastructure to run. This is the recommended option for most users. - **Elastic Agent**: Run the collector on your own Elastic Agent. ## Supported services diff --git a/packages/aws_securityhub/_dev/build/docs/README.md b/packages/aws_securityhub/_dev/build/docs/README.md index e10ccd8daf5..016923c6a83 100644 --- a/packages/aws_securityhub/_dev/build/docs/README.md +++ b/packages/aws_securityhub/_dev/build/docs/README.md @@ -47,11 +47,11 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to stream data from the syslog or log file receiver and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. Agentless deployments provide a means to ingest data while avoiding the orchestration, management, and maintenance needs associated with standard ingest infrastructure. Using an agentless deployment makes manual agent deployment unnecessary, allowing you to focus on your data instead of the agent that collects it. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. Elastic Managed deployments provide a means to ingest data while avoiding the orchestration, management, and maintenance needs associated with standard ingest infrastructure. Using an Elastic Managed deployment makes manual agent deployment unnecessary, allowing you to focus on your data instead of the agent that collects it. -For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html) +For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html) ### Onboard / configure diff --git a/packages/aws_securityhub/docs/README.md b/packages/aws_securityhub/docs/README.md index cbd110bdfa4..b9129bbd782 100644 --- a/packages/aws_securityhub/docs/README.md +++ b/packages/aws_securityhub/docs/README.md @@ -47,11 +47,11 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to stream data from the syslog or log file receiver and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. Agentless deployments provide a means to ingest data while avoiding the orchestration, management, and maintenance needs associated with standard ingest infrastructure. Using an agentless deployment makes manual agent deployment unnecessary, allowing you to focus on your data instead of the agent that collects it. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. Elastic Managed deployments provide a means to ingest data while avoiding the orchestration, management, and maintenance needs associated with standard ingest infrastructure. Using an Elastic Managed deployment makes manual agent deployment unnecessary, allowing you to focus on your data instead of the agent that collects it. -For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html) +For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html) ### Onboard / configure diff --git a/packages/axonius/_dev/build/docs/README.md b/packages/axonius/_dev/build/docs/README.md index f4127d2e9fe..c9021574db2 100644 --- a/packages/axonius/_dev/build/docs/README.md +++ b/packages/axonius/_dev/build/docs/README.md @@ -137,7 +137,7 @@ To generate or reset an API key, your role must be **Admin**, and you must have ## How do I deploy this integration? -This integration supports both Elastic Agentless-based and Agent-based installations. +This integration supports both Elastic Managed-based and Agent-based installations. ### Agent-based deployment @@ -145,11 +145,11 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to stream data from the syslog or log file receiver and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. Agentless deployments provide a means to ingest data while avoiding the orchestration, management, and maintenance needs associated with standard ingest infrastructure. Using an agentless deployment makes manual agent deployment unnecessary, allowing you to focus on your data instead of the agent that collects it. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. Elastic Managed deployments provide a means to ingest data while avoiding the orchestration, management, and maintenance needs associated with standard ingest infrastructure. Using an Elastic Managed deployment makes manual agent deployment unnecessary, allowing you to focus on your data instead of the agent that collects it. -For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html) +For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html) ### Configure diff --git a/packages/axonius/docs/README.md b/packages/axonius/docs/README.md index d6a8091b5db..77898b11829 100644 --- a/packages/axonius/docs/README.md +++ b/packages/axonius/docs/README.md @@ -137,7 +137,7 @@ To generate or reset an API key, your role must be **Admin**, and you must have ## How do I deploy this integration? -This integration supports both Elastic Agentless-based and Agent-based installations. +This integration supports both Elastic Managed-based and Agent-based installations. ### Agent-based deployment @@ -145,11 +145,11 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to stream data from the syslog or log file receiver and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. Agentless deployments provide a means to ingest data while avoiding the orchestration, management, and maintenance needs associated with standard ingest infrastructure. Using an agentless deployment makes manual agent deployment unnecessary, allowing you to focus on your data instead of the agent that collects it. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. Elastic Managed deployments provide a means to ingest data while avoiding the orchestration, management, and maintenance needs associated with standard ingest infrastructure. Using an Elastic Managed deployment makes manual agent deployment unnecessary, allowing you to focus on your data instead of the agent that collects it. -For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html) +For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html) ### Configure diff --git a/packages/azure_ai_foundry/_dev/build/docs/README.md b/packages/azure_ai_foundry/_dev/build/docs/README.md index b881ea54e2a..48e57ced5bf 100644 --- a/packages/azure_ai_foundry/_dev/build/docs/README.md +++ b/packages/azure_ai_foundry/_dev/build/docs/README.md @@ -10,13 +10,13 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from Azure and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. -> **Note:** Agentless deployment is currently supported for Microsoft Foundry metrics only. Log collection is not available via agentless and requires a traditional Elastic Agent deployment. +> **Note:** Elastic Managed deployment is currently supported for Microsoft Foundry metrics only. Log collection is not available via Elastic Managed and requires a traditional Elastic Agent deployment. ## Data streams diff --git a/packages/azure_ai_foundry/docs/README.md b/packages/azure_ai_foundry/docs/README.md index 55cd6a1147c..d73f0a192fe 100644 --- a/packages/azure_ai_foundry/docs/README.md +++ b/packages/azure_ai_foundry/docs/README.md @@ -10,13 +10,13 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from Azure and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. -> **Note:** Agentless deployment is currently supported for Microsoft Foundry metrics only. Log collection is not available via agentless and requires a traditional Elastic Agent deployment. +> **Note:** Elastic Managed deployment is currently supported for Microsoft Foundry metrics only. Log collection is not available via Elastic Managed and requires a traditional Elastic Agent deployment. ## Data streams diff --git a/packages/azure_application_insights/_dev/build/docs/README.md b/packages/azure_application_insights/_dev/build/docs/README.md index c4849d14bdb..e32d99ae4b2 100644 --- a/packages/azure_application_insights/_dev/build/docs/README.md +++ b/packages/azure_application_insights/_dev/build/docs/README.md @@ -12,11 +12,11 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from Azure and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Integration level configuration options diff --git a/packages/azure_application_insights/docs/README.md b/packages/azure_application_insights/docs/README.md index a043af387b9..10dcd4c1f92 100644 --- a/packages/azure_application_insights/docs/README.md +++ b/packages/azure_application_insights/docs/README.md @@ -12,11 +12,11 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from Azure and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Integration level configuration options diff --git a/packages/azure_billing/_dev/build/docs/README.md b/packages/azure_billing/_dev/build/docs/README.md index 5d4c7311d8d..63d0bfe97cd 100644 --- a/packages/azure_billing/_dev/build/docs/README.md +++ b/packages/azure_billing/_dev/build/docs/README.md @@ -14,11 +14,11 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from Azure and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data streams diff --git a/packages/azure_billing/docs/README.md b/packages/azure_billing/docs/README.md index 8a0025709e4..6ecd578df89 100644 --- a/packages/azure_billing/docs/README.md +++ b/packages/azure_billing/docs/README.md @@ -14,11 +14,11 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from Azure and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data streams diff --git a/packages/azure_functions/_dev/build/docs/README.md b/packages/azure_functions/_dev/build/docs/README.md index 675aa3e55e8..1a08bd58b39 100644 --- a/packages/azure_functions/_dev/build/docs/README.md +++ b/packages/azure_functions/_dev/build/docs/README.md @@ -12,13 +12,13 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from Azure and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. -> **Note:** Agentless deployment is currently supported for Azure Functions metrics only. Log collection is not available via agentless and requires a traditional Elastic Agent deployment. +> **Note:** Elastic Managed deployment is currently supported for Azure Functions metrics only. Log collection is not available via Elastic Managed and requires a traditional Elastic Agent deployment. ## Hosting plans and metrics diff --git a/packages/azure_functions/docs/README.md b/packages/azure_functions/docs/README.md index 5fa2ae77358..9aa575bd54c 100644 --- a/packages/azure_functions/docs/README.md +++ b/packages/azure_functions/docs/README.md @@ -12,13 +12,13 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from Azure and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. -> **Note:** Agentless deployment is currently supported for Azure Functions metrics only. Log collection is not available via agentless and requires a traditional Elastic Agent deployment. +> **Note:** Elastic Managed deployment is currently supported for Azure Functions metrics only. Log collection is not available via Elastic Managed and requires a traditional Elastic Agent deployment. ## Hosting plans and metrics diff --git a/packages/azure_metrics/_dev/build/docs/README.md b/packages/azure_metrics/_dev/build/docs/README.md index bd9231e6a91..8036d385884 100644 --- a/packages/azure_metrics/_dev/build/docs/README.md +++ b/packages/azure_metrics/_dev/build/docs/README.md @@ -97,15 +97,15 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from Azure Monitor and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Known limitations & issues -- Missing Lookback Support: The integration currently lacks a lookback window for metric collection. If the Elastic Agent stops or an Agentless deployment restarts, metrics might be missed. A lookback feature is currently in development to address this. +- Missing Lookback Support: The integration currently lacks a lookback window for metric collection. If the Elastic Agent stops or an Elastic Managed deployment restarts, metrics might be missed. A lookback feature is currently in development to address this. - Batch API Issue: When Batch API is active (default is inactive), a lack of matching resources in a single integration can cause collection to halt for all integrations. - Fixes Scheduled: 8.19.17, 9.3.6, and 9.4.2. - Workarounds: Turn off the Batch API setting, or ensure each integration targets at least one Azure resource. diff --git a/packages/azure_metrics/docs/README.md b/packages/azure_metrics/docs/README.md index 3472fd8b1ef..2051c4af05c 100644 --- a/packages/azure_metrics/docs/README.md +++ b/packages/azure_metrics/docs/README.md @@ -97,15 +97,15 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from Azure Monitor and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Known limitations & issues -- Missing Lookback Support: The integration currently lacks a lookback window for metric collection. If the Elastic Agent stops or an Agentless deployment restarts, metrics might be missed. A lookback feature is currently in development to address this. +- Missing Lookback Support: The integration currently lacks a lookback window for metric collection. If the Elastic Agent stops or an Elastic Managed deployment restarts, metrics might be missed. A lookback feature is currently in development to address this. - Batch API Issue: When Batch API is active (default is inactive), a lack of matching resources in a single integration can cause collection to halt for all integrations. - Fixes Scheduled: 8.19.17, 9.3.6, and 9.4.2. - Workarounds: Turn off the Batch API setting, or ensure each integration targets at least one Azure resource. diff --git a/packages/azure_openai/_dev/build/docs/README.md b/packages/azure_openai/_dev/build/docs/README.md index 61e0e429652..977996e1578 100644 --- a/packages/azure_openai/_dev/build/docs/README.md +++ b/packages/azure_openai/_dev/build/docs/README.md @@ -12,13 +12,13 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from Azure and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. -> **Note:** Agentless deployment is currently supported for Azure OpenAI metrics only. Log collection is not available via agentless and requires a traditional Elastic Agent deployment. +> **Note:** Elastic Managed deployment is currently supported for Azure OpenAI metrics only. Log collection is not available via Elastic Managed and requires a traditional Elastic Agent deployment. ## Data streams diff --git a/packages/azure_openai/docs/README.md b/packages/azure_openai/docs/README.md index fc15e2854ac..1d2fb8fa8c6 100644 --- a/packages/azure_openai/docs/README.md +++ b/packages/azure_openai/docs/README.md @@ -12,13 +12,13 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from Azure and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. -> **Note:** Agentless deployment is currently supported for Azure OpenAI metrics only. Log collection is not available via agentless and requires a traditional Elastic Agent deployment. +> **Note:** Elastic Managed deployment is currently supported for Azure OpenAI metrics only. Log collection is not available via Elastic Managed Integration and requires a traditional Elastic Agent deployment. ## Data streams diff --git a/packages/beyondinsight_password_safe/_dev/build/docs/README.md b/packages/beyondinsight_password_safe/_dev/build/docs/README.md index f40e8c39125..0394e5a2356 100644 --- a/packages/beyondinsight_password_safe/_dev/build/docs/README.md +++ b/packages/beyondinsight_password_safe/_dev/build/docs/README.md @@ -90,13 +90,13 @@ then be processed via the integration's ingest pipelines. ## How do I deploy this integration? -This integration supports both Elastic Agentless-based and Agent-based installations. +This integration supports both Elastic Managed-based and Agent-based installations. -### Agentless-based installation +### Elastic Managed-based installation -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/beyondinsight_password_safe/docs/README.md b/packages/beyondinsight_password_safe/docs/README.md index ed2a76a4834..7e920cd80ed 100644 --- a/packages/beyondinsight_password_safe/docs/README.md +++ b/packages/beyondinsight_password_safe/docs/README.md @@ -90,13 +90,13 @@ then be processed via the integration's ingest pipelines. ## How do I deploy this integration? -This integration supports both Elastic Agentless-based and Agent-based installations. +This integration supports both Elastic Managed-based and Agent-based installations. -### Agentless-based installation +### Elastic Managed-based installation -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/beyondtrust_pra/_dev/build/docs/README.md b/packages/beyondtrust_pra/_dev/build/docs/README.md index 6e80d148771..fec8ccd03e9 100644 --- a/packages/beyondtrust_pra/_dev/build/docs/README.md +++ b/packages/beyondtrust_pra/_dev/build/docs/README.md @@ -14,11 +14,11 @@ This integration collects the following logs: ## Requirements -### Agentless enabled integration +### Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent based installation diff --git a/packages/beyondtrust_pra/docs/README.md b/packages/beyondtrust_pra/docs/README.md index b09752b7ec7..8f9db0d3482 100644 --- a/packages/beyondtrust_pra/docs/README.md +++ b/packages/beyondtrust_pra/docs/README.md @@ -14,11 +14,11 @@ This integration collects the following logs: ## Requirements -### Agentless enabled integration +### Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent based installation diff --git a/packages/bitdefender/_dev/build/docs/README.md b/packages/bitdefender/_dev/build/docs/README.md index acc3dc37061..08a991e3389 100644 --- a/packages/bitdefender/_dev/build/docs/README.md +++ b/packages/bitdefender/_dev/build/docs/README.md @@ -14,10 +14,10 @@ This allows you to search, observe and visualize the BitDefender GravityZone eve For more information about BitDefender GravityZone, refer to [BitDefender GravityZone](https://www.bitdefender.com/business/products/security-products.html) and refer to the [Public API - Push](https://www.bitdefender.com/business/support/en/77209-135318-push.html) documentation. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Compatibility diff --git a/packages/bitdefender/docs/README.md b/packages/bitdefender/docs/README.md index 4dfade92dd8..cca1311bb51 100644 --- a/packages/bitdefender/docs/README.md +++ b/packages/bitdefender/docs/README.md @@ -14,10 +14,10 @@ This allows you to search, observe and visualize the BitDefender GravityZone eve For more information about BitDefender GravityZone, refer to [BitDefender GravityZone](https://www.bitdefender.com/business/products/security-products.html) and refer to the [Public API - Push](https://www.bitdefender.com/business/support/en/77209-135318-push.html) documentation. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Compatibility diff --git a/packages/bitsight/_dev/build/docs/README.md b/packages/bitsight/_dev/build/docs/README.md index e360b77db74..7c3e42b3a31 100644 --- a/packages/bitsight/_dev/build/docs/README.md +++ b/packages/bitsight/_dev/build/docs/README.md @@ -7,10 +7,10 @@ The Bitsight integration ingests Vulnerability evidence from the Bitsight Threat - Correlate Bitsight findings with Elastic Security investigations - Monitor remediation progress over time -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Compatibility diff --git a/packages/bitsight/docs/README.md b/packages/bitsight/docs/README.md index 471107f7dbe..64fe31c4401 100644 --- a/packages/bitsight/docs/README.md +++ b/packages/bitsight/docs/README.md @@ -7,10 +7,10 @@ The Bitsight integration ingests Vulnerability evidence from the Bitsight Threat - Correlate Bitsight findings with Elastic Security investigations - Monitor remediation progress over time -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Compatibility diff --git a/packages/bitwarden/_dev/build/docs/README.md b/packages/bitwarden/_dev/build/docs/README.md index 55721fe8239..e23a1bcd040 100644 --- a/packages/bitwarden/_dev/build/docs/README.md +++ b/packages/bitwarden/_dev/build/docs/README.md @@ -6,10 +6,10 @@ The [Bitwarden](https://bitwarden.com) integration allows users to monitor colle Use the Bitwarden integration to collect and parse data from the REST APIs. Then visualize that data in Kibana. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data streams diff --git a/packages/bitwarden/docs/README.md b/packages/bitwarden/docs/README.md index 3b386469501..8e0a04efb62 100644 --- a/packages/bitwarden/docs/README.md +++ b/packages/bitwarden/docs/README.md @@ -6,10 +6,10 @@ The [Bitwarden](https://bitwarden.com) integration allows users to monitor colle Use the Bitwarden integration to collect and parse data from the REST APIs. Then visualize that data in Kibana. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data streams diff --git a/packages/blacklens/_dev/build/docs/README.md b/packages/blacklens/_dev/build/docs/README.md index 703e4f7cb0a..8c80188168a 100644 --- a/packages/blacklens/_dev/build/docs/README.md +++ b/packages/blacklens/_dev/build/docs/README.md @@ -4,10 +4,10 @@ The [blacklens.io](https://blacklens.io) integration allows you to monitor alert Use the blacklens.io integration to fetch all related alerts about your Attack Surface. Then visualize that data in Kibana and create further alerts or enrich the data with other security solutions. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data streams diff --git a/packages/blacklens/docs/README.md b/packages/blacklens/docs/README.md index 14df1c644f8..ba4e27c36fe 100644 --- a/packages/blacklens/docs/README.md +++ b/packages/blacklens/docs/README.md @@ -4,10 +4,10 @@ The [blacklens.io](https://blacklens.io) integration allows you to monitor alert Use the blacklens.io integration to fetch all related alerts about your Attack Surface. Then visualize that data in Kibana and create further alerts or enrich the data with other security solutions. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data streams diff --git a/packages/box_events/_dev/build/docs/README.md b/packages/box_events/_dev/build/docs/README.md index aa6912911f0..a757d42f477 100644 --- a/packages/box_events/_dev/build/docs/README.md +++ b/packages/box_events/_dev/build/docs/README.md @@ -6,10 +6,10 @@ Use the Box Events integration to ingest the activity logs which are generated e Then visualize that data in Kibana, create alerts to notify you if something goes wrong, and reference `box_events.events` when troubleshooting an issue. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. For example, if you wanted to set up notifications for incoming Box Shield alerts you could verify that this data is being ingested from the `Box Shield Alerts` Dashboard. Then, go to `Alerts and Insights / Rules and Connectors` in the sidebar and set up a Rule using an Elasticsearch Query against index `*box*alert*` with time field `@timestamp` and DSL diff --git a/packages/box_events/docs/README.md b/packages/box_events/docs/README.md index 9c92f14ffde..ba1b614bdba 100644 --- a/packages/box_events/docs/README.md +++ b/packages/box_events/docs/README.md @@ -6,10 +6,10 @@ Use the Box Events integration to ingest the activity logs which are generated e Then visualize that data in Kibana, create alerts to notify you if something goes wrong, and reference `box_events.events` when troubleshooting an issue. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. For example, if you wanted to set up notifications for incoming Box Shield alerts you could verify that this data is being ingested from the `Box Shield Alerts` Dashboard. Then, go to `Alerts and Insights / Rules and Connectors` in the sidebar and set up a Rule using an Elasticsearch Query against index `*box*alert*` with time field `@timestamp` and DSL diff --git a/packages/carbon_black_cloud/_dev/build/docs/README.md b/packages/carbon_black_cloud/_dev/build/docs/README.md index fe5777f4dc3..31f41f92ef1 100644 --- a/packages/carbon_black_cloud/_dev/build/docs/README.md +++ b/packages/carbon_black_cloud/_dev/build/docs/README.md @@ -2,10 +2,10 @@ The VMware Carbon Black Cloud integration collects and parses data from the Carbon Black Cloud REST APIs and AWS S3 bucket. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Version 1.21+ Update Disclaimer Starting from version 1.21, if using multiple AWS data streams simultaneously configured to use AWS SQS, separate SQS queues should be configured per diff --git a/packages/carbon_black_cloud/docs/README.md b/packages/carbon_black_cloud/docs/README.md index a4fdf764ef5..dc6622f42ee 100644 --- a/packages/carbon_black_cloud/docs/README.md +++ b/packages/carbon_black_cloud/docs/README.md @@ -2,10 +2,10 @@ The VMware Carbon Black Cloud integration collects and parses data from the Carbon Black Cloud REST APIs and AWS S3 bucket. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Version 1.21+ Update Disclaimer Starting from version 1.21, if using multiple AWS data streams simultaneously configured to use AWS SQS, separate SQS queues should be configured per diff --git a/packages/checkpoint_email/_dev/build/docs/README.md b/packages/checkpoint_email/_dev/build/docs/README.md index f507fdc5c4c..fe310d976ff 100644 --- a/packages/checkpoint_email/_dev/build/docs/README.md +++ b/packages/checkpoint_email/_dev/build/docs/README.md @@ -4,11 +4,11 @@ Check Point's [Harmony Email & Collaboration](https://www.checkpoint.com/harmony The Check Point Harmony Email & Collaboration integration collects security event logs using REST API. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data streams diff --git a/packages/checkpoint_email/docs/README.md b/packages/checkpoint_email/docs/README.md index 61b8cc8f629..87f47e36366 100644 --- a/packages/checkpoint_email/docs/README.md +++ b/packages/checkpoint_email/docs/README.md @@ -4,11 +4,11 @@ Check Point's [Harmony Email & Collaboration](https://www.checkpoint.com/harmony The Check Point Harmony Email & Collaboration integration collects security event logs using REST API. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data streams diff --git a/packages/checkpoint_harmony_endpoint/_dev/build/docs/README.md b/packages/checkpoint_harmony_endpoint/_dev/build/docs/README.md index ab564d4a7a0..c1934d6f8fd 100644 --- a/packages/checkpoint_harmony_endpoint/_dev/build/docs/README.md +++ b/packages/checkpoint_harmony_endpoint/_dev/build/docs/README.md @@ -34,10 +34,10 @@ To create an API key please refer to Check Point's [Infinity API Guide](https:// 5. Add all the required integration configuration parameters, such as Server URL, Client ID, Secret Key. For all data streams, these parameters must be provided in order to retrieve logs. 6. Save the integration. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data Streams: diff --git a/packages/checkpoint_harmony_endpoint/docs/README.md b/packages/checkpoint_harmony_endpoint/docs/README.md index 526499236a3..e3202330c4a 100644 --- a/packages/checkpoint_harmony_endpoint/docs/README.md +++ b/packages/checkpoint_harmony_endpoint/docs/README.md @@ -34,10 +34,10 @@ To create an API key please refer to Check Point's [Infinity API Guide](https:// 5. Add all the required integration configuration parameters, such as Server URL, Client ID, Secret Key. For all data streams, these parameters must be provided in order to retrieve logs. 6. Save the integration. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data Streams: diff --git a/packages/cisa_kevs/_dev/build/docs/README.md b/packages/cisa_kevs/_dev/build/docs/README.md index 956aa8b3fbc..d4ee07280de 100644 --- a/packages/cisa_kevs/_dev/build/docs/README.md +++ b/packages/cisa_kevs/_dev/build/docs/README.md @@ -4,10 +4,10 @@ This integration is for [CISA KEV](https://www.cisa.gov/known-exploited-vulnerab - `vulnerability` dataset: Supports vulnerabilities classified as known exploited from CISA. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Example Enrich Policy and ES|QL Correlation Query diff --git a/packages/cisa_kevs/docs/README.md b/packages/cisa_kevs/docs/README.md index cc6a4174ab8..0cac0fc7211 100644 --- a/packages/cisa_kevs/docs/README.md +++ b/packages/cisa_kevs/docs/README.md @@ -4,10 +4,10 @@ This integration is for [CISA KEV](https://www.cisa.gov/known-exploited-vulnerab - `vulnerability` dataset: Supports vulnerabilities classified as known exploited from CISA. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Example Enrich Policy and ES|QL Correlation Query diff --git a/packages/cisco_duo/_dev/build/docs/README.md b/packages/cisco_duo/_dev/build/docs/README.md index 96f6cdf2967..9743a2b673e 100644 --- a/packages/cisco_duo/_dev/build/docs/README.md +++ b/packages/cisco_duo/_dev/build/docs/README.md @@ -2,10 +2,10 @@ The Cisco Duo integration collects and parses data from the [Cisco Duo Admin APIs](https://duo.com/docs/adminapi). The Duo Admin API provides programmatic access to the administrative functionality of Duo Security's two-factor authentication platform. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Compatibility diff --git a/packages/cisco_duo/docs/README.md b/packages/cisco_duo/docs/README.md index c7e73b8a22f..1bd9242a81d 100644 --- a/packages/cisco_duo/docs/README.md +++ b/packages/cisco_duo/docs/README.md @@ -2,10 +2,10 @@ The Cisco Duo integration collects and parses data from the [Cisco Duo Admin APIs](https://duo.com/docs/adminapi). The Duo Admin API provides programmatic access to the administrative functionality of Duo Security's two-factor authentication platform. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Compatibility diff --git a/packages/cisco_secure_endpoint/_dev/build/docs/README.md b/packages/cisco_secure_endpoint/_dev/build/docs/README.md index c6fdc2ef6ed..7de2caec6f2 100644 --- a/packages/cisco_secure_endpoint/_dev/build/docs/README.md +++ b/packages/cisco_secure_endpoint/_dev/build/docs/README.md @@ -4,10 +4,10 @@ This integration is for [Cisco Secure Endpoint](https://developer.cisco.com/amp- - `event` dataset: supports Cisco Secure Endpoint Event logs. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Logs diff --git a/packages/cisco_secure_endpoint/docs/README.md b/packages/cisco_secure_endpoint/docs/README.md index 5d889d39d8e..75a8f41227c 100644 --- a/packages/cisco_secure_endpoint/docs/README.md +++ b/packages/cisco_secure_endpoint/docs/README.md @@ -4,10 +4,10 @@ This integration is for [Cisco Secure Endpoint](https://developer.cisco.com/amp- - `event` dataset: supports Cisco Secure Endpoint Event logs. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Logs diff --git a/packages/claroty_ctd/_dev/build/docs/README.md b/packages/claroty_ctd/_dev/build/docs/README.md index c3ca32c598b..4900a7f16db 100644 --- a/packages/claroty_ctd/_dev/build/docs/README.md +++ b/packages/claroty_ctd/_dev/build/docs/README.md @@ -6,10 +6,10 @@ Claroty CTD integration collects and parses data using a Syslog server and REST API, then visualizes it in Kibana. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Compatibility diff --git a/packages/claroty_ctd/docs/README.md b/packages/claroty_ctd/docs/README.md index 16a5604d073..8e6b3eeef5e 100644 --- a/packages/claroty_ctd/docs/README.md +++ b/packages/claroty_ctd/docs/README.md @@ -6,10 +6,10 @@ Claroty CTD integration collects and parses data using a Syslog server and REST API, then visualizes it in Kibana. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Compatibility diff --git a/packages/claroty_xdome/_dev/build/docs/README.md b/packages/claroty_xdome/_dev/build/docs/README.md index f1ee01a6deb..140a2a8c60d 100644 --- a/packages/claroty_xdome/_dev/build/docs/README.md +++ b/packages/claroty_xdome/_dev/build/docs/README.md @@ -26,11 +26,11 @@ The Claroty xDome integration collects three types of logs. ## Requirements -### Agentless-enabled integration +### Elastic Managed-enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/claroty_xdome/docs/README.md b/packages/claroty_xdome/docs/README.md index 88d86685a32..be7fd985e19 100644 --- a/packages/claroty_xdome/docs/README.md +++ b/packages/claroty_xdome/docs/README.md @@ -26,11 +26,11 @@ The Claroty xDome integration collects three types of logs. ## Requirements -### Agentless-enabled integration +### Elastic Managed-enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/cloudflare/_dev/build/docs/README.md b/packages/cloudflare/_dev/build/docs/README.md index 5642e90334c..d7fbf61867e 100644 --- a/packages/cloudflare/_dev/build/docs/README.md +++ b/packages/cloudflare/_dev/build/docs/README.md @@ -8,10 +8,10 @@ Users of [Cloudflare](https://www.cloudflare.com/en-au/learning/what-is-cloudfla > Note: Authenticating with API Key (Auth Key) using `X-AUTH-EMAIL` and `X-AUTH-KEY` is considered to be a legacy feature with several limitations that makes it less secure than API token (Auth Token). See [here](https://developers.cloudflare.com/fundamentals/api/get-started/keys/#limitations) for more information on API Key limitations. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Configuration diff --git a/packages/cloudflare/docs/README.md b/packages/cloudflare/docs/README.md index 8fa1cff00f9..497f4591907 100644 --- a/packages/cloudflare/docs/README.md +++ b/packages/cloudflare/docs/README.md @@ -8,10 +8,10 @@ Users of [Cloudflare](https://www.cloudflare.com/en-au/learning/what-is-cloudfla > Note: Authenticating with API Key (Auth Key) using `X-AUTH-EMAIL` and `X-AUTH-KEY` is considered to be a legacy feature with several limitations that makes it less secure than API token (Auth Token). See [here](https://developers.cloudflare.com/fundamentals/api/get-started/keys/#limitations) for more information on API Key limitations. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Configuration diff --git a/packages/crowdstrike/_dev/build/docs/README.md b/packages/crowdstrike/_dev/build/docs/README.md index 12be46072c4..bfce3540609 100644 --- a/packages/crowdstrike/_dev/build/docs/README.md +++ b/packages/crowdstrike/_dev/build/docs/README.md @@ -274,11 +274,11 @@ The FDR dataset includes: 5. Configure the integration. 6. Click **Save and Continue** to save the integration. -### Agentless enabled integration +### Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent based installation diff --git a/packages/crowdstrike/docs/README.md b/packages/crowdstrike/docs/README.md index 950debb08a7..0004ce67c80 100644 --- a/packages/crowdstrike/docs/README.md +++ b/packages/crowdstrike/docs/README.md @@ -274,11 +274,11 @@ The FDR dataset includes: 5. Configure the integration. 6. Click **Save and Continue** to save the integration. -### Agentless enabled integration +### Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent based installation diff --git a/packages/cyberark_epm/_dev/build/docs/README.md b/packages/cyberark_epm/_dev/build/docs/README.md index f18ce6943a3..6f5cc2fd3ca 100644 --- a/packages/cyberark_epm/_dev/build/docs/README.md +++ b/packages/cyberark_epm/_dev/build/docs/README.md @@ -4,10 +4,10 @@ The CyberArk EPM integration collects events (raw and aggregated), policy audit events (raw and aggregated), and admin audit logs using the REST API. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Compatibility diff --git a/packages/cyberark_epm/docs/README.md b/packages/cyberark_epm/docs/README.md index b5d8f3c1da4..7468691e0b8 100644 --- a/packages/cyberark_epm/docs/README.md +++ b/packages/cyberark_epm/docs/README.md @@ -4,10 +4,10 @@ The CyberArk EPM integration collects events (raw and aggregated), policy audit events (raw and aggregated), and admin audit logs using the REST API. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Compatibility diff --git a/packages/cybereason/_dev/build/docs/README.md b/packages/cybereason/_dev/build/docs/README.md index c5f45411394..a13be4e32bf 100644 --- a/packages/cybereason/_dev/build/docs/README.md +++ b/packages/cybereason/_dev/build/docs/README.md @@ -6,10 +6,10 @@ Use the Cybereason integration to collect and parse data from the REST APIs. Then visualize that data in Kibana. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Compatibility diff --git a/packages/cybereason/docs/README.md b/packages/cybereason/docs/README.md index fee3f704003..9e65b98b932 100644 --- a/packages/cybereason/docs/README.md +++ b/packages/cybereason/docs/README.md @@ -6,10 +6,10 @@ Use the Cybereason integration to collect and parse data from the REST APIs. Then visualize that data in Kibana. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Compatibility diff --git a/packages/cyera/_dev/build/docs/README.md b/packages/cyera/_dev/build/docs/README.md index 72da7c7c210..b78fcd0c60c 100644 --- a/packages/cyera/_dev/build/docs/README.md +++ b/packages/cyera/_dev/build/docs/README.md @@ -53,13 +53,13 @@ While collecting data through the Cyera APIs, authentication is handled using a ## How do I deploy this integration? -This integration supports both Elastic Agentless-based and Agent-based installations. +This integration supports both Elastic Managed-based and Agent-based installations. -### Agentless-based installation +### Elastic Managed-based installation -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/cyera/docs/README.md b/packages/cyera/docs/README.md index 8efd0272ced..9087c7533a6 100644 --- a/packages/cyera/docs/README.md +++ b/packages/cyera/docs/README.md @@ -53,13 +53,13 @@ While collecting data through the Cyera APIs, authentication is handled using a ## How do I deploy this integration? -This integration supports both Elastic Agentless-based and Agent-based installations. +This integration supports both Elastic Managed-based and Agent-based installations. -### Agentless-based installation +### Elastic Managed-based installation -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/darktrace/_dev/build/docs/README.md b/packages/darktrace/_dev/build/docs/README.md index 159c5f2d719..eeea0b388d5 100644 --- a/packages/darktrace/_dev/build/docs/README.md +++ b/packages/darktrace/_dev/build/docs/README.md @@ -8,10 +8,10 @@ Use the Darktrace integration to collect and parse data from the REST APIs or vi For example, you could use the data from this integration to know which model is breached and analyse model breaches, and also know about system health, changes in monitored traffic, and any errors experienced by Darktrace Security Modules or probe instances. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data streams diff --git a/packages/darktrace/docs/README.md b/packages/darktrace/docs/README.md index d489dd909e5..b0db2527afc 100644 --- a/packages/darktrace/docs/README.md +++ b/packages/darktrace/docs/README.md @@ -8,10 +8,10 @@ Use the Darktrace integration to collect and parse data from the REST APIs or vi For example, you could use the data from this integration to know which model is breached and analyse model breaches, and also know about system health, changes in monitored traffic, and any errors experienced by Darktrace Security Modules or probe instances. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data streams diff --git a/packages/digital_guardian/_dev/build/docs/README.md b/packages/digital_guardian/_dev/build/docs/README.md index 3b16586fc41..82edb4ec0d8 100644 --- a/packages/digital_guardian/_dev/build/docs/README.md +++ b/packages/digital_guardian/_dev/build/docs/README.md @@ -4,10 +4,10 @@ This integration is for ingesting events and alerts from [Fortra's Digital Guard The integration allows collection of events and alerts from [Digital Guardian Analytics & Reporting Cloud (ARC)](https://www.digitalguardian.com/blog/new-dawn-dlp-digital-guardian-releases-its-analytics-reporting-cloud-arc) via the REST API. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data streams diff --git a/packages/digital_guardian/docs/README.md b/packages/digital_guardian/docs/README.md index b7dd180381d..3d9a50ed996 100644 --- a/packages/digital_guardian/docs/README.md +++ b/packages/digital_guardian/docs/README.md @@ -4,10 +4,10 @@ This integration is for ingesting events and alerts from [Fortra's Digital Guard The integration allows collection of events and alerts from [Digital Guardian Analytics & Reporting Cloud (ARC)](https://www.digitalguardian.com/blog/new-dawn-dlp-digital-guardian-releases-its-analytics-reporting-cloud-arc) via the REST API. -## Agentless Enabled Integration +## Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Data streams From 1a81d57d418c51dbeeebb55aba33c42b1f359203 Mon Sep 17 00:00:00 2001 From: michal Date: Thu, 25 Jun 2026 11:46:49 +0200 Subject: [PATCH 05/14] template and build on par --- packages/azure_ai_foundry/_dev/build/docs/README.md | 2 +- packages/azure_ai_foundry/docs/README.md | 2 +- packages/azure_functions/_dev/build/docs/README.md | 2 +- packages/azure_functions/docs/README.md | 2 +- packages/azure_openai/_dev/build/docs/README.md | 2 +- packages/tychon/_dev/build/docs/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/azure_ai_foundry/_dev/build/docs/README.md b/packages/azure_ai_foundry/_dev/build/docs/README.md index 48e57ced5bf..ef38d29b970 100644 --- a/packages/azure_ai_foundry/_dev/build/docs/README.md +++ b/packages/azure_ai_foundry/_dev/build/docs/README.md @@ -16,7 +16,7 @@ Elastic Managed integrations allow you to collect data without having to manage Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. -> **Note:** Elastic Managed deployment is currently supported for Microsoft Foundry metrics only. Log collection is not available via Elastic Managed and requires a traditional Elastic Agent deployment. +> **Note:** Elastic Managed deployment is currently supported for Microsoft Foundry metrics only. Log collection is not available via Elastic Managed Integration and requires a traditional Elastic Agent deployment. ## Data streams diff --git a/packages/azure_ai_foundry/docs/README.md b/packages/azure_ai_foundry/docs/README.md index d73f0a192fe..394a1017add 100644 --- a/packages/azure_ai_foundry/docs/README.md +++ b/packages/azure_ai_foundry/docs/README.md @@ -16,7 +16,7 @@ Elastic Managed integrations allow you to collect data without having to manage Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. -> **Note:** Elastic Managed deployment is currently supported for Microsoft Foundry metrics only. Log collection is not available via Elastic Managed and requires a traditional Elastic Agent deployment. +> **Note:** Elastic Managed deployment is currently supported for Microsoft Foundry metrics only. Log collection is not available via Elastic Managed Integration and requires a traditional Elastic Agent deployment. ## Data streams diff --git a/packages/azure_functions/_dev/build/docs/README.md b/packages/azure_functions/_dev/build/docs/README.md index 1a08bd58b39..756f695f46e 100644 --- a/packages/azure_functions/_dev/build/docs/README.md +++ b/packages/azure_functions/_dev/build/docs/README.md @@ -18,7 +18,7 @@ Elastic Managed integrations allow you to collect data without having to manage Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. -> **Note:** Elastic Managed deployment is currently supported for Azure Functions metrics only. Log collection is not available via Elastic Managed and requires a traditional Elastic Agent deployment. +> **Note:** Elastic Managed deployment is currently supported for Azure Functions metrics only. Log collection is not available via Elastic Managed Integration and requires a traditional Elastic Agent deployment. ## Hosting plans and metrics diff --git a/packages/azure_functions/docs/README.md b/packages/azure_functions/docs/README.md index 9aa575bd54c..11285ac8518 100644 --- a/packages/azure_functions/docs/README.md +++ b/packages/azure_functions/docs/README.md @@ -18,7 +18,7 @@ Elastic Managed integrations allow you to collect data without having to manage Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. -> **Note:** Elastic Managed deployment is currently supported for Azure Functions metrics only. Log collection is not available via Elastic Managed and requires a traditional Elastic Agent deployment. +> **Note:** Elastic Managed deployment is currently supported for Azure Functions metrics only. Log collection is not available via Elastic Managed Integration and requires a traditional Elastic Agent deployment. ## Hosting plans and metrics diff --git a/packages/azure_openai/_dev/build/docs/README.md b/packages/azure_openai/_dev/build/docs/README.md index 977996e1578..c5e8919d3d0 100644 --- a/packages/azure_openai/_dev/build/docs/README.md +++ b/packages/azure_openai/_dev/build/docs/README.md @@ -18,7 +18,7 @@ Elastic Managed integrations allow you to collect data without having to manage Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. -> **Note:** Elastic Managed deployment is currently supported for Azure OpenAI metrics only. Log collection is not available via Elastic Managed and requires a traditional Elastic Agent deployment. +> **Note:** Elastic Managed deployment is currently supported for Azure OpenAI metrics only. Log collection is not available via Elastic Managed Integration and requires a traditional Elastic Agent deployment. ## Data streams diff --git a/packages/tychon/_dev/build/docs/README.md b/packages/tychon/_dev/build/docs/README.md index 20c327f976e..e0713292051 100644 --- a/packages/tychon/_dev/build/docs/README.md +++ b/packages/tychon/_dev/build/docs/README.md @@ -5,7 +5,7 @@ ## Compatibility * This integration supports Windows and RedHat/CENTOS Endpoint Operating Systems. -* This integration requires a TYCHON Elastic Managed license. +* This integration requires a TYCHON Elastic Managed Integration license. * This integration requires [TYCHON Vulnerability Definition](https://support.tychon.io/) files. * The Linux Endpoint requires RedHat's [OpenScap](https://www.open-scap.org/tools/openscap-base/) to be installed for STIG and CVE to report data. From eb1f6c8b63c11a712b7b0feafcce0c1353b06291 Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 30 Jun 2026 11:37:41 +0200 Subject: [PATCH 06/14] tychon reverted --- packages/tychon/_dev/build/docs/README.md | 8 ++++---- packages/tychon/data_stream/cmrs/manifest.yml | 2 +- packages/tychon/docs/README.md | 8 ++++---- .../tychon-6165bf50-3dbf-11ee-9610-15dee918f31a-host.json | 2 +- .../2e5a7e20-1137-11ee-af86-538da1394f27_1.json | 2 +- packages/tychon/manifest.yml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/tychon/_dev/build/docs/README.md b/packages/tychon/_dev/build/docs/README.md index e0713292051..827f9ed9b43 100644 --- a/packages/tychon/_dev/build/docs/README.md +++ b/packages/tychon/_dev/build/docs/README.md @@ -1,11 +1,11 @@ -# TYCHON Elastic Managed Integration +# TYCHON Agentless -[TYCHON Elastic Managed Integration](https://tychon.io/products/tychon-agentless/) is an integration that lets you collect TYCHON's gold source Master Endpoint Record data from endpoints, including vulnerability and STIG results, without heavy resource use or software installation. You can then investigate the TYCHON data using Elastic's analytics, visualizations, and dashboards. [Contact us to learn more.](https://tychon.io/request-a-pilot/). +[TYCHON Agentless](https://tychon.io/products/tychon-agentless/) is an integration that lets you collect TYCHON's gold source Master Endpoint Record data from endpoints, including vulnerability and STIG results, without heavy resource use or software installation. You can then investigate the TYCHON data using Elastic's analytics, visualizations, and dashboards. [Contact us to learn more.](https://tychon.io/request-a-pilot/). ## Compatibility * This integration supports Windows and RedHat/CENTOS Endpoint Operating Systems. -* This integration requires a TYCHON Elastic Managed Integration license. +* This integration requires a TYCHON Agentless license. * This integration requires [TYCHON Vulnerability Definition](https://support.tychon.io/) files. * The Linux Endpoint requires RedHat's [OpenScap](https://www.open-scap.org/tools/openscap-base/) to be installed for STIG and CVE to report data. @@ -31,7 +31,7 @@ TYCHON connects to open ports on the computer and reports back if it is hosting ### DISA Continuous Monitoring and Risk Scoring Data -TYCHON Elastic Managed Integration will generate the complete Master Endpoint Record for reporting to CMRS, this dataset is unsearchable and encoded but required to send to DISA. +TYCHON Agentless will generate the complete Master Endpoint Record for reporting to CMRS, this dataset is unsearchable and encoded but required to send to DISA. {{fields "cmrs"}} diff --git a/packages/tychon/data_stream/cmrs/manifest.yml b/packages/tychon/data_stream/cmrs/manifest.yml index 71dfc47aaaa..8f69c72f269 100644 --- a/packages/tychon/data_stream/cmrs/manifest.yml +++ b/packages/tychon/data_stream/cmrs/manifest.yml @@ -3,7 +3,7 @@ type: logs streams: - input: filestream title: DISA Continuous Monitoring and Risk Scoring (CMRS) - description: TYCHON Elastic Managed Integration will generate the complete Master Endpoint Record for reporting to CMRS, this dataset is unsearchable and encoded but required to send to DISA. + description: TYCHON Agentless will generate the complete Master Endpoint Record for reporting to CMRS, this dataset is unsearchable and encoded but required to send to DISA. template_path: filestream.yml.hbs vars: - name: paths diff --git a/packages/tychon/docs/README.md b/packages/tychon/docs/README.md index 9b5fc73688d..30eaadc42b9 100644 --- a/packages/tychon/docs/README.md +++ b/packages/tychon/docs/README.md @@ -1,11 +1,11 @@ -# TYCHON Elastic Managed Integration +# TYCHON Agentless -[TYCHON Elastic Managed Integration](https://tychon.io/products/tychon-agentless/) is an integration that lets you collect TYCHON's gold source Master Endpoint Record data from endpoints, including vulnerability and STIG results, without heavy resource use or software installation. You can then investigate the TYCHON data using Elastic's analytics, visualizations, and dashboards. [Contact us to learn more.](https://tychon.io/request-a-pilot/). +[TYCHON Agentless](https://tychon.io/products/tychon-agentless/) is an integration that lets you collect TYCHON's gold source Master Endpoint Record data from endpoints, including vulnerability and STIG results, without heavy resource use or software installation. You can then investigate the TYCHON data using Elastic's analytics, visualizations, and dashboards. [Contact us to learn more.](https://tychon.io/request-a-pilot/). ## Compatibility * This integration supports Windows and RedHat/CENTOS Endpoint Operating Systems. -* This integration requires a TYCHON Elastic Managed Integration license. +* This integration requires a TYCHON Agentless license. * This integration requires [TYCHON Vulnerability Definition](https://support.tychon.io/) files. * The Linux Endpoint requires RedHat's [OpenScap](https://www.open-scap.org/tools/openscap-base/) to be installed for STIG and CVE to report data. @@ -292,7 +292,7 @@ TYCHON connects to open ports on the computer and reports back if it is hosting ### DISA Continuous Monitoring and Risk Scoring Data -TYCHON Elastic Managed Integration will generate the complete Master Endpoint Record for reporting to CMRS, this dataset is unsearchable and encoded but required to send to DISA. +TYCHON Agentless will generate the complete Master Endpoint Record for reporting to CMRS, this dataset is unsearchable and encoded but required to send to DISA. **Exported fields** diff --git a/packages/tychon/kibana/dashboard/tychon-6165bf50-3dbf-11ee-9610-15dee918f31a-host.json b/packages/tychon/kibana/dashboard/tychon-6165bf50-3dbf-11ee-9610-15dee918f31a-host.json index c2d3d7cfa4d..287aaec3592 100644 --- a/packages/tychon/kibana/dashboard/tychon-6165bf50-3dbf-11ee-9610-15dee918f31a-host.json +++ b/packages/tychon/kibana/dashboard/tychon-6165bf50-3dbf-11ee-9610-15dee918f31a-host.json @@ -3603,7 +3603,7 @@ "y": 32 }, "panelIndex": "5a0cbef6-cb66-4850-8dd1-4fc4f81ddaf2", - "title": "TYCHON Elastic Managed Integration Info", + "title": "TYCHON Agentless Info", "type": "lens" } ], diff --git a/packages/tychon/kibana/security_rule/2e5a7e20-1137-11ee-af86-538da1394f27_1.json b/packages/tychon/kibana/security_rule/2e5a7e20-1137-11ee-af86-538da1394f27_1.json index 2343ca8a67d..bcf6d564f94 100644 --- a/packages/tychon/kibana/security_rule/2e5a7e20-1137-11ee-af86-538da1394f27_1.json +++ b/packages/tychon/kibana/security_rule/2e5a7e20-1137-11ee-af86-538da1394f27_1.json @@ -11,7 +11,7 @@ "interval": "5m", "enabled": true, "revision": 0, - "description": "A Feature in Windows Defender has been set to disabled in the latest report from the TYCHON Elastic Managed Integration Module", + "description": "A Feature in Windows Defender has been set to disabled in the latest report from the TYCHON Agentless Module", "risk_score": 60, "severity": "medium", "note": "Analysts should look into the history of this endpoint to figure out when the feature was disabled and work to re-enable the feature.", diff --git a/packages/tychon/manifest.yml b/packages/tychon/manifest.yml index 45c1c84b546..139d5d024b6 100644 --- a/packages/tychon/manifest.yml +++ b/packages/tychon/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.2.2 name: tychon type: integration -title: "TYCHON Elastic Managed" +title: "TYCHON Agentless" version: "1.1.1" source: license: "Elastic-2.0" From 69273a085cb4367fe7919552207e6ac85b86de2f Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 30 Jun 2026 11:40:04 +0200 Subject: [PATCH 07/14] changelog not changed --- packages/keeper_security_siem_integration/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/keeper_security_siem_integration/changelog.yml b/packages/keeper_security_siem_integration/changelog.yml index 3b1a6789ec9..11e39d8f4a1 100644 --- a/packages/keeper_security_siem_integration/changelog.yml +++ b/packages/keeper_security_siem_integration/changelog.yml @@ -1,5 +1,5 @@ - version: "0.1.0" changes: - - description: Initial release of Keeper Security Elastic Managed Integration + - description: Initial release of Keeper Security agentless integration type: enhancement link: https://github.com/elastic/integrations/pull/15089 From dafb0a99adb55cb1b0f5cdaccab2eef47a2b102a Mon Sep 17 00:00:00 2001 From: michal Date: Wed, 1 Jul 2026 10:29:36 +0200 Subject: [PATCH 08/14] keeper security rverted --- .../keeper_security_siem_integration/_dev/build/docs/README.md | 2 +- .../data_stream/audit/elasticsearch/ingest_pipeline/default.yml | 2 +- packages/keeper_security_siem_integration/docs/README.md | 2 +- packages/keeper_security_siem_integration/manifest.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/keeper_security_siem_integration/_dev/build/docs/README.md b/packages/keeper_security_siem_integration/_dev/build/docs/README.md index de0427ce112..b7d038b2e0b 100644 --- a/packages/keeper_security_siem_integration/_dev/build/docs/README.md +++ b/packages/keeper_security_siem_integration/_dev/build/docs/README.md @@ -1,6 +1,6 @@ # Keeper Security Integration -The Keeper Security integration provides data collection by allowing Keeper to push audit events directly to Elasticsearch via the Bulk API. This integration enables seamless monitoring and analysis of Keeper Security platform activities without requiring any Elastic Agent installation. +The Keeper Security integration provides **truly agentless** data collection by allowing Keeper to push audit events directly to Elasticsearch via the Bulk API. This integration enables seamless monitoring and analysis of Keeper Security platform activities without requiring any Elastic Agent installation. ## Overview diff --git a/packages/keeper_security_siem_integration/data_stream/audit/elasticsearch/ingest_pipeline/default.yml b/packages/keeper_security_siem_integration/data_stream/audit/elasticsearch/ingest_pipeline/default.yml index e4b4bda079c..429e9d0f368 100644 --- a/packages/keeper_security_siem_integration/data_stream/audit/elasticsearch/ingest_pipeline/default.yml +++ b/packages/keeper_security_siem_integration/data_stream/audit/elasticsearch/ingest_pipeline/default.yml @@ -1,6 +1,6 @@ --- # data_stream/audit/elasticsearch/ingest_pipeline/default.yml (FIXED) -description: "Elastic Managed Integration pipeline for processing Keeper Security audit events" +description: "Agentless pipeline for processing Keeper Security audit events" processors: # Set ECS version - set: diff --git a/packages/keeper_security_siem_integration/docs/README.md b/packages/keeper_security_siem_integration/docs/README.md index d5ea18bf9a7..52de890ae90 100644 --- a/packages/keeper_security_siem_integration/docs/README.md +++ b/packages/keeper_security_siem_integration/docs/README.md @@ -1,6 +1,6 @@ # Keeper Security Integration -The Keeper Security integration provides data collection by allowing Keeper to push audit events directly to Elasticsearch via the Bulk API. This integration enables seamless monitoring and analysis of Keeper Security platform activities without requiring any Elastic Agent installation. +The Keeper Security integration provides **truly agentless** data collection by allowing Keeper to push audit events directly to Elasticsearch via the Bulk API. This integration enables seamless monitoring and analysis of Keeper Security platform activities without requiring any Elastic Agent installation. ## Overview diff --git a/packages/keeper_security_siem_integration/manifest.yml b/packages/keeper_security_siem_integration/manifest.yml index 0cfce456275..c380f8ade03 100644 --- a/packages/keeper_security_siem_integration/manifest.yml +++ b/packages/keeper_security_siem_integration/manifest.yml @@ -3,7 +3,7 @@ name: keeper title: "Keeper Security" version: 0.1.0 description: > - Keeper Security Elastic Managed integration for collecting audit events directly via Elasticsearch Bulk API. No agents required - Keeper pushes data directly to Elasticsearch. + Keeper Security agentless integration for collecting audit events directly via Elasticsearch Bulk API. No agents required - Keeper pushes data directly to Elasticsearch. type: integration categories: From c98517f5a185dc43bb2c5e8689b7c1711404080e Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 7 Jul 2026 10:39:16 +0200 Subject: [PATCH 09/14] aws modified --- packages/aws/_dev/build/docs/awshealth.md | 6 +++--- packages/aws/_dev/build/docs/billing.md | 6 +++--- packages/aws/_dev/build/docs/config.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/aws/_dev/build/docs/awshealth.md b/packages/aws/_dev/build/docs/awshealth.md index b364df10cda..3d0ad342744 100644 --- a/packages/aws/_dev/build/docs/awshealth.md +++ b/packages/aws/_dev/build/docs/awshealth.md @@ -30,11 +30,11 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from AWS and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. To collect AWS Health metrics, you would need specific AWS permissions to access the necessary data. Here's a list of permissions required for an IAM user to collect AWS Health metrics: diff --git a/packages/aws/_dev/build/docs/billing.md b/packages/aws/_dev/build/docs/billing.md index 2af9e4b0229..fb3688c72b6 100644 --- a/packages/aws/_dev/build/docs/billing.md +++ b/packages/aws/_dev/build/docs/billing.md @@ -42,11 +42,11 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from AWS and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Setup diff --git a/packages/aws/_dev/build/docs/config.md b/packages/aws/_dev/build/docs/config.md index 456468a88ba..26faff98e32 100644 --- a/packages/aws/_dev/build/docs/config.md +++ b/packages/aws/_dev/build/docs/config.md @@ -18,10 +18,10 @@ See more details in the [Logs reference](#logs-reference). ## What do I need to use this integration? -### Agentless Enabled Integration +### Elastic Managed Enabled Integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent Based Installation From 45fe40b77852b12cd82f03c243992835e2732fe1 Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 7 Jul 2026 13:30:05 +0200 Subject: [PATCH 10/14] more updates for aws --- packages/aws/docs/awshealth.md | 6 +++--- packages/aws/docs/billing.md | 6 +++--- packages/aws/docs/config.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/aws/docs/awshealth.md b/packages/aws/docs/awshealth.md index 5b2538f9b95..5c30df646c4 100644 --- a/packages/aws/docs/awshealth.md +++ b/packages/aws/docs/awshealth.md @@ -30,11 +30,11 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from AWS and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [AgentElastic Managedless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. To collect AWS Health metrics, you would need specific AWS permissions to access the necessary data. Here's a list of permissions required for an IAM user to collect AWS Health metrics: diff --git a/packages/aws/docs/billing.md b/packages/aws/docs/billing.md index a2718217a91..eb0f5e44235 100644 --- a/packages/aws/docs/billing.md +++ b/packages/aws/docs/billing.md @@ -42,11 +42,11 @@ Elastic Agent must be installed. For more details, check the Elastic Agent [inst Elastic Agent is required to collect data from AWS and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines. -### Agentless deployment +### Elastic Managed deployment -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ## Setup diff --git a/packages/aws/docs/config.md b/packages/aws/docs/config.md index 38c40b83124..50da5f1c6d5 100644 --- a/packages/aws/docs/config.md +++ b/packages/aws/docs/config.md @@ -18,10 +18,10 @@ See more details in the [Logs reference](#logs-reference). ## What do I need to use this integration? -### Agentless Enabled Integration +### Elastic Managed Enabled Integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent Based Installation From 4046207906c3e9e10b900dd5e751ef44a60e22bf Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 7 Jul 2026 13:45:10 +0200 Subject: [PATCH 11/14] typo --- packages/aws/docs/awshealth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws/docs/awshealth.md b/packages/aws/docs/awshealth.md index 5c30df646c4..71dde8f1089 100644 --- a/packages/aws/docs/awshealth.md +++ b/packages/aws/docs/awshealth.md @@ -32,7 +32,7 @@ Elastic Agent is required to collect data from AWS and ship the data to Elastic, ### Elastic Managed deployment -Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [AgentElastic Managedless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. From d3e3dd63b72e33462301a9f6bc710a25c01f24d0 Mon Sep 17 00:00:00 2001 From: michal Date: Wed, 8 Jul 2026 11:07:20 +0200 Subject: [PATCH 12/14] changed description of agentless hello world --- packages/agentless_hello_world/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/agentless_hello_world/manifest.yml b/packages/agentless_hello_world/manifest.yml index 2f2e5e8cb91..25b8e915c6f 100644 --- a/packages/agentless_hello_world/manifest.yml +++ b/packages/agentless_hello_world/manifest.yml @@ -2,7 +2,7 @@ format_version: 3.3.2 name: agentless_hello_world title: Elastic Managed Hello World version: "0.5.0" -description: A sample integration to exercise the Agentless infrastructure by fetching https://epr.elastic.co every minute. Optionally includes a counter data stream for high-rate mock metric ingestion testing. +description: A sample integration to exercise the Elastic Managed infrastructure by fetching https://epr.elastic.co every minute. Optionally includes a counter data stream for high-rate mock metric ingestion testing. type: integration categories: - observability From abec6214ef77fe1b5700eed76a8b6a8d0753c206 Mon Sep 17 00:00:00 2001 From: michal Date: Fri, 10 Jul 2026 14:48:24 +0200 Subject: [PATCH 13/14] remaining integrations --- packages/google_scc/_dev/build/docs/README.md | 6 +++--- packages/google_scc/docs/README.md | 6 +++--- .../microsoft_defender_endpoint/_dev/build/docs/README.md | 6 +++--- packages/microsoft_defender_endpoint/docs/README.md | 6 +++--- packages/panw_cortex_xdr/_dev/build/docs/README.md | 6 +++--- packages/panw_cortex_xdr/docs/README.md | 6 +++--- packages/vectra_rux/_dev/build/docs/README.md | 6 +++--- packages/vectra_rux/docs/README.md | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/packages/google_scc/_dev/build/docs/README.md b/packages/google_scc/_dev/build/docs/README.md index 1e0be8be51c..9eb2519e971 100644 --- a/packages/google_scc/_dev/build/docs/README.md +++ b/packages/google_scc/_dev/build/docs/README.md @@ -24,11 +24,11 @@ This module has been tested against the latest Google SCC API version **v1**. ## Requirements -### Agentless enabled integration +### Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/google_scc/docs/README.md b/packages/google_scc/docs/README.md index 6b518582f3e..0535ad39651 100644 --- a/packages/google_scc/docs/README.md +++ b/packages/google_scc/docs/README.md @@ -24,11 +24,11 @@ This module has been tested against the latest Google SCC API version **v1**. ## Requirements -### Agentless enabled integration +### Elastic Managed enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/microsoft_defender_endpoint/_dev/build/docs/README.md b/packages/microsoft_defender_endpoint/_dev/build/docs/README.md index 62f0572b1ca..6a839a8191a 100644 --- a/packages/microsoft_defender_endpoint/_dev/build/docs/README.md +++ b/packages/microsoft_defender_endpoint/_dev/build/docs/README.md @@ -20,10 +20,10 @@ This integration collects the following logs: ## Requirements -### Agentless enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +### Elastic Managed enabled integration +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/microsoft_defender_endpoint/docs/README.md b/packages/microsoft_defender_endpoint/docs/README.md index 11a9c08e8ba..fcf67dc737e 100644 --- a/packages/microsoft_defender_endpoint/docs/README.md +++ b/packages/microsoft_defender_endpoint/docs/README.md @@ -20,10 +20,10 @@ This integration collects the following logs: ## Requirements -### Agentless enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +### Elastic Managed enabled integration +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/panw_cortex_xdr/_dev/build/docs/README.md b/packages/panw_cortex_xdr/_dev/build/docs/README.md index d330fe2ab63..5406f808b9a 100644 --- a/packages/panw_cortex_xdr/_dev/build/docs/README.md +++ b/packages/panw_cortex_xdr/_dev/build/docs/README.md @@ -14,10 +14,10 @@ The Palo Alto Cortex XDR integration collects [alerts](https://docs-cortex.paloa ## Requirements -### Agentless enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +### Elastic Managed enabled integration +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/panw_cortex_xdr/docs/README.md b/packages/panw_cortex_xdr/docs/README.md index d7d43847d54..07e720206ac 100644 --- a/packages/panw_cortex_xdr/docs/README.md +++ b/packages/panw_cortex_xdr/docs/README.md @@ -14,10 +14,10 @@ The Palo Alto Cortex XDR integration collects [alerts](https://docs-cortex.paloa ## Requirements -### Agentless enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +### Elastic Managed enabled integration +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent-based installation diff --git a/packages/vectra_rux/_dev/build/docs/README.md b/packages/vectra_rux/_dev/build/docs/README.md index bc0ba8a9869..40c0c38a514 100644 --- a/packages/vectra_rux/_dev/build/docs/README.md +++ b/packages/vectra_rux/_dev/build/docs/README.md @@ -22,10 +22,10 @@ The Vectra RUX integration collects logs for five types of events. ## Requirements -### Agentless enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +### Elastic Managed enabled integration +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [AgentElastic Managedess integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent based installation Elastic Agent must be installed. For more details, check the Elastic Agent [installation instructions](docs-content://reference/fleet/install-elastic-agents.md). diff --git a/packages/vectra_rux/docs/README.md b/packages/vectra_rux/docs/README.md index 5cabab269cf..0f66ecd41b9 100644 --- a/packages/vectra_rux/docs/README.md +++ b/packages/vectra_rux/docs/README.md @@ -22,10 +22,10 @@ The Vectra RUX integration collects logs for five types of events. ## Requirements -### Agentless enabled integration -Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +### Elastic Managed enabled integration +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). -Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. +Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. ### Agent based installation Elastic Agent must be installed. For more details, check the Elastic Agent [installation instructions](docs-content://reference/fleet/install-elastic-agents.md). From 5a05ff557931a07c8a1652f603173b0c33469983 Mon Sep 17 00:00:00 2001 From: michal Date: Fri, 10 Jul 2026 15:21:49 +0200 Subject: [PATCH 14/14] typo --- packages/vectra_rux/_dev/build/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vectra_rux/_dev/build/docs/README.md b/packages/vectra_rux/_dev/build/docs/README.md index 40c0c38a514..50b2270e0cd 100644 --- a/packages/vectra_rux/_dev/build/docs/README.md +++ b/packages/vectra_rux/_dev/build/docs/README.md @@ -23,7 +23,7 @@ The Vectra RUX integration collects logs for five types of events. ## Requirements ### Elastic Managed enabled integration -Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [AgentElastic Managedess integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Elastic Managed integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Elastic Managed integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Elastic Managed integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). Elastic Managed deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features.