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
5 changes: 5 additions & 0 deletions packages/trend_micro_vision_one/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.5.0"
changes:
- description: No error for unparsable `trend_micro_vision_one.detection.request` URI.
type: enhancement
link: https://github.com/elastic/integrations/pull/16124
- version: "2.4.0"
changes:
- description: >-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -611,11 +611,8 @@ processors:
value: 'request string and requests array both present in same document'
- uri_parts:
field: trend_micro_vision_one.detection.request
if: ctx.trend_micro_vision_one?.detection?.request != null
on_failure:
- append:
field: error.message
value: '{{{_ingest.on_failure_message}}}'
ignore_missing: true
ignore_failure: true
- rename:
field: json.productCode
target_field: trend_micro_vision_one.detection.product.code
Expand Down
2 changes: 1 addition & 1 deletion packages/trend_micro_vision_one/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.3"
name: trend_micro_vision_one
title: Trend Micro Vision One
version: "2.4.0"
version: "2.5.0"
description: Collect logs from Trend Micro Vision One with Elastic Agent.
type: integration
categories:
Expand Down