I'm getting strange search result while searching apache logs:
GET /filebeat-6.3.0-2018.06.27/_search
{
"query": { "match": { "message": "/fonts/Roboto-Bold.ttf" } }
}
Result total is 88
GET /filebeat-6.3.0-2018.06.27/_search
{
"query": { "match": { "message": "s/fonts/Roboto-Bold.ttf" } }
}
Result total is 371
Second query is more detailed, so the number of results shold be the same or less, or I'm missing something obvious