|
1 | | -# billing |
| 1 | +# Billing |
2 | 2 |
|
3 | | -## Metrics |
| 3 | +## Overview |
| 4 | + |
| 5 | +The [AWS Billing Console](https://aws.amazon.com/aws-cost-management/aws-billing/) integration allows you to monitor you AWS Billing usage. |
| 6 | + |
| 7 | +Use the AWS Billing Console integration to collect and parse logs related to your monthly AWS bills. Then visualize that data in Kibana, create alerts to notify you if something goes wrong, and reference logs when troubleshooting an issue. |
| 8 | + |
| 9 | +For example, you could use this data to view your your monthly chargeable costs for each AWS account you have. Then you can alert the relevant budget holder about those costs by email. |
| 10 | + |
| 11 | +## Data streams |
| 12 | + |
| 13 | +The AWS Billing Console integration collects one type of data: logs. |
| 14 | + |
| 15 | +**Logs** help you keep a record of events happening in Billing. |
| 16 | +Log data streams collected by the AWS Billing Console integration include your monthly chargeable costs, along with details of your AWS services and purchases made through AWS Marketplace, and more. See more details in the [Logs](#logs-reference). |
| 17 | + |
| 18 | +## Requirements |
| 19 | + |
| 20 | +You need Elasticsearch for storing and searching your data and Kibana for visualizing and managing it. |
| 21 | +You can use our hosted Elasticsearch Service on Elastic Cloud, which is recommended, or self-manage the Elastic Stack on your own hardware. |
| 22 | + |
| 23 | + Before using any AWS integration you will need: |
| 24 | + |
| 25 | + * **AWS Credentials** to connect with your AWS account. |
| 26 | + * **AWS Permissions** to make sure the user you're using to connect has permission to share the relevant data. |
| 27 | + |
| 28 | + For more details about these requirements, see the **AWS** integration documentation. |
| 29 | + |
| 30 | +## Setup |
| 31 | + |
| 32 | +Use this integration if you only need to collect data from the AWS Billing service. |
| 33 | + |
| 34 | +If you want to collect data from two or more AWS services, consider using the **AWS** integration. When you configure the AWS integration, you can collect data from as many AWS services as you'd like. |
| 35 | + |
| 36 | +For step-by-step instructions on how to set up an integration, see the |
| 37 | +[Getting started](https://www.elastic.co/guide/en/welcome-to-elastic/current/getting-started-observability.html) guide. |
| 38 | + |
| 39 | +## Logs reference |
| 40 | + |
| 41 | +The `billing` data stream collects standard logs (also called access logs) from AWS Billing. Billing standard logs provide detailed records about every request that’s made to the AWS Billing console. |
4 | 42 |
|
5 | 43 | An example event for `billing` looks as following: |
6 | 44 |
|
|
0 commit comments