I want to filter apache access log based on String matching in its request URL

I want to filter apache access log based on String matching in its request URL.

Example :10.109.146.4 - - [25/Oct/2018:08:55:10 +0100] "GET /ngwfmt/resources/frameworkdata/getDataForProcessAndEventName?processName=VISUALIAZATIONUTIL&eventName=GetOrderDetails&jsonParam=%7B%7D HTTP/1.1" 200 12234 3223253

I want to create index of logs having "GetOrderDetails" string.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.