Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 4e6489c

Browse files
Merge pull request #1685 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents 2788bbd + 92b40f5 commit 4e6489c

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

gdi/monitors-hosts/vsphere.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ See the following example with extended config options:
123123
Configuration settings
124124
~~~~~~~~~~~~~~~~~~~~~~
125125

126-
The following table shows the configuration options for the ``vsphere``
127-
monitor:
126+
The following table shows the main configuration options for the ``vsphere``
127+
monitor. For more settings see :new-page:`vSphere monitor <https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/vsphere.md>` in GitHub.
128128

129129
.. list-table::
130130
:widths: 18 18 18 18
@@ -155,6 +155,7 @@ monitor:
155155
- No
156156
- ``string``
157157
- vSphere username.
158+
158159
-
159160

160161
- ``password``
@@ -163,6 +164,14 @@ monitor:
163164
- vSphere password.
164165
-
165166

167+
- ``filter``
168+
- No
169+
- ``string``
170+
- * 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.
171+
* 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'"``.
172+
* See :new-page:`expr <https://github.com/antonmedv/expr>` in GitHub for advanced syntax.
173+
-
174+
166175
- ``insecureSkipVerify``
167176
- No
168177
- ``bool``

infrastructure/monitor/azure.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ The Azure integration adds the ``azure_resource_id`` dimension to metrics receiv
155155

156156
The Azure integration truncates the dimension value to 256 bytes, which is the maximum length of a Splunk Observability Cloud dimension value.
157157

158-
If you install collectd on an Azure Compute Virtual Machine instance using the
159-
:new-page:`standard install script <https://github.com/signalfx/signalfx-collectd-installer>`,
160-
the installation automatically adds the ``azure_resource_id``.
161-
162158
Azure integration generic dimensions
163159
--------------------------------------------------------------------------------
164160

splunkplatform/centralized-rbac.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,9 @@ To set up centralized user and role management, follow these steps:
108108

109109
.. code-block:: bash
110110
111-
acs observability enable-centralized-rbac --o11y-access-token <access-token>
111+
acs observability enable-centralized-rbac --o11y-access-token <access-token>
112+
113+
.. note:: It takes around 30 minutes for a new role to be available on the :guilabel:`Roles` page.
112114

113115
How centralized user and role management works
114116
=================================================================================================

0 commit comments

Comments
 (0)