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