March 2018
Beginner to intermediate
576 pages
13h 29m
English
One way to tackle this problem is to make up a new field from the URL using rex.
Perhaps you only really care about the hits by directories. We can accomplish this with rex, or if needed, multiple rex statements.
Looking at the fictional source type impl_splunk_web, we see results that look like the following:
2012-08-25T20:18:01 user=bobby GET /products/x/?q=10471480 uid=Mzg2NDc0OA 2012-08-25T20:18:03 user=user3 GET /bar?q=923891 uid=MjY1NDI5MA 2012-08-25T20:18:05 user=user3 GET /products/index.html?q=9029891 uid=MjY1NDI5MA 2012-08-25T20:18:08 user=user2 GET /about/?q=9376559 uid=MzA4MTc5OA
URLs are tricky, as they might or might not contain certain parts of the URL. For instance, the URL may ...
Read now
Unlock full access