File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
data_stream/log/elasticsearch/ingest_pipeline Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11format_version : " 3.0.3"
22name : cisco_ise
33title : Cisco ISE
4- version : " 1.30.0 "
4+ version : " 1.30.1 "
55description : Collect logs from Cisco ISE with Elastic Agent.
66type : integration
77categories :
You can’t perform that action at this time.
0 commit comments