Troubleshoot the Analytics Workspace
You might encounter the following issues while using the Analytics Workspace.
Metrics do not appear in the Data panel
No metrics data sources appear in the Data panel.
Diagnosis
The following issues can cause metrics to not appear in the Data panel:
- No metrics with timestamps in the past 24 hours are available.
- The technical add-ons and agents you use to send and ingest metrics malfunctioned.
Solution
- Verify that Splunk Web ingested no metrics with timestamps in the past 24 hours.
- (Optional) Expand the time range for ingested metrics by modifying the
earliest
parameter in themetadata
stanza located in the app'sworkspace.conf
file. Expanding the time range for ingested metrics might have a negative impact on performance. - Run the following search in the Search & Reporting app to verify that Splunk software is properly fetching metrics data:
The search results match the list of metric names in the Analytics Workspace Data panel.| mcatalog values(metric_name) as metrics WHERE NOT ("_dims"="rollup_aggregate" OR "_dims"="rollup_span" OR "_dims"="rollup_source_index") AND ("index"="*" OR "index"="_*" ) earliest=-1d BY index | mvexpand metrics limit=20000
- Investigate whether the technical add-ons and agents you use to ingest metrics are functioning properly.
Data panel does not contain datasets
No datasets are listed in the Data panel.
Diagnosis
Datasets are not accelerated.
Solution
- Verify that the dataset is shared with you.
- Click the Datasets tab on the Splunk Enterprise Search & Reporting navigation bar.
- Check whether the dataset is accelerated. Accelerated datasets are designated by the lightning bolt () icon.
For more information, see Accelerate data models in the Knowledge Manager Manual.
Chart does not contain data
You are able to select a data source, but no data appears on the chart.
Diagnosis
The following conditions are possible causes of this issue:
- There is no data within your selected time range.
- There is no data using your selected filters.
- You do not have access to the underlying index for the data.
Solution
- Expand the time range to view a wider range of data.
- In the Analysis Panel of the Analytics Workspace, adjust the filters to include a wider range of values.
- Contact your administrator to verify your permissions.
For more information about Analytics Workspace permissions and capabilities, see Requirements for the Analytics Workspace.
Some metrics are not shown or are missing from the Data panel
Some metrics are not shown or are missing from the list of available data sources in the Data panel.
Diagnosis
The maximum number of metrics that can be displayed in the Data panel is defined by max_metrics
in workspace.conf
. If the number of metrics exceeds this limit, an error message is shown.
Solution
Increase the limit for the maximum number of metrics that can be displayed in the Data panel:
- Edit the following stanza in
workspace.conf
and increase the value formax_metrics
:[metadata] max_metrics = 30000
- Restart Splunk.
Creating a dashboard in the Analytics Workspace |
This documentation applies to the following versions of Splunk Cloud Platform™: 9.2.2406 (latest FedRAMP release), 9.0.2205, 8.2.2112, 8.2.2201, 8.2.2202, 8.2.2203, 9.0.2208, 9.0.2209, 9.0.2303, 9.0.2305, 9.1.2308, 9.1.2312, 9.2.2403
Feedback submitted, thanks!