Is your feature request related to a problem?
Currently GetMappingsView API supports only concrete index name to be passed via index_name parameter.
What solution would you like?
We need following capabilities:
- When Datastream or Alias is passed, return Mappings View of WriteIndex
- When index pattern is passed, return Mappings View of newest index (by creation date)
Is your feature request related to a problem?
Currently GetMappingsView API supports only concrete index name to be passed via index_name parameter.
What solution would you like?
We need following capabilities: