Skip to content

Commit

Permalink
Merge pull request #1082 from SEKOIA-IO/fix/SentinelOneTriggerNames
Browse files Browse the repository at this point in the history
SentinelOne: change triggers' name
  • Loading branch information
squioc authored Aug 27, 2024
2 parents 6029e60 + 71ca4a6 commit 760fca8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion SentinelOne/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 2024-08-27 - 1.17.6

### Changed

- Change the name of the triggers

## 2024-08-27 - 1.17.5

### Changed

- Change the name of the connectors


## 2024-08-26 - 1.17.4

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion SentinelOne/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"name": "SentinelOne",
"uuid": "ff675e74-e5c1-47c8-a571-d207fc297464",
"slug": "sentinelone",
"version": "1.17.5"
"version": "1.17.6"
}
4 changes: 2 additions & 2 deletions SentinelOne/trigger_sentinelone_deepvisibility.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "Consume events from SentinelOne DeepVisibility\u2019s Kafka brokers",
"docker_parameters": "sentinelone_deep_visibility_consumer",
"name": "Consume events from SentinelOne DeepVisibility",
"name": "[DEPRECATED] Consume events from SentinelOne DeepVisibility",
"arguments": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
Expand Down Expand Up @@ -53,4 +53,4 @@
},
"results": {},
"uuid": "988173de-019d-41f5-8125-d2c8b258a5ef"
}
}
4 changes: 2 additions & 2 deletions SentinelOne/trigger_sentinelone_logs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "SentinelOne logs connector",
"description": "Collect activities and threats from SentinelOne",
"docker_parameters": "sentinelone_log_connector",
"name": "SentinelOne logs connector",
"name": "Collect SentinelOne alerts",
"arguments": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
Expand Down

0 comments on commit 760fca8

Please sign in to comment.