diff --git a/packages/tenable_ot_security/_dev/build/docs/README.md b/packages/tenable_ot_security/_dev/build/docs/README.md index 63a3454bb59..c3b2232708c 100644 --- a/packages/tenable_ot_security/_dev/build/docs/README.md +++ b/packages/tenable_ot_security/_dev/build/docs/README.md @@ -5,6 +5,12 @@ The Elastic integration for [Tenable OT Security](https://www.tenable.com/produc ## Data Streams +## 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). +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. + + **[Assets](https://docs.tenable.com/OT-security/4_1/Content/Inventory/ViewAssetDetails.htm)**: Assets represent the inventory of devices and systems monitored by Tenable OT Security, including their properties, classifications, and security posture. **[Events](https://docs.tenable.com/OT-security/4_1/Content/Events/Events.htm)**: Events are notifications generated by Tenable OT Security to alert on potentially harmful activities in the industrial network, categorized by severity and type. diff --git a/packages/tenable_ot_security/changelog.yml b/packages/tenable_ot_security/changelog.yml index 2c55e2d4341..b058abe0e88 100644 --- a/packages/tenable_ot_security/changelog.yml +++ b/packages/tenable_ot_security/changelog.yml @@ -1,3 +1,8 @@ +- version: "2.1.0" + changes: + - description: Enable Agentless deployment. + type: enhancement + link: https://github.com/elastic/integrations/pull/19433 - version: "2.0.0" changes: - description: >- diff --git a/packages/tenable_ot_security/docs/README.md b/packages/tenable_ot_security/docs/README.md index 5ce526a7712..d8fd4bebe6d 100644 --- a/packages/tenable_ot_security/docs/README.md +++ b/packages/tenable_ot_security/docs/README.md @@ -5,6 +5,12 @@ The Elastic integration for [Tenable OT Security](https://www.tenable.com/produc ## Data Streams +## 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). +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. + + **[Assets](https://docs.tenable.com/OT-security/4_1/Content/Inventory/ViewAssetDetails.htm)**: Assets represent the inventory of devices and systems monitored by Tenable OT Security, including their properties, classifications, and security posture. **[Events](https://docs.tenable.com/OT-security/4_1/Content/Events/Events.htm)**: Events are notifications generated by Tenable OT Security to alert on potentially harmful activities in the industrial network, categorized by severity and type. diff --git a/packages/tenable_ot_security/manifest.yml b/packages/tenable_ot_security/manifest.yml index 277e25f062c..27c0143e293 100644 --- a/packages/tenable_ot_security/manifest.yml +++ b/packages/tenable_ot_security/manifest.yml @@ -1,7 +1,7 @@ -format_version: 3.3.0 +format_version: 3.3.2 name: tenable_ot_security title: Tenable OT Security -version: 2.0.0 +version: 2.1.0 source: license: "Elastic-2.0" description: Tenable OT Security @@ -10,7 +10,7 @@ categories: - security conditions: kibana: - version: "^8.16.1 || ^9.1.4" + version: "^8.19.2 || ^9.1.4" elastic: subscription: "basic" screenshots: @@ -31,6 +31,14 @@ policy_templates: - name: tenable_ot_security_cloud title: Tenable OT Security Cloud Events description: Collect events from Tenable OT Security Cloud event reporting. + deployment_modes: + default: + enabled: true + agentless: + enabled: true + organization: security + division: engineering + team: security-service-integrations inputs: - type: cel title: Collect Events from the Tenable OT Security Cloud Events API