Retrieves mapping definitions for one or more indices. For data streams, the API retrieves mappings for the stream’s backing indices.

Parameters

ParameterDescription
Target IndexComma-separated list of data streams, indices, and aliases used to limit the request. Supports wildcards (*). To target all data streams and indices, omit this parameter or use * or _all.

Workflow Library Example

Get Mapping with Elasticsearch and Send Results Via Email

Preview this Workflow on desktop