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

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 packages/azure/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.5.3"
changes:
- description: Data streams start as disabled on new installs
type: enhancement
link: https://github.com/elastic/integrations/pull/4373
- version: "1.5.2"
changes:
- description: Fix PR link in changelog
Expand Down
1 change: 1 addition & 0 deletions packages/azure/data_stream/activitylogs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ type: logs
title: Azure Activity Logs
streams:
- input: "azure-eventhub"
enabled: false
template_path: "azure-eventhub.yml.hbs"
title: "Azure Activity Logs"
description: "Collect Azure Activity Logs using azure-eventhub input"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: logs
release: beta
streams:
- input: "azure-eventhub"
enabled: false
template_path: "azure-eventhub.yml.hbs"
title: Azure Application Gateway logs
description: Collect Azure Application Gateway logs using azure-eventhub input
Expand Down
1 change: 1 addition & 0 deletions packages/azure/data_stream/auditlogs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ type: logs
title: Azure Audit Logs
streams:
- input: "azure-eventhub"
enabled: false
template_path: "azure-eventhub.yml.hbs"
title: "Azure audit logs"
description: "Collect Azure audit logs using azure-eventhub input"
Expand Down
1 change: 1 addition & 0 deletions packages/azure/data_stream/eventhub/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ type: logs
title: Azure Event Hub Input
streams:
- input: "azure-eventhub"
enabled: false
template_path: "stream.yml.hbs"
title: "Azure Eventhub Input"
description: "Collect Azure events using azure-eventhub input"
Expand Down
1 change: 1 addition & 0 deletions packages/azure/data_stream/firewall_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ title: Collect Network rule logs from Azure Firewall
type: logs
streams:
- input: "azure-eventhub"
enabled: false
template_path: "azure-eventhub.yml.hbs"
title: Azure Firewall Logs
description: Collect Azure Firewall Network rule logs using azure-eventhub input
Expand Down
1 change: 1 addition & 0 deletions packages/azure/data_stream/platformlogs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ type: logs
title: Azure Platform Logs
streams:
- input: "azure-eventhub"
enabled: false
template_path: "azure-eventhub.yml.hbs"
title: "Azure platform logs"
description: "Collect Azure platform logs using azure-eventhub input"
Expand Down
1 change: 1 addition & 0 deletions packages/azure/data_stream/signinlogs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ type: logs
title: Azure Signin Logs
streams:
- input: "azure-eventhub"
enabled: false
template_path: "azure-eventhub.yml.hbs"
title: "Azure sign-in logs"
description: "Collect Azure sign-in logs using azure-eventhub input"
Expand Down
1 change: 1 addition & 0 deletions packages/azure/data_stream/springcloudlogs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ type: logs
title: Azure Spring Cloud Logs
streams:
- input: "azure-eventhub"
enabled: false
template_path: "azure-eventhub.yml.hbs"
title: "Azure Spring Cloud logs"
description: "Collect Azure Spring Cloud logs using azure-eventhub input"
Expand Down
2 changes: 1 addition & 1 deletion packages/azure/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: azure
title: Azure Logs
version: 1.5.2
version: 1.5.3
release: ga
description: This Elastic integration collects logs from Azure
type: integration
Expand Down