How search a directory properly

Hello, I am trying to search in my logs a directory where I want to see records related to the directory, eg:
source: srv \ -fs \ -01.saolucas.local AND ObjectName: E:\FS\CD-MED\CURSO

But I have no feedback, what would be the correct way to do this filter?

Noticed a couple of things in your example search query.

In the source field, you have some spaces in your server name.
In ObjectName, you haven’t escaped the backslashes or the semi-colon.
You may also require a wildcard in your search.

I believe this is the search query you may be looking for:

source:srv\-fs\-01.saolucas.local AND ObjectName:E\:\\FS\\CD-MED\\CURSO*

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