Skip to content

Commit

Permalink
add source type info (#17572)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkb7 authored May 15, 2024
1 parent 9aafcf2 commit a74d16d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion win32_event_log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion win32_event_log/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Win32
name: Event Viewer
files:
- name: win32_event_log.yaml
options:
Expand Down
4 changes: 3 additions & 1 deletion win32_event_log/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit a74d16d

Please sign in to comment.