Skip to main content
Glama
deslicer

MCP Server for Splunk

create_dashboard

Create a new dashboard in Splunk using Classic Simple XML or Dashboard Studio JSON. Set sharing permissions and optionally overwrite existing dashboards.

Instructions

Create a new dashboard in Splunk. Accepts Classic Simple XML (string) or Dashboard Studio JSON (object/string) via eai:data. Optionally overwrite if it exists and set sharing/permissions (ACL).

Args: name (str): Dashboard name (required) definition (dict|str): Studio JSON (dict/string) or Classic XML (string) (required) owner (str, optional): Dashboard owner. Default: 'nobody' app (str, optional): App context. Default: 'search' label (str, optional): Human label shown in UI description (str, optional): Dashboard description dashboard_type (str, optional): 'studio'|'classic'|'auto' (default: 'auto') sharing (str, optional): 'user'|'app'|'global' read_perms (list[str], optional): Roles/users granted read write_perms (list[str], optional): Roles/users granted write overwrite (bool, optional): If True, updates existing dashboard of same name

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
definitionYes
ownerNonobody
appNosearch
labelNo
descriptionNo
dashboard_typeNoauto
sharingNo
read_permsNo
write_permsNo
overwriteNo

Latest Blog Posts

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

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