ElasticSearch regex search
Posted: Tue Dec 06, 2016 9:42 am
Hi,
I try to understand how I can do search with a regex. I read that : https://www.elastic.co/guide/en/elastic ... query.html
I try to use a query like the screenshoot and like the example under.
{
"regexp": {
"message": {
"value": "AW.......E"
}
}
}
I don't find the way to do it.
Help!
I try to understand how I can do search with a regex. I read that : https://www.elastic.co/guide/en/elastic ... query.html
I try to use a query like the screenshoot and like the example under.
{
"regexp": {
"message": {
"value": "AW.......E"
}
}
}
I don't find the way to do it.
Help!