Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
revert sentinel_one_cloud_funnel
  • Loading branch information
taylor-swanson committed Jan 23, 2024
commit 732079665025c44afe3d25caccc0f1e26bc3bf5e
5 changes: 0 additions & 5 deletions packages/sentinel_one_cloud_funnel/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# newer versions go on top
- version: "1.0.0"
changes:
- description: Release package as GA.
type: enhancement
link: https://github.com/elastic/integrations/pull/8833
- version: 0.10.0
changes:
- description: Adjust `process.*` fields to support Analyzer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ dynamic_fields:
"sentinel_one_cloud_funnel.event.ti_indicator.upload_time": "[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{3}Z"
"sentinel_one_cloud_funnel.event.ti_indicator.valid_until": "[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{3}Z"
"sentinel_one_cloud_funnel.event.time": "[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{3}Z"
"sentinel_one_cloud_funnel.event.timestamp": "[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{3}Z"
2 changes: 1 addition & 1 deletion packages/sentinel_one_cloud_funnel/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.0"
name: sentinel_one_cloud_funnel
title: SentinelOne Cloud Funnel
version: "1.0.0"
version: "0.10.0"
description: Collect logs from SentinelOne Cloud Funnel with Elastic Agent.
type: integration
categories: ["security", "edr_xdr"]
Expand Down