Hello,
How can I create a regex filter in Kibana containing an escaped dollar?
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
Hello,
How can I create a regex filter in Kibana containing an escaped dollar?
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.