Getting Data In

What is the best way to collect DNS logs and queries with *nix?

Roberto-P
Explorer

Hi all,

I'm looking for the best method to collect DNS logs and specifically the DNS queries and answers logs.

I see there is a preliminary set up in named.conf to enable the logs of the queries an where to write them as:

options {
querylog yes;
}

and

logging {
channel querylog {
file "/var/log/dns.log";
severity debug 3;
};
};

Does this  the logs will be in dns.log file , and now what is the best method to ingest them into SPLUNK with the right format mapping? 

What is your experiences with Linux DNS service?

I'm collect events with Splunk Deployment server + Heavy Forwarder  -->Splunk  ES CLOUD .

Thank you.

R

 

Labels (2)
0 Karma

Roberto-P
Explorer

I find the "Splunk Add-on for ISC BIND" but is not clear to me if this add-on have to be installed un the Heavy Forwarder only and the server linux with bind have to run the Universal Forwarder for *NIX

thanks

 

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...