You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-visualization/charts/chart-options.rst
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,8 +217,26 @@ When data is sampled, you can see a message like this on the chart:
217
217
.. image:: /_images/images-charts/sampling.png
218
218
:width:65%
219
219
220
-
If you click:guilabel:`Click here to disable sampling`, or check the :guilabel:`Disable sampling` checkbox in the chart options tab, the sampling message is no longer displayed, and any time series data previously omitted is shown. Depending on the number of time series, disabling sampling might cause the chart to render more slowly.
220
+
If you select:guilabel:`Click here to disable sampling`, or select the :guilabel:`Disable sampling` check box in the chart options tab, the sampling message is no longer displayed, and any time series data previously omitted is shown. Depending on the number of time series, disabling sampling might cause the chart to render more slowly.
Providing a drilldown link helps other users in your organization navigate to other parts of Splunk Observability Cloud or external resources containing data related to the chart.
233
+
234
+
You can include dashboard variables and time range in the URL using curly brackets, such as ``startTime={{{-15m}}}``. For more information on dashboard variables, see :ref:`customize-dashboard-variables`.
235
+
236
+
For example, you can configure a link to go from a chart to a RUM instance during a specific time window for the same metric.
By default, the :strong:`Max delay` field is set to ``Auto``, which allows data to come in with as little delay as possible.
260
278
261
-
If you know that some of your data is delayed and you want to wait for that data to arrive before your charts are updated, click the drop-down menu and choose a new value from the list. For more information, see :ref:`delayed-datapoints`.
279
+
If you know that some of your data is delayed and you want to wait for that data to arrive before your charts are updated, select the dropdown menu and select a new value from the list. For more information, see :ref:`delayed-datapoints`.
262
280
263
281
The value you specify is applied whenever you open the chart or view it in a dashboard, unless there is a max delay override. To learn more, see :ref:`dashboard-max-delay`.
264
282
@@ -321,7 +339,7 @@ To learn more about rollups, see :ref:`rollups`.
This option allows you to add an optional message on graph charts, heatmap charts, list charts, and single value charts to indicate when metrics used in a chart either don't exist or are inactive.
342
+
This option lets you add an optional message on graph charts, heatmap charts, list charts, and single value charts to indicate when metrics used in a chart either don't exist or are inactive.
325
343
326
344
A metric is considered inactive by Splunk Observability Cloud in the following cases:
You can define various dashboard variable settings that take effect for any dashboard in this dashboard group.
99
-
Select :guilabel:`Dashboard Variables` from the dashboard's Actions menu.
98
+
You can define various dashboard variable settings that take effect for any chart in this dashboard. Select :guilabel:`Dashboard variables` from the dashboard actions menu.
100
99
101
100
When you save these settings, the dashboard variable and the suggested values now reflect the customizations you
0 commit comments