Skip to content

[cisco_aironet] Add support for logs with dual sequence numbers and timezone abbreviations#17271

Open
kgeller wants to merge 5 commits intoelastic:mainfrom
kgeller:cisco-aironet-fixes
Open

[cisco_aironet] Add support for logs with dual sequence numbers and timezone abbreviations#17271
kgeller wants to merge 5 commits intoelastic:mainfrom
kgeller:cisco-aironet-fixes

Conversation

@kgeller
Copy link
Contributor

@kgeller kgeller commented Feb 5, 2026

Proposed commit message

Adds Grok pattern support for Cisco logs that include dual sequence numbers, explicit hostname fields, and timezone abbreviations, which were previously failing to parse.

Changes:

  • New Grok pattern (default.yml line 20): Added pattern to match <priority>sequence: hostname: sequence: date: message format
  • Updated AIRONET_DATE pattern (line 27):
    • Now captures timezone abbreviations using %{WORD:_temp_.raw_date_timezone} instead of %{TZ} for broader compatibility with non-standard abbreviations like SGT
    • Uses flexible whitespace matching (\\s+) for more robust date parsing
  • Test configuration: Added tz_offset: Asia/Singapore to test config to properly handle timezone abbreviations during date parsing
  • Test samples: Added two sanitized log samples demonstrating the new format

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

@kgeller kgeller self-assigned this Feb 5, 2026
@kgeller kgeller added enhancement New feature or request Integration:cisco_aironet Cisco Aironet (Community supported) labels Feb 5, 2026
@elastic-vault-github-plugin-prod

🚀 Benchmarks report

To see the full report comment with /test benchmark fullreport

@kgeller kgeller marked this pull request as ready for review February 5, 2026 19:16
@kgeller kgeller requested a review from a team as a code owner February 5, 2026 19:16
@andrewkroh andrewkroh added the Team:Integration-Experience Security Integrations Integration Experience [elastic/integration-experience] label Feb 5, 2026
@elasticmachine
Copy link

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

@elasticmachine
Copy link

💚 Build Succeeded

History

cc @kgeller

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

Labels

enhancement New feature or request Integration:cisco_aironet Cisco Aironet (Community supported) 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