logstash-filter-elasticsearch icon indicating copy to clipboard operation
logstash-filter-elasticsearch copied to clipboard

Add support for search_type parameter

Open dadoonet opened this issue 6 years ago • 2 comments

Let say I want to run the following query in elasticsearch:

GET .bano/_search?search_type=dfs_query_then_fetch
{
  "size": 1,
  "query": {
     "match": {
       "foo": "bar"
     }
  }
}

I can't specify the search_type parameter in this elasticsearch plugin. Would be nice to add a support for it.

dadoonet avatar Mar 18 '18 09:03 dadoonet

+1

woodchalk avatar Jun 04 '18 17:06 woodchalk

+1, I'm trying to get the _count functionality to work..

sethyes avatar Jun 11 '18 15:06 sethyes