Hi Team
My Graylog version is 3.3.9+abab7dc, codename Sloth Rocket. I have two streams e.g.
dns-pktbeat and dns-queries
dns-queries contains logs from logstash-parsing while dns-pktbeat is from packetbeat
I have interesting fields from both the streams which are
in dns-pktbeat
packetbeat_client_ip
packetbeat_domain_name
And in dns-queries
domain_name
packetbeat_domain_name and domain_name contains the domain names e.g. example.com
So, I want to achieve is
If content of domain_name from dns-queries stream matches with packetbeat_domain_name from dns-pktbeat then pick up a field packetbeat_client_ip from dns-pktbeat and insert that field in dns-queries so that I can get original source_IP.
Is this really possible?
TIA
Blason R