Hi,
I am looking to extract all available fields from my Elasticsearch index along with their possible values. I have more than 500 fields to extract.
My goal is to create a comprehensive table where:
- Each column represents a different field, with the field name displayed at the top.
- Each column contains all possible values associated with that field.
Could you please provide guidance on how to achieve this in Kibana or suggest any best practices for visualizing this data effectively? Given that I don't have access to the Dev tools. (Only Analytics: Discover/Dashboard/Canvas)
Thank you!