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.
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.