RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1975268 - DNSTAP feature is not built-in
Summary: DNSTAP feature is not built-in
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: bind
Version: 9.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: beta
: ---
Assignee: Petr Menšík
QA Contact: Petr Sklenar
URL:
Whiteboard:
Depends On: 1854148
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-06-23 11:17 UTC by Petr Menšík
Modified: 2021-12-07 21:35 UTC (History)
2 users (show)

Fixed In Version: bind-9.16.15-3.el9
Doc Type: Enhancement
Doc Text:
Feature: DNSTAP offers high-performance logging of queries to service and their answers. It has binary format designed for continuous logging. Reason: DNSTAP feature is already enabled in RHEL8 and Fedora 34. It has to be enabled to prevent regressions after upgrades from RHEL8. Result: DNSTAP continues to be available after upgrade from RHEL8.
Clone Of:
Environment:
Last Closed: 2021-12-07 21:33:05 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Petr Menšík 2021-06-23 11:17:35 UTC
Description of problem:
DNSTAP were enabled on RHEL8 (bug #1854148), but current RHEL9 builds do not have it enabled (yet). Everything is prepared, fstrm package is available in buildroot.

Version-Release number of selected component (if applicable):
bind-9.16.15-2.el9.x86_64

How reproducible:
always

Steps to Reproduce:
1. Add to options: dnstap-output file "/var/named/data/dnstap.bin";
2. named-checkconf
3.

Actual results:
/etc/named.conf:44: option 'dnstap-output' was not enabled at compile time

Expected results:
(none)
just $? == 0

Additional info:
Upgrade from RHEL8 to RHEL9 would result in regression if not changed.

Comment 2 Petr Menšík 2021-06-23 11:20:32 UTC
fstrm test would also fail.

Comment 3 Petr Menšík 2021-06-24 13:38:29 UTC
We have a fine test to check it work in /CoreOS/fstrm/Sanity/bz1869225-Basic-sanity


Note You need to log in before you can comment on or make changes to this bug.