Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sentinel_one: document alert data stream environment limitation #11036

Merged
merged 1 commit into from
Sep 11, 2024
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
2 changes: 2 additions & 0 deletions packages/sentinel_one/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ To collect data from SentinelOne APIs, you must have an API token. To create an

The API token generated by the user is time-limited. To rotate a new token, log in with the dedicated admin account.

The **alert** data stream depends on STAR Custom Rules. STAR Custom Rules are supported in Cloud environments, but are not supported in on-premises environments. Because of this, the **alert** data stream is not supported in on-premises environments.

## Logs

### activity
Expand Down
5 changes: 5 additions & 0 deletions packages/sentinel_one/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.25.1"
changes:
- description: Document limitation for using the alert data stream in on-premises environments.
type: bugfix
link: https://github.com/elastic/integrations/pull/11036
- version: "1.25.0"
changes:
- description: Add agent.* to alerts data.
Expand Down
2 changes: 2 additions & 0 deletions packages/sentinel_one/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ To collect data from SentinelOne APIs, you must have an API token. To create an

The API token generated by the user is time-limited. To rotate a new token, log in with the dedicated admin account.

The **alert** data stream depends on STAR Custom Rules. STAR Custom Rules are supported in Cloud environments, but are not supported in on-premises environments. Because of this, the **alert** data stream is not supported in on-premises environments.

## Logs

### activity
Expand Down
2 changes: 1 addition & 1 deletion packages/sentinel_one/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: sentinel_one
title: SentinelOne
version: "1.25.0"
version: "1.25.1"
description: Collect logs from SentinelOne with Elastic Agent.
type: integration
categories:
Expand Down