Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/modules/mcp/tools_opensearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func registerOpenSearch(m *Module) {
// ---- opensearch search / index gateway -------------------------------------

type osSearchInput struct {
IndexPattern string `json:"index_pattern" jsonschema:"Required. Resolved index pattern (e.g. alert-*, log-*)."`
IndexPattern string `json:"index_pattern" jsonschema:"Required. Resolved index pattern with syntax v11-[name]-* (e.g. v11-alert-*, v11-log-*)."`
Filters []common_models.FilterType `json:"filters,omitempty" jsonschema:"FilterType DSL conditions"`
Top int `json:"top,omitempty" jsonschema:"Max total hits to return (default 500)"`
Page int `json:"page,omitempty" jsonschema:"1-based page"`
Expand Down
Loading