If you're doing a _search on the "Any Request" tab in head, there is a 
Result Transformer section at the bottom of your search query. In there you 
can write a simple transform script. For example, the following script 
displays only the took and the hits values:

  return { took: root.took, hits: root.hits.hits };

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/8f05e015-3db9-4eaa-aa50-790647c59b1b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to