diff --git a/gdi/monitors-hosts/vsphere.rst b/gdi/monitors-hosts/vsphere.rst index 022adf912..f6bf88e31 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`` 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 -------------------------------------------------------------------------------- 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 =================================================================================================