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

Commit 0c03ddd

Browse files
Merge pull request #1621 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents 9d136a9 + 80cfc30 commit 0c03ddd

File tree

11 files changed

+225
-363
lines changed

11 files changed

+225
-363
lines changed

data-visualization/charts/chart-builder.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Visibility of plot lines
310310

311311
Click the eye icon on the far left of the plot line to show or hide the plot line on the chart. This option is not available for text charts and event feeds. In all chart types except heatmap, multiple plot lines can be displayed.
312312

313-
.. note:: In the :ref:`single-value-chart-type`, if multiple plots are visible, the value on the chart reflects the first visible plot in the plot list.
313+
.. note:: In a single value chart, if multiple plots are visible, the value on the chart reflects the first visible plot in the plot list.
314314

315315
To hide all plot lines except one, alt-click (or option-click) the eye icon for the plot line you want to display. This can be useful when a chart contains multiple plots and you need to focus on just one. To return to the previous view, alt-click the eye icon again for the visible plot line.
316316

@@ -402,7 +402,7 @@ A number displayed on a chart could be anything from a raw number (such as bits
402402

403403
All display units are shown when you take any of the following actions:
404404

405-
- View a :ref:`single-value<single-value-chart-type>` or :ref:`list chart<list-chart-type>`
405+
- View a :ref:`single value<single-value-charts>` or :ref:`list chart<list-charts>`
406406

407407
- Look at values in the :ref:`data table<data-table>` for a chart
408408

@@ -436,7 +436,7 @@ It can sometimes be useful to apply the :ref:`Scale<scale>` analytics function w
436436
Visualization type
437437
-------------------------------------------------------------------
438438

439-
For :ref:`graphs<graph-chart-type>`, plots default to a visualization style selected for the chart as a whole, such as line, area, column, or histogram. For example, new plots created on a column chart appear initially as additional columns. However, you can change this setting so a plot uses a different chart display type than the chart default.
439+
For :ref:`graph charts<graph-charts>`, plots default to a visualization style selected for the chart as a whole, such as line, area, column, or histogram. For example, new plots created on a column chart appear initially as additional columns. However, you can change this setting so a plot uses a different chart display type than the chart default.
440440

441441
For example, if the chart is an area chart, you can choose to display one of its plots as a line.
442442

data-visualization/charts/chart-options.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ In the following illustration, the border on the left indicates that value is or
109109
Color theme
110110
=============================================================================
111111

112-
Use this option to specify the color family to use when you populate a histogram chart. To learn more, see :ref:`graph-chart-type`. The color you select represents the darkest value on the chart; other values are shown with progressively less saturation.
112+
Use this option to specify the color family to use when you populate a histogram chart. To learn more, see :ref:`histogram-charts`. The color you select represents the darkest value on the chart; other values are shown with progressively less saturation.
113113

114114
Similar options are available for heatmap charts (see :ref:`color-threshold`) and for single value and list charts. To learn more, see :ref:`color-value`.
115115

@@ -499,7 +499,7 @@ This option lets you specify whether Y-axis values are shown in decimal units (1
499499
Visualization type
500500
=============================================================================
501501

502-
See :ref:`choose-chart-type`.
502+
See :ref:`chart-types`.
503503

504504
.. _chart-option-compatibility-matrix:
505505

data-visualization/charts/chart-types.rst

Lines changed: 167 additions & 112 deletions
Large diffs are not rendered by default.

data-visualization/charts/create-charts.rst

Lines changed: 2 additions & 188 deletions
Original file line numberDiff line numberDiff line change
@@ -118,200 +118,14 @@ Select a chart type
118118

119119
Available chart types are shown as icons in the chart's title bar. You can also select a chart type in the Chart Options tab. Hover over an icon to see which chart type it represents, then select an icon to display the chart in that format. The selected chart type is highlighted and indicated by a small pointer.
120120

121-
To learn more about different chart types, see :ref:`chart-types`.
122-
123-
See the following sections for more information on when to use each type of chart:
124-
125-
- :ref:`graph-chart-type`.
126-
127-
- :ref:`list-chart-type`.
128-
129-
- :ref:`single-value-chart-type`.
130-
131-
- :ref:`heatmap-chart-type`.
132121

133-
- :ref:`event-feed-chart-type`.
134-
135-
- :ref:`text-chart-type`.
136-
137-
- :ref:`table-chart-type`.
122+
To learn more about different chart types, see :ref:`chart-types`.
138123

139124
.. note::
140125

141126
In some cases, you might want to create multiple charts for the same data displayed in different ways. One way to do that is to copy a chart then change the chart type after you paste it from the clipboard. Another way is to change the chart type and then use :guilabel:`Save as` to save it as a new chart, preferably with a new name. See :ref:`copy-charts` for more information.
142127

143-
.. _graph-chart-type:
144-
145-
Use graph charts
146-
----------------
147-
148-
Use graph charts when you want to display data points over a period of time. To learn more about graph charts, see :ref:`graph-charts`.
149-
150-
The first four icons in the chart's title bar represent the four visualization options for graph charts:
151-
152-
- Line: To learn more about line visualization, see :ref:`line-charts`.
153-
154-
.. image:: /_images/data-visualization/charts/line-chart.png
155-
:alt: This screenshot shows a line chart illustrating the CPU percentages used for a set of AWS EC2 instances.
156-
157-
- Area: To learn more about area visualization, see :ref:`area-charts`.
158-
159-
.. image:: /_images/data-visualization/charts/area-chart.png
160-
:alt: This screenshot shows an area chart illustrating the CPU percentages used for a set of AWS EC2 instances.
161-
162-
- Column: To learn more about column visualization, see :ref:`column-charts`.
163-
164-
.. image:: /_images/data-visualization/charts/column-chart.png
165-
:alt: This screenshot shows a column chart illustrating CPU percentages used for a set of AWS EC2 instances.
166-
167-
- Histogram: To learn more about histogram visualization, see :ref:`histogram-charts`.
168-
169-
.. image:: /_images/data-visualization/charts/histogram-chart.png
170-
:alt: This screenshot shows a histogram chart illustrating CPU percentages used for a set of AWS EC2 instances.
171-
172-
The chart type you choose here is applied as a default to all the plots on the chart, but you can choose a different visualization type for individual plots. See :ref:`plot-config-panel`.
173-
174-
To customize a chart, see :ref:`chart-options-tab`.
175-
176-
.. _single-value-chart-type:
177-
178-
Use single value charts
179-
-----------------------
180-
181-
Choose this chart type when you want to see a single number in a large font that represents the current value of a single data point on a plot line. If the time period is in the past, the number represents the value of the metric near the end of the time period.
182-
183-
.. image:: /_images/data-visualization/charts/single-value-chart.png
184-
:width: 50%
185-
:alt: This screenshot shows a single value chart illustrating the number of hosts with the Splunk Distribution of OpenTelemetry Collector installed.
186-
187-
.. caution::
188-
189-
To display an accurate value, the plot must use an aggregate analytics function that generates a single value for each data point on the chart, such as Mean, Sum, Max, and so on. If the plot line always reflects only a single time series, no analytics function is needed. However, this is uncommon.
190-
191-
If the plot line on the chart shows multiple values, that is one line per metric time series (MTS) when viewed as a line chart, the single number displayed on the chart might represent any of the values for a given point in time.
192-
193-
194-
.. note::
195-
196-
If multiple plots are marked as visible, the value represents the first visible plot in the list. For example, if plots |nbsp| A and |nbsp| B are visible, the value represents plot |nbsp| A. If you hide plot |nbsp| A, the value represents plot |nbsp| B.
197-
198-
To learn more about single value charts, see :ref:`single-value-charts`.
199-
200-
To customize a chart, see :ref:`chart-options-tab`. An especially useful option for this chart type is :ref:`color-value`, which lets you use different colors to represent different value ranges.
201-
202-
.. _heatmap-chart-type:
203-
204-
Use heatmap charts
205-
------------------
206-
207-
Use heatmap charts when you want to see the specified plot in a format similar to the navigator view in Infrastructure Monitoring, with squares representing each source for the selected metric, and the color of each square representing the value range of the metric.
208-
209-
.. image:: /_images/data-visualization/charts/heatmap-chart.png
210-
:alt: This screenshot shows a heatmap chart illustrating the CPU capacity used by each node in a Kubernetes cluster.
211-
212-
To learn more about heatmap charts, see :ref:`heatmap-charts`.
213-
214-
To customize a chart, see :ref:`chart-options-tab`.
215-
216-
217-
.. _list-chart-type:
218-
219-
Use list charts
220-
---------------
221-
222-
Use this chart type to display current data values in a list format. By default, the name of each value in the chart reflects the name of the plot and any associated analytics. To avoid having the raw metric name displayed on the chart, give the plot a meaningful name.
223-
224-
.. image:: /_images/data-visualization/charts/list-chart.png
225-
:alt: This screenshot shows a list chart illustrating the number of active hosts per AWS EC2 instance type.
226-
227-
To learn more about list charts, see :ref:`list-charts`.
228-
229-
To customize the information shown in the list, see :ref:`chart-options-tab`.
230-
231-
232-
.. _event-feed-chart-type:
233-
234-
Use event feed charts
235-
---------------------
236-
237-
Use this chart type when you want to see a list of events on your dashboard.
238-
239-
.. image:: /_images/data-visualization/charts/event-feed-chart.png
240-
:alt: This screenshot shows an event feed chart illustrating a series of cleared, critical, and custom events.
241-
242-
To learn more about event feed charts, see :ref:`event-feed-charts`.
243-
244-
To customize the information shown in the feed, see :ref:`dashboard-event-feed`.
245-
246-
247-
.. _text-chart-type:
248-
249-
Use text charts
250-
---------------
251-
252-
Use text charts when you want to place a text note on the dashboard instead of displaying metrics.
253-
254-
.. image:: /_images/data-visualization/charts/text-chart.png
255-
:width: 50%
256-
:alt: This screenshot shows a text chart illustrating how you can this chart type to provide relevant instructional text on a dashboard.
257-
258-
To learn more about text charts, see :ref:`text-charts`.
259-
260-
See also :ref:`text-note`.
261-
262-
263-
.. _table-chart-type:
264-
265-
Use table charts
266-
------------------------------
267-
268-
A table chart displays metrics and dimensions in table format. Each metric name and dimension key displays as a column. Each output metric time series displays as a row. If there are multiple values for a cell, each time series displays in a separate row.
269-
270-
.. image:: /_images/data-visualization/charts/table-chart.png
271-
:alt: This screenshot shows a table chart grouped by the demo_host dimension, sorted by the demo_customer dimension, and linked to a detector with no alerts as illustrated by a green border around the table chart.
272-
273-
You can group metric time series rows by a dimension. To do this, select the :strong:`Group by` menu and select the dimension you want to group the rows by. The selected dimension's column becomes the first column and each row of the table displays to represent one value of the dimension.
274-
275-
For example, group the table by the :code:`host` dimension to display the health and status of each host in your environment.
276-
277-
If you choose to group by a dimension column that you've hidden, the column displays to accomplish the requested grouping.
278-
279-
After using the :strong:`Group by` option to group the table, there might still be more than one row per dimension value. This can happen if there are multiple values for a column per grouping dimension value. To resolve this, you can apply aggregation analytics to plots.
280-
281-
For more information about aggregation, see :ref:`aggregations-transformations`.
282-
283-
If there are missing data values for a table cell, the cell displays no value.
284-
285-
Here are some additional ways in which you can customize a table chart to best visualize your data:
286-
287-
- Reorder a dimension column
288-
289-
Select and drag the column header to move the column to its new position. You can't reorder metric columns.
290-
291-
- Show or hide a column
292-
293-
- In graphical Plot Editor view, select the gear icon near the upper right of the table. In the :strong:`SHOW/HIDE COLUMNS` section, select the column name to switch between showing and hiding the column.
294-
295-
- In SignalFlow Plot Editor view:
296-
297-
- To hide a metric column, comment it out by adding a :code:`#` to the start of the metric's line of SignalFlow code. Alternatively, you can remove the metric.
298-
299-
- To show or hide a dimension column, select the gear icon near the upper right of the table. In the :strong:`SHOW/HIDE COLUMNS` section, select the dimension column name to switch between showing and hiding the column.
300-
301-
- Sort table values
302-
303-
Select a column header to switch between sorting by ascending and descending order. An arrow icon displays in the column header to indicate the sort order.
304-
305-
- Link a detector to the table chart
306-
307-
Select the :strong:`Alerts` icon (bell) near the upper right of the Chart Builder. Select :strong:`Link detector` to link the table chart to an existing detector. Select :strong:`New Detector From Chart` to create a new detector to link the table chart to.
308-
309-
For more information about creating a new detector from a chart, see :ref:`create-detector-from-chart`.
310-
311-
A chart that is linked to a detector displays with a border color that corresponds to the alert status of the linked detector. For example, if there are no alerts issued by the detector, the chart displays with a green border. The chart displays alerts in the chart header, but doesn't display alert status per row.
312-
313-
For more information about customizing charts, see :ref:`chart-options-tab`.
314-
128+
The chart type you select is applied as a default to all the plots on the chart, but you can use different visualizations for individual plots. To learn more, see :ref:`plot-config-panel`.
315129

316130
Edit a chart
317131
============

gdi/opentelemetry/automatic-discovery/discovery-kubernetes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Automatic discovery for Kubernetes
55
************************************************************************
66

77
.. meta::
8-
:description: Get started with automatic discovery and instrumentation for Kubernetes environments. Deploy automatic discovery and instrumentation to automatically find services and applications running in your environment and send data from them to Splunk Observability Cloud.
8+
:description: Get started with automatic discovery and zero-code instrumentation for Kubernetes environments. Deploy automatic discovery and zero-code instrumentation to automatically find services and applications running in your environment and send data from them to Splunk Observability Cloud.
99

1010
.. toctree::
1111
:hidden:
@@ -25,4 +25,4 @@ To enable the Collector's zero-code instrumentation of back-end applications wri
2525

2626
To use the Collector's automatic discovery of third-party applications in Kubernetes environments see :ref:`k8s-third-party`. With this option you'll only have to reuse a config file automatically generated by the Collector.
2727

28-
For a walkthrough of how to use automatic instrumentation to instrument an application in a Kubernetes environment, see :ref:`k8s-advanced-auto-discovery-config`.
28+
For a walkthrough of how to use automatic discovery and zero-code instrumentation to monitor an application in a Kubernetes environment, see :ref:`k8s-advanced-auto-discovery-config`.

gdi/opentelemetry/automatic-discovery/discovery-linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Automatic discovery for Linux
55
************************************************************************
66

77
.. meta::
8-
:description: Get started with automatic discovery and instrumentation for Linux environments. Deploy automatic discovery and instrumentation to automatically find services and applications running in your Linux environment and send data from them to Splunk Observability Cloud.
8+
:description: Get started with automatic discovery and zero-code instrumentation for Linux environments. Deploy automatic discovery and zero-code instrumentation to automatically find services and applications running in your Linux environment and send data from them to Splunk Observability Cloud.
99

1010
.. toctree::
1111
:hidden:

gdi/opentelemetry/automatic-discovery/discovery-windows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Automatic discovery for Windows
55
************************************************************************
66

77
.. meta::
8-
:description: Get started with automatic instrumentation for Windows environments. Deploy automatic instrumentation to automatically find applications running in your Windows environment and send data from them to Splunk Observability Cloud.
8+
:description: Get started with automatic discovery for Windows environments. Deploy zero-code instrumentation to automatically find applications running in your Windows environment and send data from them to Splunk Observability Cloud.
99

1010
.. toctree::
1111
:hidden:
@@ -18,6 +18,6 @@ Automatic discovery for Windows
1818

1919
<h2>Get started</h2>
2020

21-
The Collector for Windows does not support automatic discovery of services.
21+
The Collector for Windows does not support automatic discovery of third-party services.
2222

2323
To enable the Collector's zero-code instrumentation of back-end applications written in .NET see :ref:`windows-backend-auto-discovery`. With this option you won't have to install and configure your instrumentation agents separately.

0 commit comments

Comments
 (0)