KQL regex query

Hi,
I have Elasticsearch and Kibana setup with 7.5 version installed.I am trying the logs query where I have log filenames
/websites/app-name1/202001.txt
/websites/app-name1/202002.txt,
/websites/app-name1/202003.txt etc...

I want to run the logs query(KQL) which is starting with filenames 2020 so that it should list all the logs mentioned above in the query results.Please let me know the query to achieve the same.

Thanks
Devaraj

You should be able to do this with a wildcard search: myField: *thingIWantToMatch*

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.