Skip to main content
Glama

New Relic MCP Server

by piekstra

update_log_parsing_rule

Modify existing log parsing rules to extract and structure log data for better analysis and monitoring in New Relic.

Instructions

Update an existing log parsing rule

Input Schema

NameRequiredDescriptionDefault
rule_idYes
descriptionNo
grokNo
nrqlNo
enabledNo
luceneNo
account_idNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "enabled": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Enabled" }, "grok": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Grok" }, "lucene": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Lucene" }, "nrql": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Nrql" }, "rule_id": { "title": "Rule Id", "type": "string" } }, "required": [ "rule_id" ], "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/piekstra/newrelic-mcp-server'

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