What is an Elasticsearch mapping? There are two ways you can view the current mappings on your Logit ELK Stacks.

This will give an output similar to the screenshot below: Using the Mapping API

The next step is to write a a curl -x get command to retrieve the mappings from Elasticsearch.

Similar to Kibana Dev Tools you can also use the Mapping API to retrieve the mappings of a specific index-name.

Related Articles