elastigo icon indicating copy to clipboard operation
elastigo copied to clipboard

handle ES5.1.1 json index info

Open glycerine opened this issue 8 years ago • 0 comments

ElasticSearch 5.1.1 returns index info in a JSON struct, rather than a newline delimited set of fields, in response to the query in Conn.GetCatIndexInfo().

Add GetCatIndexInfoEs5(), which parses the JSON, to handle this situation.

glycerine avatar Jan 06 '17 22:01 glycerine