From 743919f0ceeb65384c3bc2c81d09e46991c3b999 Mon Sep 17 00:00:00 2001 From: Anna Urbiztondo Date: Thu, 20 Feb 2025 06:57:11 +0100 Subject: [PATCH 1/4] Fix --- infrastructure/monitor/azure.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/infrastructure/monitor/azure.rst b/infrastructure/monitor/azure.rst index e7125d70e..47c1dc2c7 100644 --- a/infrastructure/monitor/azure.rst +++ b/infrastructure/monitor/azure.rst @@ -155,10 +155,6 @@ The Azure integration adds the ``azure_resource_id`` dimension to metrics receiv The Azure integration truncates the dimension value to 256 bytes, which is the maximum length of a Splunk Observability Cloud dimension value. -If you install collectd on an Azure Compute Virtual Machine instance using the -:new-page:`standard install script `, -the installation automatically adds the ``azure_resource_id``. - Azure integration generic dimensions -------------------------------------------------------------------------------- From 68cc6fbad263bfd2f6161dd3d4862034c65e9bdc Mon Sep 17 00:00:00 2001 From: Anna Urbiztondo Date: Thu, 20 Feb 2025 07:20:10 +0100 Subject: [PATCH 2/4] Added filter --- gdi/monitors-hosts/vsphere.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/gdi/monitors-hosts/vsphere.rst b/gdi/monitors-hosts/vsphere.rst index 022adf912..1155fc669 100644 --- a/gdi/monitors-hosts/vsphere.rst +++ b/gdi/monitors-hosts/vsphere.rst @@ -123,8 +123,8 @@ See the following example with extended config options: Configuration settings ~~~~~~~~~~~~~~~~~~~~~~ -The following table shows the configuration options for the ``vsphere`` -monitor: +The following table shows the main configuration options for the ``vsphere`` +monitor. For more settings see :new-page:`vSphere monitor ` in GitHub. .. list-table:: :widths: 18 18 18 18 @@ -155,6 +155,7 @@ monitor: - No - ``string`` - vSphere username. + - - ``password`` @@ -163,6 +164,14 @@ monitor: - vSphere password. - + - ``filter`` + - No + - ``string`` + - * Limits the inventory traversed by the monitor. Leave blank or omit to traverse and get metrics for the entire vSphere inventory. Otherwise, this expression is evaluated per cluster. If ``true``, metrics are collected for the objects in the cluster, otherwise it's skipped. + * The expression can use the variables ``Datacenter`` and ``Cluster``. For example, to collect metrics for a specific datacenter and cluster, use ``filter: "Datacenter == 'MyDatacenter' && Cluster == 'MyCluster'"``. + * See :new-page:`expr in GitHub for advanced syntax. + - + - ``insecureSkipVerify`` - No - ``bool`` From b3955fe30a8825e808c6e064752aab2006bc0761 Mon Sep 17 00:00:00 2001 From: Anna Urbiztondo Date: Thu, 20 Feb 2025 07:26:29 +0100 Subject: [PATCH 3/4] Fix --- gdi/monitors-hosts/vsphere.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdi/monitors-hosts/vsphere.rst b/gdi/monitors-hosts/vsphere.rst index 1155fc669..f6bf88e31 100644 --- a/gdi/monitors-hosts/vsphere.rst +++ b/gdi/monitors-hosts/vsphere.rst @@ -169,7 +169,7 @@ monitor. For more settings see :new-page:`vSphere monitor in GitHub for advanced syntax. + * See :new-page:`expr ` in GitHub for advanced syntax. - - ``insecureSkipVerify`` From 640b5e537069f9744de9b1904d5d407407b61003 Mon Sep 17 00:00:00 2001 From: Anna Urbiztondo Date: Thu, 20 Feb 2025 08:37:57 +0100 Subject: [PATCH 4/4] Note --- splunkplatform/centralized-rbac.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/splunkplatform/centralized-rbac.rst b/splunkplatform/centralized-rbac.rst index e985bfb79..9f6292ba5 100644 --- a/splunkplatform/centralized-rbac.rst +++ b/splunkplatform/centralized-rbac.rst @@ -108,7 +108,9 @@ To set up centralized user and role management, follow these steps: .. code-block:: bash - acs observability enable-centralized-rbac --o11y-access-token + acs observability enable-centralized-rbac --o11y-access-token + +.. note:: It takes around 30 minutes for a new role to be available on the :guilabel:`Roles` page. How centralized user and role management works =================================================================================================