Skip to content

Allow rerouting of Azure Metrics events to a different data stream #8520

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Update changelog
  • Loading branch information
zmoog committed Nov 15, 2023
commit 3498dc787e4dfe1a6aec7612a84b186fda41606c
7 changes: 6 additions & 1 deletion packages/azure_metrics/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.3.0"
changes:
- description: Allow rerouting of Azure metrics events to a different data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/8520
- version: "1.2.1"
changes:
- description: Add missing dimension metadata to the database_account datastream; fix typo in the container_registry field definition
Expand Down Expand Up @@ -62,7 +67,7 @@
changes:
- description: Normalize the azure.dimentions.status field value to lowercase. Values from Azure come in lowercase and capitalized versions (e.g., True/true/False/false).
type: bugfix
link: https://github.com/elastic/integrations/pull/7551
link: https://github.com/elastic/integrations/pull/7551
- version: "1.0.34"
changes:
- description: Add dimension and metric_type metadata to the monitor datastream
Expand Down
2 changes: 1 addition & 1 deletion packages/azure_metrics/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: azure_metrics
title: Azure Resource Metrics
version: 1.2.1
version: 1.3.0
release: ga
description: Collect metrics from Azure resources with Elastic Agent.
type: integration
Expand Down