Resolution Logging Management

DNS

  • API Reference
    • API function release records
    • API Service Domain Name
    • Appendix
    • Common Headers and Error Responses
    • General Description
    • Interface Overview
    • Overview
    • Private DNS Related Interfaces
      • Add resolution record
      • Associate VPC
      • Create a PrivateZone
      • Delete PrivateZone
      • Delete resolution record
      • Disassociate VPC
      • Modify resolution record
      • Query details of a PrivateZone
      • Query PrivateZone list
      • Query resolution record list
      • Set Resolution Record Status
    • Public DNS Related Interfaces
      • Domain Name Related Interfaces
      • Line Group Related Interfaces
      • Resolution Records Related Interfaces
  • FAQs
    • General FAQs
  • Function Release Records
  • Operation guide
    • Identity and access management
    • Local DNS service
      • Add Private Zone
      • Add resolution record
      • Associate VPC
      • Delete Private Zone
      • Resolver
    • Public DNS service
      • Add domain name
      • Add resolution
      • Enable Resolution Service
      • Line Grouping Function
      • Manage Resolution
      • Resolution Line Selection
      • Upgrade Domain Name to Enterprise Edition Operation Guide
    • Resolution Logging Management
  • Product Description
    • Application scenarios
    • Product advantages
    • Product functions
    • Product overview
    • Usage restrictions
  • Product pricing
  • Quick Start
    • Activate Service
    • Use Resolution Service
  • SDK
    • Golang-SDK
      • Exception handling
      • Initialization
      • Install the SDK Package
      • Overview
      • Private DNS
      • Version history
    • Java-SDK
      • Install the SDK Package
      • Overview
      • Private DNS
      • Public DNS
      • Version history
    • Python-SDK
      • Initialization
      • Install the SDK Package
      • Overview
      • Private DNS
      • Public DNS
      • Version history
  • Service Level Agreement (SLA)
    • Internal DNS Service Level Agreement SLA
    • Public DNS Service Level Agreement SLA
  • Typical Practices
    • Implement URL Forwarding via Nginx
    • Local IDC Interconnection with Cloud DNS Service via Resolver
    • Quickly Set Up Private Domain Name Resolution Service Using Terraform
All documents
menu
No results found, please re-enter

DNS

  • API Reference
    • API function release records
    • API Service Domain Name
    • Appendix
    • Common Headers and Error Responses
    • General Description
    • Interface Overview
    • Overview
    • Private DNS Related Interfaces
      • Add resolution record
      • Associate VPC
      • Create a PrivateZone
      • Delete PrivateZone
      • Delete resolution record
      • Disassociate VPC
      • Modify resolution record
      • Query details of a PrivateZone
      • Query PrivateZone list
      • Query resolution record list
      • Set Resolution Record Status
    • Public DNS Related Interfaces
      • Domain Name Related Interfaces
      • Line Group Related Interfaces
      • Resolution Records Related Interfaces
  • FAQs
    • General FAQs
  • Function Release Records
  • Operation guide
    • Identity and access management
    • Local DNS service
      • Add Private Zone
      • Add resolution record
      • Associate VPC
      • Delete Private Zone
      • Resolver
    • Public DNS service
      • Add domain name
      • Add resolution
      • Enable Resolution Service
      • Line Grouping Function
      • Manage Resolution
      • Resolution Line Selection
      • Upgrade Domain Name to Enterprise Edition Operation Guide
    • Resolution Logging Management
  • Product Description
    • Application scenarios
    • Product advantages
    • Product functions
    • Product overview
    • Usage restrictions
  • Product pricing
  • Quick Start
    • Activate Service
    • Use Resolution Service
  • SDK
    • Golang-SDK
      • Exception handling
      • Initialization
      • Install the SDK Package
      • Overview
      • Private DNS
      • Version history
    • Java-SDK
      • Install the SDK Package
      • Overview
      • Private DNS
      • Public DNS
      • Version history
    • Python-SDK
      • Initialization
      • Install the SDK Package
      • Overview
      • Private DNS
      • Public DNS
      • Version history
  • Service Level Agreement (SLA)
    • Internal DNS Service Level Agreement SLA
    • Public DNS Service Level Agreement SLA
  • Typical Practices
    • Implement URL Forwarding via Nginx
    • Local IDC Interconnection with Cloud DNS Service via Resolver
    • Quickly Set Up Private Domain Name Resolution Service Using Terraform
  • Document center
  • arrow
  • DNS
  • arrow
  • Operation guide
  • arrow
  • Resolution Logging Management
Table of contents on this page
  • Create log push service
  • View resolution logs
  • Delete log push service

Resolution Logging Management

Updated at:2025-11-11

The resolution logging service monitors records of VPC domain name resolutions. Once the log push service is configured, DNS will begin sending logs to the designated BOS or BLS.

Before Configuration, users should understand:

  • Each user can configure up to 50 resolution log push entries.

Create log push service

  1. Sign in to Cloud Management Console, select Products & Services - Network - Intelligent Cloud DNS;
  2. In the left navigation bar, select Resolution Logging to enter the Resolution Logging page
  3. Click Create Log Push Service button to pop up a dialog box. Fill in the following configuration details:
ConfigMap Description
Name User-defined log push service name
Destination type Select to push to BLS or BOS
Destination Select a specific destination instance
Scope of collection Select the VPC for which resolution logs need to be collected
Description Fill in description, not exceeding 200 characters
  1. Click OK to finalize setting up the resolution log push service.

image.png

Description:

  • The resolution log push service itself is free; however, storage in Baidu Log Service (BLS) or Baidu Object Storage (BOS) will be charged according to their respective standard rates.

View resolution logs

Users need to store and view flow logs in BLS's LogStore or BOS's Bucket. For details, refer to LogStore Operation Guide and Bucket Operation Guide.

  • Baidu Log Service (BLS) allows users to analyze logs, create metrics, and set up alerts to quickly identify service issues.
  • Baidu Object Storage (BOS) provides economical long-term log archiving, but it typically has higher latency.

Resolution log fields are described below:

Field Description
answer Query results
answer_cnt Count of results
cluster Internal cluster information where the virtual machine resides. Users do not need to be concerned
protocol Protocol, UDP or TCP
query_class DNS query class, protocol field
query_flag DNS query flag, protocol field
query_id DNS ID, identifying each request, protocol field
query_name Request name
query_type Request type, protocol field
rcode DNS returned result, protocol field
source Request source IP:port
time Request DNS server resolution time
vni VNI information of the requesting source VPC

Delete log push service

  1. Sign in to Cloud Management Console, select Products & Services - Network - Intelligent Cloud DNS.
  2. From the left navigation bar, select Resolution Logging to access the Resolution Logging page.
  3. Choose the resolution log push service you want to delete, and click Delete to confirm the action.

Description:

  • Deleting the resolution log push service will not necessarily remove the LogStore or Bucket.

Previous
Public DNS service
Next
Product Description