Getting Data In

dns resolving in search failed

wwillemsen1
Engager

Hi Splunkers

Using syslog output from Netfilter/Iptables.
Reading it into Splunk, but cant get IP resolved to DNS.

No luck: whats next ?
Would appreciate a fine Firewall dashboard, maybe there is a better solution around ?

Tags (2)
0 Karma

wwillemsen1
Engager

Should not be complicated:
I get a list of IPnrs form the remote syslog, fine, but whatever I try, nameresolution fails.
It remains a list of IPnumber, I like to see names.

Ihe links I mentioned deal with this issue, but no go here.
What else to try ?

(Even beter: a dashboard for Netfilter/IpTables, with graphs and all, but the ones available dont work properly. Ill get to that later.)

0 Karma

wwillemsen1
Engager

There, I fixed it. Case of RTFM, and proper field names. Also sorted the columns. Nice.

host="192.168.x.x" | lookup dnslookup clientip as DST OUTPUT clienthost as DST_RESOLVED | lookup dnslookup clientip as SRC OUTPUT clienthost as SRC_RESOLVED | Table _time SRC SRC_RESOLVED DST DST_RESOLVED PROTO DPT


Digging in Netfilter-Iptables after this.

0 Karma

grijhwani
Motivator

Just post an EXAMPLE of what doesn't work. Stop keep describing it and SHOW us. And post it in your question, not as an answer, which it is not.

grijhwani
Motivator

You would be better off posting an example of specifically what does not work, rather than a non-specific "can't get to work".

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...