From 8acc3ca841a59f251d4ad2fb84374d28f6f1dbd7 Mon Sep 17 00:00:00 2001 From: ada Date: Fri, 8 Nov 2024 16:04:20 -0800 Subject: [PATCH 1/4] List the realms that we support for the Browser RUM agent. --- _includes/requirements/realm.rst | 5 +++++ gdi/get-data-in/rum/browser/install-rum-browser.rst | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 _includes/requirements/realm.rst diff --git a/_includes/requirements/realm.rst b/_includes/requirements/realm.rst new file mode 100644 index 000000000..e2d8eba5a --- /dev/null +++ b/_includes/requirements/realm.rst @@ -0,0 +1,5 @@ +The Browser RUM agent runs in the following realms: + +- United States: ``us0``, ``us1``, ``us2`` +- Europe: ``eu0``, ``eu1``, ``eu2`` +- Asia-Pacific: ``jp0``, ``au0`` diff --git a/gdi/get-data-in/rum/browser/install-rum-browser.rst b/gdi/get-data-in/rum/browser/install-rum-browser.rst index 5d7efc47f..d5802e73e 100644 --- a/gdi/get-data-in/rum/browser/install-rum-browser.rst +++ b/gdi/get-data-in/rum/browser/install-rum-browser.rst @@ -19,6 +19,9 @@ Check compatibility and requirements .. include:: /_includes/requirements/browser.rst +.. include:: /_includes/requirements/realm.rst + + .. _rum-browser-install: Instrument your web application for Splunk RUM @@ -194,7 +197,7 @@ Follow these steps to instrument and configure Splunk RUM using npm: .. _loading-initializing_browser-rum: -Loading and initializing the Browser RUM agent +Load and initialize the Browser RUM agent ======================================================== To avoid gaps in your data, load and initialize the Browser RUM agent synchronously and as early as possible. Delayed loading might result in missing data, as the instrumentation cannot collect data before it's initialized. From e8fac37a8b7395f98c38b68fee0b177aa04b4ab4 Mon Sep 17 00:00:00 2001 From: Bri Hillmer Date: Tue, 12 Nov 2024 09:34:17 -0700 Subject: [PATCH 2/4] fix typo --- sp-oncall/user-roles/user-roles-permissions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp-oncall/user-roles/user-roles-permissions.rst b/sp-oncall/user-roles/user-roles-permissions.rst index 2ba9c598a..d639ace74 100644 --- a/sp-oncall/user-roles/user-roles-permissions.rst +++ b/sp-oncall/user-roles/user-roles-permissions.rst @@ -255,7 +255,7 @@ The following table identifies the team management capabilities of each Splunk O - Yes - - * - Create, edit, or delete escation policies + * - Create, edit, or delete escaltion policies - Yes - - For teams where they are a Team admin From 074824a81f7c92857ea18e6b9ed74809bab9553f Mon Sep 17 00:00:00 2001 From: Bri Hillmer Date: Tue, 12 Nov 2024 09:36:02 -0700 Subject: [PATCH 3/4] fix typo --- sp-oncall/user-roles/user-roles-permissions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp-oncall/user-roles/user-roles-permissions.rst b/sp-oncall/user-roles/user-roles-permissions.rst index d639ace74..2abeb2797 100644 --- a/sp-oncall/user-roles/user-roles-permissions.rst +++ b/sp-oncall/user-roles/user-roles-permissions.rst @@ -255,7 +255,7 @@ The following table identifies the team management capabilities of each Splunk O - Yes - - * - Create, edit, or delete escaltion policies + * - Create, edit, or delete escalation policies - Yes - - For teams where they are a Team admin From 797afbc46261a6f24a484034f9aa125c16ebb0e1 Mon Sep 17 00:00:00 2001 From: ada Date: Tue, 12 Nov 2024 10:29:10 -0800 Subject: [PATCH 4/4] List the realms that we support for the Browser RUM agent -- this time, alphabetized. --- _includes/requirements/realm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/requirements/realm.rst b/_includes/requirements/realm.rst index e2d8eba5a..3568ca5a4 100644 --- a/_includes/requirements/realm.rst +++ b/_includes/requirements/realm.rst @@ -2,4 +2,4 @@ The Browser RUM agent runs in the following realms: - United States: ``us0``, ``us1``, ``us2`` - Europe: ``eu0``, ``eu1``, ``eu2`` -- Asia-Pacific: ``jp0``, ``au0`` +- Asia-Pacific: ``au0``, ``jp0``