> For the complete documentation index, see [llms.txt](https://docs.fusion.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fusion.vectra.ai/ingest-network-traffic-logs/dns-logs.md).

# Ingest DNS Logs

See [DNS in Fusion](/ingest-network-traffic-logs/dns-logs/dns-in-fusion-copy.md) for more information about how to use DNS resolver logs in Fusion.

If you are setting up AWS or GCP for the first time, the [Quick Start Guides](/readme.md) for AWS and GCP have end-to-end steps for configuring DNS resolver logs, along with flow logs and context enrichment.

### DNS Resolver Log Sources <a href="#dns-resolver-log-sources" id="dns-resolver-log-sources"></a>

#### AWS Route 53 <a href="#aws-route-53" id="aws-route-53"></a>

[AWS Route 53 DNS Logs via S3 Setup (Console)](/ingest-network-traffic-logs/dns-logs/dns-source-aws.md)

#### GCP Cloud DNS <a href="#gcp-cloud-dns" id="gcp-cloud-dns"></a>

[GCP Cloud DNS Logs via Pub/Sub Setup](/ingest-network-traffic-logs/dns-logs/dns-source-gcp.md)

#### Cisco Umbrella <a href="#cisco-umbrella" id="cisco-umbrella"></a>

[Cisco Umbrella DNS Logs via S3 Setup (Console)](/ingest-network-traffic-logs/dns-logs/cisco-umbrella-dns-logs-via-s3-setup-console.md)

#### Infoblox NIOS <a href="#infoblox-nios" id="infoblox-nios"></a>

Infoblox NIOS support is in Early Access currently. Contact Netography Support for access to this capability.

### Configure internal domains in Traffic Classification <a href="#configure-internal-domains-in-traffic-classification" id="configure-internal-domains-in-traffic-classification"></a>

Once you have configured a traffic source for DNS in Fusion, you should also set the **Internal Domains** for your organization. This will mark DNS queries to internal domains as **internal** in Fusion.

In the Fusion Portal, go to **Settings > Traffic Classification**, and then select the **DNS** tab.

Add your internal domains to this page's **Internal Domains** section.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.fusion.vectra.ai/ingest-network-traffic-logs/dns-logs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
