Skip to content

Commit 2ff15f0

Browse files
committed
Fixed typo in the processors
1 parent 75ed860 commit 2ff15f0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

packages/cisco_ise/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.30.1"
3+
changes:
4+
- description: Fixed typo in ingest pipeline processors.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/00001
27
- version: "1.30.0"
38
changes:
49
- description: Preserve event.original on pipeline error.

packages/cisco_ise/data_stream/log/elasticsearch/ingest_pipeline/pipeline_passed_authentications.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,14 +272,14 @@ processors:
272272
ignore_failure: true
273273
ignore_empty_value: true
274274
- gsub:
275-
tag: gsub_cisco_ise_log_endpoind_mac_address_4f873ca8
276-
field: cisco_ise.log.endpoind.mac.address
275+
tag: gsub_cisco_ise_log_endpoint_mac_address_4f873ca8
276+
field: cisco_ise.log.endpoint.mac.address
277277
pattern: '[-:.]'
278278
replacement: '-'
279279
ignore_missing: true
280280
- uppercase:
281-
tag: uppercase_cisco_ise_log_endpoind_mac_address_dfac924d
282-
field: cisco_ise.log.endpoind.mac.address
281+
tag: uppercase_cisco_ise_log_endpoint_mac_address_dfac924d
282+
field: cisco_ise.log.endpoint.mac.address
283283
ignore_missing: true
284284
- rename:
285285
tag: rename_cisco_ise_log_log_details_GuestUserName_to_cisco_ise_log_guest_user_name_af4fb284

packages/cisco_ise/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.0.3"
22
name: cisco_ise
33
title: Cisco ISE
4-
version: "1.30.0"
4+
version: "1.30.1"
55
description: Collect logs from Cisco ISE with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)