Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/tenable_ot_security/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions packages/tenable_ot_security/changelog.yml
Original file line number Diff line number Diff line change
@@ -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: >-
Expand Down
6 changes: 6 additions & 0 deletions packages/tenable_ot_security/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 11 additions & 3 deletions packages/tenable_ot_security/manifest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down
Loading