Skip to content
Open
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.32.4"
changes:
- description: Add missing event.category, event.type, and event.outcome for existing and new message codes to CISE_Passed_Authentications and CISE_Failed_Attempts pipelines.
type: enhancement
link: https://github.com/elastic/integrations/pull/18903
- version: "1.32.3"
changes:
- description: Handle non-IP Remote-Address values in TACACS accounting logs without pipeline errors.
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,16 @@ processors:
tag: lowercase_event_action_9334b869
field: event.action
ignore_missing: true
- set:
tag: set_event_outcome_failure
field: event.outcome
value: failure
ignore_failure: true
- append:
tag: append_event_category_9c60edae
field: event.category
value: authentication
if: ctx.cisco_ise?.log?.message?.code != null && ['5405','5411','5418','5435','5400','5440'].contains(ctx.cisco_ise.log.message.code)
if: ctx.cisco_ise?.log?.message?.code != null && ['5400','5401','5405','5411','5412','5418','5423','5435','5440','5448'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_category_ef7d974b
Expand All @@ -77,20 +82,164 @@ processors:
tag: append_event_type_2ee7aeee
field: event.type
value: info
if: ctx.cisco_ise?.log?.message?.code != null && ['5405','5411','5418','5435','5400','5440'].contains(ctx.cisco_ise.log.message.code)
if: ctx.cisco_ise?.log?.message?.code != null && ['5400','5401','5405','5411','5412','5418','5423','5435','5440','5448'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_type_02b5178b
field: event.type
value: end
if: ctx.cisco_ise?.log?.message?.code != null && ['5405','5411','5418','5435'].contains(ctx.cisco_ise.log.message.code)
if: ctx.cisco_ise?.log?.message?.code != null && ['5405','5411','5435'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_type_daec1823
field: event.type
value: start
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5440'
ignore_failure: true
- append:
tag: append_event_category_authentication_tacacs_denied
field: event.category
value: authentication
if: ctx.cisco_ise?.log?.message?.code != null && ['5402','5403','5407'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_category_network_tacacs_denied
field: event.category
value: network
if: ctx.cisco_ise?.log?.message?.code != null && ['5402','5403','5407'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_type_denied_tacacs
field: event.type
value: denied
if: ctx.cisco_ise?.log?.message?.code != null && ['5402','5403','5407'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_category_authentication_tacacs_err
field: event.category
value: authentication
if: ctx.cisco_ise?.log?.message?.code != null && ['5408','5409','5410'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_category_network_tacacs_err
field: event.category
value: network
if: ctx.cisco_ise?.log?.message?.code != null && ['5408','5409','5410'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_type_info_tacacs_err
field: event.type
value: info
if: ctx.cisco_ise?.log?.message?.code != null && ['5408','5409','5410'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_category_authentication_suppression
field: event.category
value: authentication
if: ctx.cisco_ise?.log?.message?.code != null && ['5449'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_type_end_suppression
field: event.type
value: end
if: ctx.cisco_ise?.log?.message?.code != null && ['5449'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_category_network_dropped_denied
field: event.category
value: network
if: ctx.cisco_ise?.log?.message?.code != null && ['5406','5441','5442','5443'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_type_denied_network_dropped
field: event.type
value: denied
if: ctx.cisco_ise?.log?.message?.code != null && ['5406','5441','5442','5443'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_category_network_authz_fail
field: event.category
value: network
if: ctx.cisco_ise?.log?.message?.code != null && ['5419','5422'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_type_denied_authz_fail
field: event.type
value: denied
if: ctx.cisco_ise?.log?.message?.code != null && ['5419','5422'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_category_network_info_fail
field: event.category
value: network
if: ctx.cisco_ise?.log?.message?.code != null && ['5413','5414','5417','5420','5421','5434', '5436','5437','5438','5439'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_type_info_network_fail
field: event.type
value: info
if: ctx.cisco_ise?.log?.message?.code != null && ['5413','5414','5417','5420','5421','5434', '5436','5437','5438','5439'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_category_network_5416
field: event.category
value: network
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5416'
ignore_failure: true
- append:
tag: append_event_type_end_5416
field: event.type
value: end
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5416'
ignore_failure: true
- append:
tag: append_event_category_network_5450
field: event.category
value: network
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5450'
ignore_failure: true
- append:
tag: append_event_type_connection_5450
field: event.type
value: connection
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5450'
ignore_failure: true
- append:
tag: append_event_category_iam_5415
field: event.category
value: iam
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5415'
ignore_failure: true
- append:
tag: append_event_type_user_5415
field: event.type
value: user
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5415'
ignore_failure: true
- append:
tag: append_event_category_authentication_5451
field: event.category
value: authentication
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5451'
ignore_failure: true
- append:
tag: append_event_type_end_5451
field: event.type
value: end
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5451'
ignore_failure: true
- append:
tag: append_event_category_authentication_5452
field: event.category
value: authentication
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5452'
ignore_failure: true
- append:
tag: append_event_type_info_5452
field: event.type
value: info
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5452'
ignore_failure: true
- kv:
tag: kv_cisco_ise_log_log_details_raw_to_cisco_ise_log_log_details_dd59a8ac
field: cisco_ise.log.log_details_raw
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ processors:
tag: append_authentication
field: event.category
value: authentication
if: ctx.cisco_ise?.log?.message?.code != null && ['5200','5231','5233','5239'].contains(ctx.cisco_ise.log.message.code)
if: ctx.cisco_ise?.log?.message?.code != null && ['5200','5201','5206','5231','5233','5235','5237','5238','5239','5240'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- set:
tag: set_event_outcome_success
field: event.outcome
value: success
if: ctx.cisco_ise?.log?.message?.code != null && ['5200','5231','5233','5239'].contains(ctx.cisco_ise.log.message.code)
if: ctx.cisco_ise?.log?.message?.code != null && ['5200','5201','5206','5231','5233','5235','5237','5238','5239','5240'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- set:
tag: set_event_outcome_failure
Expand All @@ -83,7 +83,103 @@ processors:
tag: append_event_type
field: event.type
value: info
if: ctx.cisco_ise?.log?.message?.code != null && ['5200','5231','5233','5239'].contains(ctx.cisco_ise.log.message.code)
if: ctx.cisco_ise?.log?.message?.code != null && ['5200','5201','5206','5231','5233','5235','5237','5238','5239','5240'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_category_authentication_tacacs_authz
field: event.category
value: authentication
if: ctx.cisco_ise?.log?.message?.code != null && ['5202','5203'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_category_network_tacacs_authz
field: event.category
value: network
if: ctx.cisco_ise?.log?.message?.code != null && ['5202','5203'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_type_allowed_tacacs_authz
field: event.type
value: allowed
if: ctx.cisco_ise?.log?.message?.code != null && ['5202','5203'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- set:
tag: set_event_outcome_success_tacacs_authz
field: event.outcome
value: success
if: ctx.cisco_ise?.log?.message?.code != null && ['5202','5203'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_category_iam_5204
field: event.category
value: iam
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5204'
ignore_failure: true
- append:
tag: append_event_type_user_5204
field: event.type
value: user
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5204'
ignore_failure: true
- set:
tag: set_event_outcome_success_5204
field: event.outcome
value: success
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5204'
ignore_failure: true
- append:
tag: append_event_category_network_5205
field: event.category
value: network
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5205'
ignore_failure: true
- append:
tag: append_event_type_info_5205
field: event.type
value: info
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5205'
ignore_failure: true
- set:
tag: set_event_outcome_success_5205
field: event.outcome
value: success
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5205'
ignore_failure: true
- append:
tag: append_event_category_network_infra_success
field: event.category
value: network
if: ctx.cisco_ise?.log?.message?.code != null && ['5232','5234','5236'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_type_allowed_infra_success
field: event.type
value: allowed
if: ctx.cisco_ise?.log?.message?.code != null && ['5232','5234','5236'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- set:
tag: set_event_outcome_success_infra
field: event.outcome
value: success
if: ctx.cisco_ise?.log?.message?.code != null && ['5232','5234','5236'].contains(ctx.cisco_ise.log.message.code)
ignore_failure: true
- append:
tag: append_event_category_network_5241
field: event.category
value: network
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5241'
ignore_failure: true
- append:
tag: append_event_type_connection_5241
field: event.type
value: connection
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5241'
ignore_failure: true
- set:
tag: set_event_outcome_success_5241
field: event.outcome
value: success
if: ctx.cisco_ise?.log?.message?.code != null && ctx.cisco_ise.log.message.code == '5241'
ignore_failure: true
- kv:
tag: kv_cisco_ise_log_log_details_raw_to_cisco_ise_log_log_details_dd59a8ac
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.32.3"
version: "1.32.4"
description: Collect logs from Cisco ISE with Elastic Agent.
type: integration
categories:
Expand Down
Loading