...
Let's say we want to analyze the requests made to our web server.
...
Pre-filter
Firstly, we apply filters to obtain the requests where the source IP is not a null value and also that the IP belongs to a public range.
...
...
Let's say we want to analyze the requests made to our web server.
...
Firstly, we apply filters to obtain the requests where the source IP is not a null value and also that the IP belongs to a public range.
...