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" },