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

Commit 72ac5b9

Browse files
Merge pull request #2446 from splunk/urbiz-OD6538-aws-stats
[6538]: AWS rec stats again
2 parents 8352623 + 4426cc6 commit 72ac5b9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,10 @@ After creating an AWS IAM policy and assigning it to a particular role through t
101101
Modify the scope of data collection
102102
--------------------------------------------------
103103

104-
By default, Splunk Observability Cloud brings in data from all supported AWS services associated with your account, with :ref:`certain limitations <aws-data-limits>`, but only imports certain :ref:`recommended stats <aws-recommended-stats>` from each service.
104+
By default, Splunk Observability Cloud brings in:
105+
106+
* Data from all supported AWS services associated with your account, with :ref:`certain limitations <aws-data-limits>`.
107+
* 5 default stats per service: ``sum``, ``min``, ``max``, ``count``, and ``avg``.
105108

106109
Use the check box options in the guided setup to limit the scope of your data collection. These are the available options:
107110

@@ -110,6 +113,8 @@ Use the check box options in the guided setup to limit the scope of your data co
110113
* Select which :ref:`AWS regions <aws-regions>` to fetch data from.
111114
* Select which AWS services to fetch data from.
112115

116+
.. note:: You can also chose to import recommended stats. Learn more at :ref:`aws-recommended-stats`.
117+
113118
To limit data collection, you can also:
114119

115120
- Manage the amount of data to import. See :ref:`aws-infra-import`.

gdi/get-data-in/connect/aws/aws-recommended-stats.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ AWS recommended stats (polling only)
77
.. meta::
88
:description: List of recommended stats used in the AWS integration.
99

10-
If you're polling data, by default Splunk Observability Cloud only imports certain stats, which are based on AWS' own recommended stats and vary with service. You can look for your services' AWS recommended stats in the official AWS docs, for example :new-page:`CloudWatch metrics for your Classic Load Balancer <https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-cloudwatch-metrics.html>` or :new-page:`S3 monitoring with Amazon CloudWatch <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/viewing_metrics_with_cloudwatch.html>`.
10+
If you're polling data, by default Splunk Observability Cloud only polls these 5 statistics: SampleCount (``count`` in Splunk Observability Cloud), Average (``mean``), Sum (``sum``), Minimum (``lower``), and Maximum (``upper``).
11+
12+
If you chose to import recommended stats, instead of default stats Splunk Observability Cloud imports a set of recommended stats which are based on AWS' own recommended stats and vary with service.
13+
14+
List of recommended stats
15+
==================================================
1116

1217
Splunk Observability Cloud uses the following recommended stats:
1318

0 commit comments

Comments
 (0)