Skip to main content
Glama

splunk-mcp

search_splunk

Execute Splunk search queries to retrieve data within specified time ranges and result limits. Ideal for extracting insights from Splunk logs efficiently.

Instructions

Execute a Splunk search query and return the results. Args: search_query: The search query to execute earliest_time: Start time for the search (default: 24 hours ago) latest_time: End time for the search (default: now) max_results: Maximum number of results to return (default: 100) Returns: List of search results

Input Schema

NameRequiredDescriptionDefault
earliest_timeNo-24h
latest_timeNonow
max_resultsNo
search_queryYes

Input Schema (JSON Schema)

{ "properties": { "earliest_time": { "default": "-24h", "title": "Earliest Time", "type": "string" }, "latest_time": { "default": "now", "title": "Latest Time", "type": "string" }, "max_results": { "default": 100, "title": "Max Results", "type": "integer" }, "search_query": { "title": "Search Query", "type": "string" } }, "required": [ "search_query" ], "title": "search_splunkArguments", "type": "object" }
Install Server

Other Tools from splunk-mcp

Related Tools

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/livehybrid/splunk-mcp'

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