I want to get plain list of all available field names (no other mapping information) in all indexes available in cluster. What are the options i can try please suggest.
There's nothing native to ES to do this.
You may be able to use _mapping
in conjunction with jq
though.