suchand
(suchand)
April 5, 2018, 11:58am
1
Hi,
I have added the below mutate filter for adding IP address in winlogbeat index.
mutate{
add_field => { "remote_ip" => "%{[@metadata ][ip_address]}" }
}
But it's not getting the output as expected. It's showing like this- "remote_ip": "%{[@metadata ][ip_address]}",
Can someone please help me to solve this.
I don't believe Winlogbeat adds the IP address of the host in the [@metadata][ip_address]
field.
suchand
(suchand)
April 7, 2018, 10:15am
3
Thanks for your reply.
now I am getting only the hostname. How can I get the IP address? Can you please shed some light on this.
Have a look at the dns filter.
system
(system)
Closed
May 5, 2018, 10:55am
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.