IndexMappingTool
Retrieve index mapping and settings for any OpenSearch index. Returns schema and configuration details to understand your index structure.
Instructions
Retrieves index mapping and setting information for an index in OpenSearch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | The name of the index to get mapping information for | |
| aws_region | No | AWS region for IAM/Serverless authentication. | |
| aws_iam_arn | No | IAM role ARN for role-based authentication. | |
| aws_profile | No | AWS profile name for authentication. | |
| opensearch_url | Yes | OpenSearch endpoint URL. | |
| opensearch_no_auth | No | If true, connect without authentication. | |
| opensearch_timeout | No | Connection timeout in seconds. | |
| opensearch_password | No | Password for basic authentication. | |
| opensearch_username | No | Username for basic authentication. | |
| opensearch_ssl_verify | No | If false, disable SSL certificate verification. | |
| aws_opensearch_serverless | No | If true, use OpenSearch Serverless service. |