How to use regular expressions while searching in Papertrail app?

2.3k Views Asked by At

I want to search using a regular expression in the search bar of Papertrailapp.

When I try some thing like this

randomText \(\d\d\d

Expected result : randomText (223

Actual Result : No search found.

Any guidance on this will be appreciated. Thanks.

1

There are 1 best solutions below

0
FooBar On

Unfortunately, it is not possible to use Regex directly within log search. See the search documentation here.

However, you can use regex when creating re-usable log filters which, depending on your usage, may be what you're looking for. See this documentation.