I am new to using Elasticsearch and I am using the marvel development console to run sense queries.
When I run a query (GET _cat/indices
) I see the results, but I do not see column headers. How can I view the column headers using sense/marvel?
Use this: GET /_cat/indices?v
(adding ?v
and this works for other commands, as well, not only this one).