--- title: "Ingest Grok 看门狗最大执行时间配置" date: 2026-03-25 lastmod: 2026-03-25 description: "控制 Grok 模式匹配器的最大执行时间" tags: ["摄取配置", "Grok", "性能保护"] summary: "配置项作用 # ingest.grok.watchdog.max_execution_time 配置项控制 Grok 模式匹配器的最大执行时间限制。 默认值 # 1s 配置类型 # 静态配置 配置格式 # # 默认配置 ingest.grok.watchdog.max_execution_time: 1s # 增加执行时间限制 ingest.grok.watchdog.max_execution_time: 5s # 减少执行时间限制 ingest.grok.watchdog.max_execution_time: 500ms " --- ## 配置项作用 `ingest.grok.watchdog.max_execution_time` 配置项控制 Grok 模式匹配器的最大执行时间限制。 ## 默认值 ``` 1s ``` ## 配置类型 **静态配置** ## 配置格式 ```yaml # 默认配置 ingest.grok.watchdog.max_execution_time: 1s # 增加执行时间限制 ingest.grok.watchdog.max_execution_time: 5s # 减少执行时间限制 ingest.grok.watchdog.max_execution_time: 500ms ```