【feature request】view Query Payload

I want to view payload of Query, just like Chrome request

Sometimes I want to debug a Problem, check what the query sent to Elasticsearch,

My query use a lot variable, I want to see what the final query looks like

as a workaround, I can view query payload in the chrome inspector (Network tab),

Super valid. I think that’s the best workaround for now, but we filed this internally as well!

You can also see final query values in the query property of your query from the State tab:

1 Like