Hi,
is it possible to search for this string ${date: including the symbol '${:' in the message field?
to date I have not succeeded .
I have tried this:
message:"${date:"
but excludes ${:
who can help me?
Thanks!
Hi,
is it possible to search for this string ${date: including the symbol '${:' in the message field?
to date I have not succeeded .
I have tried this:
message:"${date:"
but excludes ${:
who can help me?
Thanks!
It looks like it works for me. The only part that doesn't is the highlighting doesn't seem to cover special characters but the filtering works.
Hi,
yes but this makes my search dirty because it also finds the values with only "date" and that's not good...
for example:
I tested with a few more records and I see what you mean. I couldn't find a way to filter it using KQL.
If it's possible I would transform the data coming in if it's a hard requirement to match that phrase.
Hi,
unfortunately I don't know Lucene well, can you tell me if you can also filter special characters with that?
Thanks
Are you searching on message as a text or keyword field?
As a keyword message.keyword: "${date:"
doesn't return records with date
in it.
But message: "${date:"
does.
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.