-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Data Management/Indices APIsAPIs to create and manage indices and templatesAPIs to create and manage indices and templates>enhancementTeam:Data ManagementMeta label for data/management teamMeta label for data/management team
Description
Description
The ingest simulate API returns the resulting doc after all ingest pipelines are applied and eventual mapping errors.
However, the resulting mappings are not returned to the user. As there are a bunch of features that can influence how mappings turn out (dynamic templates, component templates with priorities, index templates with priorities), it's not trivial for a user to infer this manual and it would be great if the existing simulate ingest API could also return the resulting mapping of the eventual target index after a set of documents would have been indexed.
For example, when I'm sending a doc like
{
"client.ip": "1.2.3.4.5"
}
it's not trivial to tell whether client.ip will be mapped as a keyword or as an ip, but it's a very important piece of information.
Metadata
Metadata
Assignees
Labels
:Data Management/Indices APIsAPIs to create and manage indices and templatesAPIs to create and manage indices and templates>enhancementTeam:Data ManagementMeta label for data/management teamMeta label for data/management team