|
| 1 | +import useBaseUrl from '@docusaurus/useBaseUrl'; |
| 2 | + |
1 | 3 | To configure an AWS Cost Explorer Source: |
2 | 4 |
|
3 | 5 | 1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > Collection**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic main menu select **Data Management**, and then under **Data Collection** select **Collection**. You can also click the **Go To...** menu at the top of the screen and select **Collection**. |
4 | 6 | 1. On the Collection page, click **Add Source** next to a Hosted Collector. |
5 | | -1. Search for and select **AWS Cost Explorer**.<br/> <img src="/img/send-data/aws-cost-explorer-icon.png" alt="aws-cost-explorer-icon" width="10%" /> |
6 | | -1. Enter a **Name** for the Source in the Sumo Logic console. The **Description** is optional.<br/> <img src="/img/integrations/amazon-aws/cost-explorer-v2-1-1.png" alt="cost-explorer-v2-1-1.png" width="400" /> |
| 7 | +1. Search for and select **AWS Cost Explorer**.<br/> <img src={useBaseUrl('img/send-data/aws-cost-explorer-icon.png')} alt="aws-cost-explorer-icon" width="10%" /> |
| 8 | +1. Enter a **Name** for the Source in the Sumo Logic console. The **Description** is optional.<br/> <img src={useBaseUrl('img/integrations/amazon-aws/cost-explorer-v2-1-1.png')} alt="cost-explorer-v2-1-1.png" width="400" /> |
7 | 9 | 1. (Optional) For **Source Category**, enter any string to tag the output collected from the Source. Category [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) is stored in a searchable field called `_sourceCategory`. |
8 | 10 | 1. For [Fields](/docs/manage/fields), click the **+Add** link to add custom log metadata. Define the fields you want to associate. Each field needs a name (key) and value. |
9 | | - * <img src="/img/reuse/green-check-circle.png" alt="green check circle.png" width="20"/> A green circle with a check mark is shown when the field exists and is enabled in the Fields table schema. |
10 | | - * <img src="/img/reuse/orange-exclamation-point.png" alt="orange exclamation point.png" width="20"/> An orange triangle with an exclamation point is shown when the field doesn't exist, or is disabled in the Fields table schema. In this case, you'll see an option to automatically add or enable the nonexistent fields to the Fields table schema. If a field is sent to Sumo Logic but isn’t present or enabled in the schema, it’s ignored and marked as **Dropped**.<br/><br/>It is preferable to add an **account** field (for the dashboards) and assign it a friendly name to identify the corresponding AWS account.<br/>  |
| 11 | + * <img src={useBaseUrl('img/reuse/green-check-circle.png')} alt="green check circle.png" width="20"/> A green circle with a check mark is shown when the field exists and is enabled in the Fields table schema. |
| 12 | + * <img src={useBaseUrl('img/reuse/orange-exclamation-point.png')} alt="orange exclamation point.png" width="20"/> An orange triangle with an exclamation point is shown when the field doesn't exist, or is disabled in the Fields table schema. In this case, you'll see an option to automatically add or enable the nonexistent fields to the Fields table schema. If a field is sent to Sumo Logic but isn’t present or enabled in the schema, it’s ignored and marked as **Dropped**.<br/><br/>It is preferable to add an **account** field (for the dashboards) and assign it a friendly name to identify the corresponding AWS account.<br/>  |
11 | 13 | 1. For the **AWS Access Key** and **AWS Secret Key**, provide the IAM User access key and secret key you want to use to authenticate collection requests. Make sure your IAM user has the following IAM policy attached with it. |
12 | 14 | ```json |
13 | 15 | { |
|
0 commit comments