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!
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.
© 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.