Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 57e7b36

Browse files
Draft
1 parent 63e0fe0 commit 57e7b36

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

gdi/get-data-in/connect/aws/aws-cloudformation.rst

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,31 @@ Available CloudFormation and Terraform templates
77
.. meta::
88
:description: CloudFormation templates for AWS in Splunk Observability Cloud.
99

10-
1110
To create Splunk-managed Metric Streams resources you can either use :ref:`CloudFormation <aws-cloudformation-use>` or a :ref:`Terraform template <aws-terraform-use>`.
1211

1312
.. _aws-cloudformation-use:
1413

1514
Use CloudFormation to connect to Splunk Observability Cloud
1615
========================================================================================
1716

18-
You need to install the AWS integration first before you use any Cloudformation template. Learn more at :ref:`get-started-aws`.
17+
To use CloudFormation to connect to Splunk Observability Cloud follow these steps:
18+
19+
#. Install the AWS integration. Learn more at :ref:`get-started-aws`.
20+
21+
#. Decide which :ref:`CloudFormation template <aws-cloudformation-templates>` to use depending on your deployment method (for example, per AWS region or per AWS account) and integration type. Note that templates are only available for Metric Sreams.
22+
23+
Even if you don't intend to use all options you can safely deploy any CloudFormation template since unused infrastructure doesn't generate costs.
1924

20-
Decide which CloudFormation template to use depending on your deployment method (for example, per AWS region or per AWS account) and integration type. Even if you don't intend to use all options, you can safely deploy a CloudFormation template, since unused infrastructure doesn't generate costs.
25+
#. Select the QuickLink for your chosen template. The QuickLink automatically opens the AWS Management Console in the last region you used, but you can select any other region in the AWS Management Console.
2126

2227
.. caution:: Splunk Log Observer is no longer available for new users. You can continue to use Log Observer if you already have an entitlement. To collect logs, see :ref:`aws-logs`.
2328

29+
.. _aws-cloudformation-templates:
30+
2431
Prepopulated CloudFormation templates
2532
-------------------------------------------
2633

27-
Select the QuickLink for a template which supports Metric Streams to open the AWS Management Console in the last region that you used.
34+
These are the available prepopulated CloudFormation templates to create AWS Metric Streams resources:
2835

2936
.. list-table::
3037
:header-rows: 1
@@ -66,8 +73,6 @@ Select the QuickLink for a template which supports Metric Streams to open the AW
6673
- Deploy :new-page:`this QuickLink <https://console.aws.amazon.com/cloudformation/home#/stacks/create/review?templateURL=https://o11y-public.s3.amazonaws.com/aws-cloudformation-templates/release/template_metric_streams_regional.yaml>` in every region
6774
- :new-page:`Hosted template <https://o11y-public.s3.amazonaws.com/aws-cloudformation-templates/release/template_metric_streams_regional.yaml>`
6875

69-
From the :strong:`CloudFormation templates` table, select the QuickLink for a template with support for metric streams. The QuickLink automatically opens the AWS Management Console in the last region you used, but you can select any other region in the AWS Management Console.
70-
7176
Custom CloudFormation templates
7277
-------------------------------------------
7378

@@ -85,6 +90,8 @@ You can optionally use AWS CloudFormation StackSets to work simultaneously acros
8590
Use the Terraform template to connect to Splunk Observability Cloud
8691
========================================================================================
8792

88-
Alternatively, you can also deploy Kinesis Firehose with Terraform. See :new-page:`Terraform Setup for Creating Kinesis Firehose to Send CloudWatch Metric Stream <https://github.com/signalfx/aws-terraform-templates/tree/main>`.
93+
Alternatively, you can also deploy Kinesis Firehose with Terraform. See the :new-page:`Terraform Setup for Creating Kinesis Firehose to Send CloudWatch Metric Stream <https://github.com/signalfx/aws-terraform-templates/tree/main>` GitHub repo.
94+
95+
The provided Terraform template supports Metric Streams only, and does not offer log support.
8996

90-
The provided Terraform template supports Metric Streams only, and does not offer log support.
97+
For more information on how to use Terraform to connect to AWS, see :ref:`terraform-config`.

gdi/get-data-in/connect/aws/aws-terraformconfig.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,14 @@ To configure a connection through Terraform, perform the following steps:
9999

100100
5. Add your cloud service as a data source, as described in: :guilabel:`Data Source: signalfx_aws_services`, :guilabel:`Data Source: signalfx_azure_services`, or :guilabel:`Data Source: signalfx_gcp_services`. Data sources allow Terraform to use information defined outside of Terraform, defined by another separate Terraform configuration, or modified by functions.
101101

102-
.. note:: For more Terraform syntax examples, see the blog entry :new-page:`Manage Your Splunk Infrastructure as Code Using Terraform <https://www.splunk.com/en_us/blog/partners/manage-your-splunk-infrastructure-as-code-using-terraform.html>`. For examples of how to configure through the Splunk Observability Cloud API, see :ref:`Connect to AWS using the Splunk Observability Cloud API <get-configapi>`.
102+
Additional resources
103+
-------------------------------------------
104+
105+
See also:
106+
107+
* For more Terraform syntax examples, see the blog entry :new-page:`Manage Your Splunk Infrastructure as Code Using Terraform <https://www.splunk.com/en_us/blog/partners/manage-your-splunk-infrastructure-as-code-using-terraform.html>`.
108+
* For examples of how to configure through the Splunk Observability Cloud API, see :ref:`Connect to AWS using the Splunk Observability Cloud API <get-configapi>`.
109+
* For AWS Terraform templates, see :ref:`aws-terraform-use`.
103110

104111
Next steps
105112
===============

gdi/get-data-in/connect/aws/get-awstoc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Connect AWS to Splunk Observability Cloud
1818
Connect with AWS-managed Metric Streams <aws-console-ms>
1919
Connect to AWS using the Splunk API <aws-apiconfig>
2020
Connect to AWS with Terraform <aws-terraformconfig>
21+
CloudFormation and Terraform templates <aws-cloudformation>
2122
Send AWS logs to Splunk Platform <aws-logs>
22-
CloudFormation templates <aws-cloudformation>
2323
Next steps <aws-post-install>
2424
Troubleshoot your AWS integration <aws-troubleshooting>
2525
Troubleshoot Metric Streams <aws-ts-metric-streams>

0 commit comments

Comments
 (0)