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/cisco_ise/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.30.1"
changes:
- description: Fixed typo in ingest pipeline processors.
type: bugfix
link: https://github.com/elastic/integrations/pull/16016
- version: "1.30.0"
changes:
- description: Preserve event.original on pipeline error.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,14 @@ processors:
ignore_failure: true
ignore_empty_value: true
- gsub:
tag: gsub_cisco_ise_log_endpoind_mac_address_4f873ca8
field: cisco_ise.log.endpoind.mac.address
tag: gsub_cisco_ise_log_endpoint_mac_address_4f873ca8
field: cisco_ise.log.endpoint.mac.address
pattern: '[-:.]'
replacement: '-'
ignore_missing: true
- uppercase:
tag: uppercase_cisco_ise_log_endpoind_mac_address_dfac924d
field: cisco_ise.log.endpoind.mac.address
tag: uppercase_cisco_ise_log_endpoint_mac_address_dfac924d
field: cisco_ise.log.endpoint.mac.address
ignore_missing: true
- rename:
tag: rename_cisco_ise_log_log_details_GuestUserName_to_cisco_ise_log_guest_user_name_af4fb284
Expand Down
2 changes: 1 addition & 1 deletion packages/cisco_ise/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.3"
name: cisco_ise
title: Cisco ISE
version: "1.30.0"
version: "1.30.1"
description: Collect logs from Cisco ISE with Elastic Agent.
type: integration
categories:
Expand Down