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 ""] ```