Hi @_Raj,
You can use dnslookup like below. It will ask to DNS for IP resolution and create a new field as host_ip
| lookup dnslookup clienthost as host OUTPUT clientip as host_ip
Works fine, thanks!
Hi @_Raj,
You can use dnslookup like below. It will ask to DNS for IP resolution and create a new field as host_ip
| lookup dnslookup clienthost as host OUTPUT clientip as host_ip