How to get list of all the field names only in all indexes available in cluster

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.