update_index_metadata
Update metadata documentation for an Elasticsearch index, including description, purpose, data types, usage pattern, retention policy, related indices, and tags. Clarify index purpose and content.
Instructions
Update existing metadata documentation for an Elasticsearch index
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index_name | Yes | Name of the index to update metadata for | |
| description | No | Updated description of the index purpose and content | |
| purpose | No | Updated primary purpose and use case | |
| data_types | No | Updated types of data stored in this index | |
| usage_pattern | No | Updated access pattern | |
| retention_policy | No | Updated data retention policy | |
| related_indices | No | Updated related or dependent indices | |
| tags | No | Updated tags for categorization | |
| updated_by | No | Person or team making this update | Unknown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |