Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions gdi/monitors-hosts/vsphere.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/vsphere.md>` in GitHub.

.. list-table::
:widths: 18 18 18 18
Expand Down Expand Up @@ -155,6 +155,7 @@ monitor:
- No
- ``string``
- vSphere username.

-

- ``password``
Expand All @@ -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 <https://github.com/antonmedv/expr>` in GitHub for advanced syntax.
-

- ``insecureSkipVerify``
- No
- ``bool``
Expand Down
4 changes: 0 additions & 4 deletions infrastructure/monitor/azure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/signalfx/signalfx-collectd-installer>`,
the installation automatically adds the ``azure_resource_id``.

Azure integration generic dimensions
--------------------------------------------------------------------------------

Expand Down
4 changes: 3 additions & 1 deletion splunkplatform/centralized-rbac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <access-token>
acs observability enable-centralized-rbac --o11y-access-token <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
=================================================================================================
Expand Down