elastic / support-diagnostics

Support diagnostics utility for elasticsearch and logstash
Other
289 stars 151 forks source link

Remove `pretty` from nodes/stats and indices/stats #630

Closed VimCommando closed 1 year ago

VimCommando commented 1 year ago

Removing pretty from the nodes_stats.json and indices_stats.json we will reduce the frequency of JSON parsing failures in other tools. Anyone working with local files still has the option to use tools like jless, fx or jq to pretty-print the JSON if needed.

Checklist