graylog-tst
Tools for interaction with graylog testing environment
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Tools for interaction with graylog testing environment
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Tools for interaction with countly production environment
Tools for interaction with countly testing environment
Tools for gathering documentation details
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
Tools for interaction with grafana production environment
Tools for interaction with grafana testing environment
Basado en la clasificación ocupacional SOC
| name | graylog-tst |
| description | Tools for interaction with graylog testing environment |
#graylog-tstAccess Graylog test/staging environment for log search, aggregation, and analysis. Use for development debugging, test run log investigation, and staging environment troubleshooting. Logs are organized into streams and stored in indices. Queries use Lucene syntax.
list_fields) before queryinglist_indices to check data availability and health.list_fields first to discover valid field names before building queries.level:ERROR AND source:api-server). Leading wildcards are disabled by default.Include #graylog-tst tag in your prompt to activate this skill.
#graylog-tst Search for authentication errors in test environment last hour
#graylog-tst Show top 10 error types in staging grouped by source
#graylog-tst List available fields in the staging application stream
#graylog-tst #fetch Analyze error patterns in test logs
Do NOT search the filesystem for mcp-config.json or similar files directly.
Do NOT read .copilot/mcp-config.json directly — always route through custom agent file.
MCP server is configured in the graylog-tst.agent.md custom agent file.
Use environment variables defined in .copilot/.env.
Before taking any action, verify the Graylog Test MCP server is reachable:
get_system_status as a lightweight probe.list_streams first to get stream IDs, then scope searches using streams parameterlist_fields before querying to discover valid field names for the target streamaggregate_messages instead of search_messages for counting/groupingrange_seconds parameter — never embed time in the query stringCRITICAL: Never use #graylog-tst and #graylog-prd in the same request. Choose one environment per query.