I'm trying to exclude computer accounts from a query, they are always identified with a $ sign at the end. SubjectUserName:SERVER01$
works but turning this into a regex search does not, SubjectUserName:/SERVER01$/
Does not work and neither does when you excape the dollar sign SubjectUserName:/SERVER01\$/
My ideal solution would be something like this NOT SubjectUserName:/.*\$/
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.