Skip to content

Commit 742c202

Browse files
Merge pull request #2740 from splunk/trangl-o11ydocs-7179-chart-drilldown-link
Chart drilldown links
2 parents 697d9d6 + 0d72df7 commit 742c202

File tree

4 files changed

+25
-8
lines changed

4 files changed

+25
-8
lines changed
247 KB
Loading
173 KB
Loading

data-visualization/charts/chart-options.rst

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,26 @@ When data is sampled, you can see a message like this on the chart:
217217
.. image:: /_images/images-charts/sampling.png
218218
:width: 65%
219219

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.
221221

222+
.. _chart-drilldown-link:
223+
224+
Drilldown link
225+
=============================================================================
226+
227+
This option lets you add a drilldown link to the chart header when you view the chart in a dashboard.
228+
229+
.. image:: /_images/images-charts/charts-drilldown-link.png
230+
:width: 65%
231+
232+
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.
237+
238+
.. image:: /_images/images-charts/drilldown-example.png
239+
:width: 65%
222240

223241
.. _heatmap-group-by:
224242

@@ -258,7 +276,7 @@ Max delay
258276

259277
By default, the :strong:`Max delay` field is set to ``Auto``, which allows data to come in with as little delay as possible.
260278

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`.
262280

263281
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`.
264282

@@ -321,7 +339,7 @@ To learn more about rollups, see :ref:`rollups`.
321339
No active metrics message
322340
=============================================================================
323341

324-
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.
325343

326344
A metric is considered inactive by Splunk Observability Cloud in the following cases:
327345

data-visualization/dashboards/dashboard-create-customize.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ Customizing mirrored dashboard filters
9595
Customize dashboard variables
9696
=========================================
9797

98-
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.
10099

101100
When you save these settings, the dashboard variable and the suggested values now reflect the customizations you
102101
specified.
@@ -105,12 +104,12 @@ Customizing mirrored dashboard variables
105104
----------------------------------------
106105

107106
- You can make changes directly on the :guilabel:`Overrides` bar; if you save the mirror, these settings become
108-
default values in the :guilabel:`Variable Details` section of the :guilabel:`Dashboard Variables` tab.
107+
default values in the :guilabel:`Variable details` section of the :guilabel:`Dashboard variables` tab.
109108

110-
- When you save customization options that you set in the :guilabel:`Dashboard Variables` tab, these changes are
109+
- When you save customization options that you set in the :guilabel:`Dashboard variables` tab, these changes are
111110
automatically saved as default settings for this mirror.
112111

113-
- On the :guilabel:`Dashboard Variables` tab, anyone with dashboard write permissions can add, delete, and edit
112+
- On the :guilabel:`Dashboard variables` tab, anyone with dashboard write permissions can add, delete, and edit
114113
dashboard variables and their settings. These variables affect all mirrors that don't have variable
115114
customizations applied.
116115

0 commit comments

Comments
 (0)