Hi,
I have 2 logs (httpd_access and session log).
Both logs have the field session.id.
One httpd call can result in multiple sessionlog entries.
I want to find out the following:
- which session ids have entries in session log but not in httpd log
- which session ids have entries in httpd log, but not in session log.
There are thousands of requests, so I cannot do the comparison manually.
How can kibana / elasticsearch help here?
Thanks, Andreas