create_index_metadata
Generate metadata for Elasticsearch indices to ensure proper governance, including purpose, data types, usage patterns, and retention policies.
Instructions
Create metadata documentation for an Elasticsearch index to ensure proper governance and documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
created_by | No | Team or person responsible for this index | Unknown |
data_types | No | Types of data stored in this index (e.g., 'documents', 'logs', 'metrics') | |
description | Yes | Detailed description of the index purpose and content | |
index_name | Yes | Name of the index to document | |
purpose | Yes | Primary purpose and use case for this index | |
related_indices | No | Names of related or dependent indices | |
retention_policy | No | Data retention policy and lifecycle management | No specific policy |
tags | No | Tags for categorizing and organizing indices | |
usage_pattern | No | How the index is accessed (e.g., 'read-heavy', 'write-heavy', 'mixed') | mixed |