Skip to content

Commit 781367b

Browse files
Merge pull request splunk#1525 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents 60e3590 + a758fd3 commit 781367b

File tree

4 files changed

+34
-68
lines changed

4 files changed

+34
-68
lines changed

_includes/metric-categories.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
| This category is not part of the report.
5151
5252
* - 13
53-
- | APM Monitoring MetricSets
54-
| This category is not part of the report.
53+
- APM Monitoring MetricSets
5554

5655
* - 14
5756
- Infrastructure Monitoring function

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Read more at the official AWS documentation:
412412

413413
* :new-page:`AWS Organization Service Control Policies <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps.html>`
414414
* :new-page:`Permissions boundaries for IAM entities <https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html>`
415-
* :new-page:`Troubleshooting IAM permission access denied or unauthorized errors <https://web.archive.org/web/20231129090004/https://repost.aws/knowledge-center/troubleshoot-iam-permission-errors>`
415+
* :new-page:`Troubleshooting IAM permission access denied or unauthorized errors <https://repost.aws/knowledge-center/troubleshoot-iam-permission-errors>`
416416

417417
.. _aws-regions:
418418

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ If issues persist, you can also contact :ref:`support`.
1818
Error validating your AWS connection
1919
=========================================
2020

21-
The automatic attempt to validate a connection that you just configured fails, so there is no connection between Splunk Observability Cloud and your AWS account.
21+
The automatic attempt to validate a connection that you just configured fails, so there is no connection between Splunk Observability Cloud and your AWS account. This can include failed API calls with ``400`` error codes.
2222

2323
Cause
2424
^^^^^^
2525

26-
The connection might fail due to invalid Identity Access Management (IAM) policy used by your AWS integration.
26+
The connection might fail due to your AWS integration using invalid Identity Access Management (IAM) policies, or missing some of the required permissions.
2727

28-
If you use the AWS Organizations' :new-page:`Service control policies <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps.html>` or :new-page:`Permission boundaries for IAM entities <https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html>`, they
28+
If you use AWS Organizations' :new-page:`Service control policies <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps.html>` or :new-page:`Permission boundaries for IAM entities <https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html>`, they
2929
might impact the AWS IAM policy you're using to connect to Splunk Observability Cloud.
3030

3131
Solution
3232
^^^^^^^^^
3333

34-
Ensure all :ref:`aws-required-permissions` are included in your IAM policy.
34+
Make sure to include all the required policies to connect your AWS account to Splunk Observability Cloud, as described in :ref:`aws-required-permissions`. Note that required permissions depend on your connection method (polling or Metric Streams), and that tag collection requires specific permissions.
3535

36-
Also review the AWS Organizations' policies and boundaries you're using.
36+
You also need to review the AWS Organizations' policies and boundaries you're using.
3737

3838
.. _aws-ts-cloud:
3939

synthetics/test-config/test-config.rst

Lines changed: 27 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -21,42 +21,29 @@ Manage synthetic tests
2121

2222
To simulate diverse types of traffic to your site or application, use a range of configuration options to customize each of your tests.
2323

24-
.. raw:: html
25-
26-
<embed>
27-
<h2>Devices</h2>
28-
</embed>
24+
========================================================================================
25+
Devices
26+
========================================================================================
2927

3028
When you set up a test in Splunk Synthetic Monitoring, you can configure the viewport and network connection of the device from which the test is simulated.
3129

3230
Because Browser tests capture the visual experience of a page, while Uptime and API tests only capture response data, viewport applies to Browser tests only. Network connection applies to all test types.
3331

34-
.. raw:: html
35-
36-
<embed>
37-
<h3>Viewport</h3>
38-
</embed>
39-
40-
32+
----------------------------------------------------------------------------------------
33+
Viewport
34+
----------------------------------------------------------------------------------------
4135
Browser tests in Splunk Synthetic Monitoring capture the visual experience of a user interacting with your application. The viewport is the framed area on a device's screen for viewing information, such as the browser window on a desktop. By default, Browser tests run from a desktop-sized viewport. You can configure tests to run from other viewport sizes to test the user experience from a variety of window sizes and device types.
4236

4337
When you set up a test, you can choose the viewport size from a list of common devices, or set a custom viewport by height and width.
4438

45-
46-
.. raw:: html
47-
48-
<embed>
49-
<h3>Network connection</h3>
50-
</embed>
51-
39+
----------------------------------------------------------------------------------------
40+
Network connection
41+
----------------------------------------------------------------------------------------
5242
You can run Browser, Uptime, or API tests to simulate network connections of various latencies, including Mobile LTE, Mobile 3G, DSL, Mobile 5G, and cable internet. Testing your site from a variety of connection types lets you monitor the experience of users in a variety of settings.
5343

54-
.. raw:: html
55-
56-
<embed>
57-
<h2>Variables</h2>
58-
</embed>
59-
44+
========================================================================================
45+
Variables
46+
========================================================================================
6047
Use variables to fill in fields, provide URLs, and enter other information during your tests.
6148

6249
.. list-table::
@@ -70,14 +57,9 @@ Use variables to fill in fields, provide URLs, and enter other information durin
7057
* - Global variables
7158
- Pre-saved, reusable variables you can define once and use across all your Browser and API tests. See :ref:`global-variables` to learn more.
7259

73-
74-
.. raw:: html
75-
76-
<embed>
77-
<h2>Locations</h2>
78-
</embed>
79-
80-
60+
========================================================================================
61+
Locations
62+
========================================================================================
8163
Specify locations for your tests to simulate traffic from a range of checkpoints around the world, or use private locations to test sites from within a private network.
8264

8365
For more, see:
@@ -88,12 +70,9 @@ For more, see:
8870
.. * See :ref:`private-locations` to set up private locations.
8971
9072
91-
.. raw:: html
92-
93-
<embed>
94-
<h2>Test state and current status</h2>
95-
</embed>
96-
73+
========================================================================================
74+
Test state and current status
75+
========================================================================================
9776
You can use the play and pause buttons in the more menu (|more|) of your tests to pause or resume data collection.
9877

9978
The current status of a test is updated every time you load the :guilabel:`Test Overview` page in Splunk Synthetic Monitoring. The following table describes the possible status types for each test.
@@ -117,14 +96,9 @@ The current status of a test is updated every time you load the :guilabel:`Test
11796
* - Failure
11897
- The test encountered a failure.
11998

120-
121-
122-
.. raw:: html
123-
124-
<embed>
125-
<h2>Test naming conventions</h2>
126-
</embed>
127-
99+
========================================================================================
100+
Test naming conventions
101+
========================================================================================
128102
Choosing informative names for your tests and alerts helps organize content. Here are some guidelines:
129103

130104
* Add a category as a prefix to your test name like group, application, brand, or team names so that you can simplify searches. For example, these two Browser tests start with ``[ButtercupGames]``.
@@ -136,13 +110,9 @@ Choosing informative names for your tests and alerts helps organize content. Her
136110
:alt: This image shows two Browser tests with the prefix [ButtercupGames].
137111

138112

139-
.. raw:: html
140-
141-
<embed>
142-
<h2>Troubleshoot broken tests </h2>
143-
</embed>
144-
145-
113+
========================================================================================
114+
Troubleshoot broken tests
115+
========================================================================================
146116
Follow these guidelines to troubleshoot a broken test.
147117

148118
#. (Optional) Make a copy of the test so that you can check various solutions before fixing the original test.
@@ -159,12 +129,9 @@ Follow these guidelines to troubleshoot a broken test.
159129
#. Verify that there is one instance only of the selector you want to use in your test. If the selector appears more than once your test might break again in the future. Unique selectors provide optimal test performance.
160130
#. Update your tests with your findings.
161131

162-
.. raw:: html
163-
164-
<embed>
165-
<h2>Filter tests</h2>
166-
</embed>
167-
132+
========================================================================================
133+
Filter tests
134+
========================================================================================
168135
You can filter by test type, key-value pairs, and more.
169136

170137
.. image:: /_images/synthetics/syn-filter-test.png

0 commit comments

Comments
 (0)