From f2b2456503338af3a5d00cbdf628042fe933189c Mon Sep 17 00:00:00 2001 From: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:14:42 -0700 Subject: [PATCH] Add docs for scheduled_task (#5521) --- .../configuration/integrations/windows-exporter-config.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/sources/static/configuration/integrations/windows-exporter-config.md b/docs/sources/static/configuration/integrations/windows-exporter-config.md index ae743f10538f..3cbd5a3f3df8 100644 --- a/docs/sources/static/configuration/integrations/windows-exporter-config.md +++ b/docs/sources/static/configuration/integrations/windows-exporter-config.md @@ -153,4 +153,11 @@ Full reference of options: # Regexp of volumes to blacklist. Volume name must both match whitelist and not match blacklist to be included. # Maps to collector.logical_disk.volume-blacklist in windows_exporter [blacklist: | default=".+"] + + # Configuration for Windows Task Scheduler + scheduled_task: + # Regexp of tasks to include. + [include: | default ".+"] + #Regexp of tasks to exclude. + [exclude: | default ""] ```