I\'m trying to do this query to my ElasticSearch Server.
{ \"query\" : { \"match\" : { \"name\" : \"network\" } }, \"
For anyone coming across this who migrated up major version(s) to elastic search 5, this filtered query is now depreciated and you should use a bool query instead. https://discuss.elastic.co/t/no-query-registered-for-filter/49602