Regex Kibana Filter with backslash

Hello,

How can I create a regex filter in Kibana containing an escaped dollar?

image

When I double backslash, the regex does not work as expected. My goal is to exclude computer accounts (which end with a dollar).

Grtz

Willem

Are your /..../ the normal regex start and end delimiters? I never include those in the query.

regex101.com seems to show that "*.$$" might do what you want, any string that ends in a $.

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