opensearch_index_settings
Retrieve index settings like shard count, replicas, refresh interval, and ILM policy to diagnose unexpected behavior such as slow writes or data loss risk.
Instructions
Get index settings: shard count, replicas, refresh interval, and ILM policy name.
Use to understand why an index behaves unexpectedly — e.g. slow writes from a short refresh interval, data loss risk from zero replicas, or unexpected retention from an ILM policy. Prefer opensearch_get_mapping for field schema exploration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Index name or wildcard pattern, e.g. "wazuh-alerts-*". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||