-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
curl approach to see the fields:
curl localhost:9200/_mappings | jq '.drawing_revisions_1_2_1.mappings.drawing_revisions.properties | keys'
Input: name of index
Output: names of attributes
- Is displaying the "type" of the attribute important?
- Should the command return all fields of all indices, or a single index? (how close do we want to match the API)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers