2

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?

Rylander
  • 19,449
  • 25
  • 93
  • 144

1 Answers1

5

Use this: GET /_cat/indices?v (adding ?v and this works for other commands, as well, not only this one).

Andrei Stefan
  • 51,654
  • 6
  • 98
  • 89