From a74d16d1889faf851bb731903d831508bd95b172 Mon Sep 17 00:00:00 2001 From: Branden Clark Date: Wed, 15 May 2024 15:39:32 -0400 Subject: [PATCH] add source type info (#17572) --- win32_event_log/README.md | 2 +- win32_event_log/assets/configuration/spec.yaml | 2 +- win32_event_log/manifest.json | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/win32_event_log/README.md b/win32_event_log/README.md index f4b1be565109e..3dad1aed89591 100644 --- a/win32_event_log/README.md +++ b/win32_event_log/README.md @@ -2,7 +2,7 @@ ## Overview -This integration watches for Windows Event Logs and forwards them to Datadog. +This integration watches for Windows Event Logs and forwards them to Datadog. Enable this integration to: diff --git a/win32_event_log/assets/configuration/spec.yaml b/win32_event_log/assets/configuration/spec.yaml index 5e2a3693ac96f..480459f47fec0 100644 --- a/win32_event_log/assets/configuration/spec.yaml +++ b/win32_event_log/assets/configuration/spec.yaml @@ -1,4 +1,4 @@ -name: Win32 +name: Event Viewer files: - name: win32_event_log.yaml options: diff --git a/win32_event_log/manifest.json b/win32_event_log/manifest.json index 0305f06c6eb9d..0194217c52dc8 100644 --- a/win32_event_log/manifest.json +++ b/win32_event_log/manifest.json @@ -25,7 +25,9 @@ }, "assets": { "integration": { - "source_type_name": "Win32", + "source_type_id": 47, + "source_type_name": "Event Viewer", + "auto_install": true, "configuration": { "spec": "assets/configuration/spec.yaml" },