Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions hyperv/assets/dataflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
provides:
- id: hyper-v-metrics
always_on: true
data_type: metrics
direction: inbound
5 changes: 3 additions & 2 deletions ide_shepherd/assets/dashboards/ide_shepherd_events.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"id": 2220119315921113,
"definition": {
"type": "image",
"url": "https://raw.githubusercontent.com/DataDog/IDE-SHEPHERD-extension/refs/heads/main/resources/icons/icon.png",
"sizing": "cover",
"url": "https://raw.githubusercontent.com/DataDog/IDE-SHEPHERD-extension/refs/heads/main/resources/icons/icon.svg",
"sizing": "contain",
"margin": "md",
"has_background": true,
"has_border": true,
"vertical_align": "center",
Expand Down
Binary file modified ide_shepherd/images/ide-shepherd-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions iis/assets/dataflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
provides:
- id: iis-metrics
always_on: true
data_type: metrics
direction: inbound
- id: iis-logs
always_on: false
data_type: logs
direction: inbound
15 changes: 15 additions & 0 deletions kafka_consumer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,21 @@ instances:
schema_registry_url: http://localhost:8081 # optional
```

### Kafka ACL Permissions

**Cluster** (`kafka-cluster`)
- DESCRIBE
- DESCRIBE_CONFIGS (cluster monitoring only)

**Topic** (`*`)
- DESCRIBE
- DESCRIBE_CONFIGS (cluster monitoring only)
- READ, WRITE ([Kafka messages][21] only)

**Consumer group** (`*`)
- DESCRIBE
- READ

### Validation

1. [Run the Agent's status subcommand][8] and look for `kafka_consumer` under the Checks section.
Expand Down
5 changes: 5 additions & 0 deletions pdh_check/assets/dataflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
provides:
- id: pdh-metrics
always_on: true
data_type: metrics
direction: inbound
9 changes: 9 additions & 0 deletions win32_event_log/assets/dataflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
provides:
- id: event-viewer-logs
always_on: false
data_type: logs
direction: inbound
- id: event-viewer-events
always_on: true
data_type: events
direction: inbound
5 changes: 5 additions & 0 deletions windows_certificate/assets/dataflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
provides:
- id: windows-certificate-metrics
always_on: true
data_type: metrics
direction: inbound
5 changes: 5 additions & 0 deletions windows_performance_counters/assets/dataflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
provides:
- id: windows-performance-counters-metrics
always_on: true
data_type: metrics
direction: inbound
9 changes: 9 additions & 0 deletions windows_registry/assets/dataflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
provides:
- id: windows-registry-metrics
always_on: true
data_type: metrics
direction: inbound
- id: windows-registry-logs
always_on: false
data_type: logs
direction: inbound
5 changes: 5 additions & 0 deletions windows_service/assets/dataflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
provides:
- id: windows-service-metrics
always_on: true
data_type: metrics
direction: inbound
5 changes: 5 additions & 0 deletions wmi_check/assets/dataflows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
provides:
- id: wmi-metrics
always_on: true
data_type: metrics
direction: inbound
Loading