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

Commit 879a6ea

Browse files
Merge pull request #2494 from splunk/urbiz-gdi-cloud-ootb
[6538]: Cloud OOTB clarification
2 parents 3d3004b + 39ccefe commit 879a6ea

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

_includes/gdi/available-azure.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
You can collect data from the following Azure services out-of-the-box:
1+
By default Splunk Observability Cloud collects metrics from the Azure services listed on the table below as explained in :ref:`connect-to-azure`.
22

33
.. list-table::
44
:header-rows: 1
@@ -251,3 +251,15 @@ You can collect data from the following Azure services out-of-the-box:
251251
* - VPN Gateway
252252
- microsoft.network/virtualnetworkgateways
253253

254+
Add additional services
255+
============================================
256+
257+
If you want to collect data from other Azure services you need to add them as a custom service in the UI, or with the field ``additionalServices`` if you're using the API. Splunk Observability Cloud syncs resource types that you specify in services and custom services. If you add a resource type to both fields, Splunk Observability Cloud ignores the duplication.
258+
259+
Any resource type you specify as a custom service must meet the following criteria:
260+
261+
* The resource must be an Azure GenericResource type.
262+
263+
* If the resource type has a hierarchical structure, only the root resource type is a GenericResource. For example, a Storage Account type can have a File Service type, which in turn can have a File Storage type. In this case, only Storage Account is a GenericResource.
264+
265+
* The resource type stores its metrics in Azure Monitor. To learn more about Azure Monitor, refer to the Microsoft Azure documentation.

gdi/get-data-in/connect/azure/azure-metrics.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,13 @@ Azure metrics in Splunk Observability Cloud
77
.. meta::
88
:description: These are the metrics available for the Azure integration with Splunk Observability Cloud, grouped according to Azure resource.
99

10-
By default Splunk Observability Cloud includes all available metrics from any Azure integration.
10+
.. include:: /_includes/gdi/available-azure.rst
1111

12-
Azure services metrics
13-
=================================
12+
Azure services metric information
13+
================================================
1414

1515
Metric names and descriptions are generated dynamically from data provided by Microsoft. See all details in Microsoft's :new-page:`Supported metrics with Azure Monitor <https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported>`.
1616

17-
.. include:: /_includes/gdi/available-azure.rst
18-
19-
Types of available metrics
20-
-------------------------------------------
21-
2217
Every metric can either be a counter or a gauge, depending on what dimension is being looked at. If the MTS contains the dimension ``aggregation_type: total`` or ``aggregation_type: count``, then it is sent as a counter. Otherwise, it is sent as a gauge. To learn more, see :ref:`metric-types` and :ref:`metric-time-series`.
2318

2419
Azure functions metrics

0 commit comments

Comments
 (0)