Skip to content
Merged
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
8 changes: 8 additions & 0 deletions packages/infoblox_nios/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# newer versions go on top
- version: "2.2.0"
changes:
- description: Fix `dns.question.*` extraction for NIOS 9 `named` log lines by accepting the logging-category prefix on notify, zone-transfer and DNSSEC validation patterns; allow the EDNS Client Subnet suffix on `queries` lines; normalise `dns.question.name` to lower case (DNS names are case-insensitive).
type: bugfix
link: https://github.com/elastic/integrations/pull/21004
- description: Add `infoblox_nios.log.dns.ecs_client_subnet.*`, `failure_reason`, `query_context`, `action` and `transfer.*` fields for the NIOS 9 `query-errors`, `security` and `xfer-in` categories, and set an ECS-valid `event.outcome` and `dns.response_code` from them.
type: enhancement
link: https://github.com/elastic/integrations/pull/21004
- version: "2.1.2"
changes:
- description: Reorder the `pipeline_dns` grok alternatives so high-volume client query and response lines are matched before lower-volume administrative events, reducing average per-document ingest time. Parsed output is unchanged.
Expand Down
Loading
Loading