Skip to content

Conversation

@ash-darin
Copy link
Contributor

@ash-darin ash-darin commented Jan 20, 2026

  • Bug

Proposed commit message

All pipelines except pipeline_monitoring_data_purge_audit subpipline extract the timezone of the event to event.timezone. (Compare:

- "^%{TIMESTAMP_ISO8601:_tmp.timestamp} %{ISO8601_TIMEZONE:event.timezone} %{DATA:event.sequence:long} %{DATA:cisco_ise.log.message.code} %{DATA:log.syslog.severity.name} %{DATA:cisco_ise.log.message.description}, %{GREEDYDATA:cisco_ise.log.log_details_raw},"
)

If this is not done, the timestamp will not be parsed correctly by the following logic. This PR brings the pipeline in line with all other pipelines.

Checklist

  • [y] I have reviewed tips for building integrations and this pull request is aligned with them.
  • [y] I have added an entry to my package's changelog.yml file.

Author's Checklist

  • Compare this to handling in all other subpipelines

How to test this PR locally

I added a testcase with a diverging timezone. Other than that you should check your installation for

cisco_ise.log.category.name: CISE_MONITORING_DATA_PURGE_AUDIT

field: message
patterns:
- '%{TIMEONLYSTAMP_ISO8601:_tmp.timestamp} %{ISO8601_TIMEZONE:_tmp.timezone} %{DATA:event.sequence:long} %{DATA:log.syslog.severity.name} %{DATA:cisco_ise.log.message.description}, %{GREEDYDATA:cisco_ise.log.log_details_raw},'
- '%{TIMEONLYSTAMP_ISO8601:_tmp.timestamp} %{ISO8601_TIMEZONE:event.timezone} %{DATA:event.sequence:long} %{DATA:log.syslog.severity.name} %{DATA:cisco_ise.log.message.description}, %{GREEDYDATA:cisco_ise.log.log_details_raw},'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is event.timezone in all other pipelines.

@ash-darin ash-darin marked this pull request as ready for review January 20, 2026 13:30
@ash-darin ash-darin requested a review from a team as a code owner January 20, 2026 13:30
@andrewkroh andrewkroh added the Team:Integration-Experience Security Integrations Integration Experience [elastic/integration-experience] label Jan 20, 2026
@elasticmachine
Copy link

Pinging @elastic/integration-experience (Team:Integration-Experience)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Integration:cisco_ise Cisco ISE Team:Integration-Experience Security Integrations Integration Experience [elastic/integration-experience]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants