Is there a way to filter out the _shards
from the Elasticsearch query response?
I am looking for an option like size
which removes the results from the hits
, but for telling Elasticsearch that I don't need the _shards
key.
An alternative would be to use jq
to delete certain keys.