From f76e5fc47db56b05b64c9448aba0df6867a56fe1 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:19:09 -0400 Subject: [PATCH] Add docs for scheduled_task (#5521) (#5522) (cherry picked from commit f2b2456503338af3a5d00cbdf628042fe933189c) Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- .../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 ""] ```