I want to customise the search using input passed in the dashboard. The field in the logs have value CLASS="/x/y/z/abc/query/v1 Need quick Response" The input value passed from Dashboard is x-y-z-abc-query-v1. We want to search the logs using input parameter in the field CLASS containing value /x/y/z/abc/query/v1. as the input parameter value format is x-y-z-abc-query-v1 and the value to search is /x/y/z/abc/query/v1, how should the query look like to give result. Query at the end should look like index= yyy CLASS="/x/y/z/abc/query/v1*" but how to tackle input parameter looks like /x/y/z/abc/query/v1 and search in the Class Field value. Please assist.
... View more