get_index_info
Retrieve detailed metadata for a specific Splunk index by providing the index name. Ideal for managing and analyzing Splunk data resources effectively.
Instructions
Get metadata for a specific Splunk index.
Args:
index_name: Name of the index to get metadata for
Returns:
Dictionary containing index metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"index_name": {
"title": "Index Name",
"type": "string"
}
},
"required": [
"index_name"
],
"title": "get_index_infoArguments",
"type": "object"
}