You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Starting from version 1.4.0, the .NET OTel instrumentation collects database queries for Database Query Performance. See :ref:`db-query-performance`.
359
359
360
-
SQL statements might contain sensitive information. To configure this behavior, see ``OTEL_DOTNET_AUTO_SQLCLIENT_SET_DBSTATEMENT_FOR_TEXT`` and ``OTEL_DOTNET_AUTO_ENTITYFRAMEWORKCORE_SET_DBSTATEMENT_FOR_TEXT`` in :ref:`dotnet-otel-instrumentation-settings`.
360
+
SQL statements might contain sensitive information. To configure this behavior, use the following settings as described in :ref:`dotnet-otel-requirements`.
Copy file name to clipboardExpand all lines: sp-oncall/spoc-integrations/aws-cloudwatch-integration-guide.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,14 @@ them through some other means, such as email. If you need more information on ho
28
28
Turn on AWS Cloudwatch in Splunk On-Call
29
29
=============================================
30
30
31
-
In Splunk On-Call, select :guilabel:`Integrations`, :guilabel:`AWS CloudWatch`.
31
+
In Splunk On-Call, select :guilabel:`Integrations`, :guilabel:`AWS CloudWatch`.
32
32
33
33
If the integration has not yet been activated, select :guilabel:`Enable Integration` to generate your endpoint URL. Be sure to replace the ``$routing_key`` section of your new endpoint with the routing key you want to use. If no routing key is included as part of the endpoint URL, the subscription isn't confirmed. See :ref:`spoc-routing-keys` for more information.
34
34
35
35
You can point multiple SNS subscriptions to the same AWS CloudWatch endpoint in Splunk On-Call. The subscription isn't confirmed if it hits a different endpoint.
36
36
37
+
.. note:: After you set it up, AWS automatically confirms the subscription after a few minutes.
38
+
37
39
Linking Splunk On-Call in AWS Simple Notification Service (SNS)
Copy file name to clipboardExpand all lines: synthetics/browser-test/set-up-browser-test.rst
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -423,14 +423,16 @@ Authentication
423
423
424
424
Add credentials to authenticate with sites that require additional security protocols, for example from within a corporate network. To use Authentication, a username and password need to be provided. The username can be entered as plain text or be defined by a global variable, but the password must be defined using a global variable. It is recommended to use a concealed global variable for your password to create an additional layer of security for your credentials. For more, see :ref:`concealed-gv`.
425
425
426
-
When executing the browser test, the Chrome browser is configured with the credentials defined in the test configuration. Authentication is not integrated at the OS level, it is only configured in the browser. At this time, Chrome supports the following authentication protocols:
426
+
When executing the browser test, the Chrome browser is configured with the credentials defined in the test configuration. Authentication is not integrated at the OS level, and no authentication processing happens in the runner itself. Credentials are passed directly to Chrome for handling.
427
+
428
+
At this time, Chrome supports the following authentication protocols:
427
429
428
430
* Basic Authentication
429
431
* NTLM
430
-
* Kerberos
432
+
* Kerberos (with limitations)
431
433
* Digest
432
434
433
-
More details on Chrome authentication are available :new-page:`here list <https://www.chromium.org/developers/design-documents/http-authentication/>`.
435
+
Chrome supports Kerberos authentication only when it can infer the correct Kerberos service principal name (SPN) based on standard conventions. This support doesn't include :new-page:`Kerberos Credentials Delegation (Forwardable Tickets) <https://www.chromium.org/developers/design-documents/http-authentication/>`.
434
436
435
437
436
438
.. _browser-headers:
@@ -458,9 +460,14 @@ To set a cookie, a key and value must be provided. A domain and path may optiona
458
460
459
461
Host overrides
460
462
---------------------------------------
461
-
Add host override rules to reroute requests from one host to another. For example, you can create a host override to test an existing production site against page resources loaded from a development site or a specific CDN edge node.
463
+
Add host override rules to reroute requests from one host to another. For example, you can create a host override to test an existing production site against page resources loaded from a development site or from a specific CDN edge node.
464
+
465
+
You can also indicate whether to retain the original ``HOST`` header by activating :guilabel:`Keep host headers`. If activated, the original request's headers remain intact (recommended). If deactivated, a change in the ``HOST`` header to the new host might occur, potentially leading to an internal direct (307). :guilabel:`Keep host headers` is activated by default.
466
+
467
+
468
+
.. note::
469
+
Host overrides apply only to the exact hostname you specify. They don't automatically apply to subdomains. In other words, host overrides don't support wildcards. If you need to override any subdomains, you must create a separate host override for each subdomain's fully qualified domain name (FQDN). For example, if you create a host override for ``domainA.com`` to ``domainB.com``, requests to ``domainA.com`` are redirected to ``domainB.com``, but requests to ``mail.domainA.com`` are not automatically redirected to ``mail.domainB.com``. You must explicitly create a separate host override for ``mail.domainA.com``.
462
470
463
-
You can also indicate whether to retain the original HOST header by activating :strong:`Keep host headers`. If activated, the original request's headers remain intact (recommended). If deactivated, a change in the HOST header to the new host might occur, potentially leading to an internal direct (307). It is activated by default.
464
471
465
472
.. _browser-wait-times:
466
473
@@ -473,10 +480,10 @@ Optimize your test coverage by adding custom wait times to capture longer page l
473
480
474
481
Follow these steps to configure custom wait times for your Browser tests:
475
482
476
-
#. In Splunk Synthetic Monitoring, select :strong:`Edit` on the Browser test to open the configuration panel.
477
-
#. Select :strong:`New step > Wait`, from the step type drop down.
483
+
#. In Splunk Synthetic Monitoring, select :guilabel:`Edit` on the Browser test to open the configuration panel.
484
+
#. Select :guilabel:`New step > Wait`, from the step type drop down.
478
485
#. Add a name and the wait time in ms.
479
-
#. When you finish instrumenting your test, save the workflow: :strong:`Return to test > Save`.
486
+
#. When you finish instrumenting your test, save the workflow: :guilabel:`Return to test > Save`.
480
487
481
488
The following image shows how to configure a test to go to a URL, wait for 10 seconds, then log in.
0 commit comments