I have the following code under the correlation event tab in kibana:
sequence by @timestamp
[packetbeat
where http.response.body.content == "*"
and network.direction == "*"]
[filebeat
where nginx.access.response_code == "*"
and nginx.access.geoip.country_name == "*"]
The query looks ok, but no results are given back when testing.
Any help, please?
I mean, if it s something that i am doing extremely wrong, then please tell me and Iwill try and correct it.