Skip to main content
Glama

OpenSearch MCP Server

by cyberbalsa

monitorLogs

Track and analyze real-time simulated logs using customizable index patterns, queries, and refresh intervals on the OpenSearch MCP Server for streamlined monitoring and insights.

Instructions

Monitor logs in real-time (simulated)

Input Schema

NameRequiredDescriptionDefault
indexYesIndex pattern to monitor
maxResultsNoNumber of logs to show
queryNoFilter query*
refreshIntervalNoRefresh interval in seconds

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "index": { "description": "Index pattern to monitor", "type": "string" }, "maxResults": { "default": 10, "description": "Number of logs to show", "type": "number" }, "query": { "default": "*", "description": "Filter query", "type": "string" }, "refreshInterval": { "default": 5, "description": "Refresh interval in seconds", "type": "number" } }, "required": [ "index" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyberbalsa/mcp-opensearch-js'

If you have feedback or need assistance with the MCP directory API, please join our Discord server