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
14 changes: 14 additions & 0 deletions packages/azure_billing/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ The integration uses the [Azure Consumption API](https://docs.microsoft.com/en-u

Use the Azure Billing Metrics integration to collect detailed resource usage and forecast expenses for the coming weeks. For example, if you want to know which resources cost you most, you could view the top resources donut chart included in the dashboard for this integration. Then you can visualize the prediction for the coming weeks by looking at the forecast chart.

## How do I deploy this integration?

### Agent-based deployment

Elastic Agent must be installed. For more details, check the Elastic Agent [installation instructions](https://www.elastic.co/docs/reference/fleet/install-elastic-agents). You can install only one Elastic Agent per host.

Elastic Agent is required to collect data from Azure and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines.

### Agentless deployment

Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html)

Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features.

## Data streams


Expand Down
5 changes: 5 additions & 0 deletions packages/azure_billing/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.10.0"
changes:
- description: Add support for agentless deployment.
type: enhancement
link: https://github.com/elastic/integrations/pull/18848
- version: "1.9.0"
changes:
- description: Add a flag `fips_compatible` to control whether the package is allowed in the ECH FedRAMP High environment.
Expand Down
14 changes: 14 additions & 0 deletions packages/azure_billing/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ The integration uses the [Azure Consumption API](https://docs.microsoft.com/en-u

Use the Azure Billing Metrics integration to collect detailed resource usage and forecast expenses for the coming weeks. For example, if you want to know which resources cost you most, you could view the top resources donut chart included in the dashboard for this integration. Then you can visualize the prediction for the coming weeks by looking at the forecast chart.

## How do I deploy this integration?

### Agent-based deployment

Elastic Agent must be installed. For more details, check the Elastic Agent [installation instructions](https://www.elastic.co/docs/reference/fleet/install-elastic-agents). You can install only one Elastic Agent per host.

Elastic Agent is required to collect data from Azure and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines.

### Agentless deployment

Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html)

Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features.

## Data streams


Expand Down
12 changes: 10 additions & 2 deletions packages/azure_billing/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: azure_billing
title: Azure Billing Metrics
version: "1.9.0"
version: "1.10.0"
description: Collect billing metrics with Elastic Agent.
type: integration
icons:
Expand All @@ -13,7 +13,7 @@ screenshots:
title: App State Overview
size: 5120x2562
type: image/png
format_version: "3.0.2"
format_version: "3.3.2"
categories:
- cloud
- observability
Expand Down Expand Up @@ -79,6 +79,14 @@ policy_templates:
title: Azure Billing Metrics
description: Collect billing information with Elastic Agent.
fips_compatible: false
deployment_modes:
default:
enabled: true
agentless:
enabled: true
organization: observability
division: engineering
team: obs-infraobs-integrations
data_streams:
- billing
inputs:
Expand Down
Loading