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.4"
changes:
- description: Enable Event Hub integration by default and improve documentation
type: enhancement
link: https://github.com/elastic/integrations/pull/4476
- version: "1.5.3"
changes:
- description: Data streams start as disabled on new installs
Expand Down
2 changes: 1 addition & 1 deletion packages/azure/data_stream/eventhub/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ type: logs
title: Azure Event Hub Input
streams:
- input: "azure-eventhub"
enabled: false
enabled: true
template_path: "stream.yml.hbs"
title: "Azure Eventhub Input"
description: "Collect Azure events using azure-eventhub input"
Expand Down
6 changes: 3 additions & 3 deletions 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.3
version: 1.5.4
release: ga
description: This Elastic integration collects logs from Azure
type: integration
Expand All @@ -26,12 +26,12 @@ screenshots:
vars:
- name: eventhub
type: text
title: Eventhub
title: Event Hub
multi: false
required: true
show_user: true
description: >-
Use Event Hub names up to 30 characters long to avoid compatibility issues. The integration uses this name to create Azure resources.
Elastic recommends using one event hub for each integration. Visit [Create an event hub](https://docs.elastic.co/integrations/azure#create-an-event-hub) to learn more. Use event hub names up to 30 characters long to avoid compatibility issues.
- name: consumer_group
type: text
title: Consumer Group
Expand Down