I want to use * with some special characters.
e.g. url.path: "/apis/aa.bb.io/v1/checking"* and user: "system"*
keep getting the error messages:
KQLSyntaxError: Expected AND, OR, end of input, whitespace but "" found.
url.path: "/apis/aa.bb.io/v1/checking" and user: "system"*
-----------------------------------------------------^
I want to find something like url.path start with "/apis/aa.bb.io/v1/checking" --> /apis/aa.bb.io/v1/checkingxxxxxxxxxx
but I don't know how to search it.
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.