Creating a dashboard in the Analytics Workspace
Your team runs the online store for buttercupgames.com. This website sells games online and tracks system metrics and logs from its online credit card payment service.
To get the most insight from your metrics, you want to set up a dashboard to monitor this data in real-time.
You have the following metrics:
- Number of transactions over time
- Overall revenue over time
- Number of errors for the store and payment service
View each of your metrics as time series in the Analytics Workspace. Then save the charts to a dashboard in the Analytics Workspace.
- View number of transactions over time
- View overall revenue over time
- View number of errors for the store and payment service
- Save the workspace to a dashboard
View number of transactions over time
- In the Data panel, search or browse for the
posted_payments
dataset. This dataset contains the payment logs from your credit card payment provider. - Select the
transaction_id
field to create a chart. - In the Analysis panel, select the Count aggregation. Note that because the
transaction_id
dataset field is a string, the only available aggregations are Count and Distinct count.
View overall revenue over time
- In the Data panel, select the
amount
field from theposted_payments
dataset. This creates a chart of your revenue. - In the Analysis panel, change the aggregation to Sum. The chart updates to show your aggregated total revenue over time.
View number of errors for the store and payment service
- In the Data panel, search for
err
. The data hierarchy filters to include only data sources with names that containerr
. - Select the
err_count
metric to create a chart. - In the Analysis panel, under Split By, select the
page
dimension. This splits the chart to show errors by page. - Under Filters, click + Add New Filter. Select the
page
dimension. Then select thehome
,purchase
, andreview
pages. The chart shows errors from these three pages.
Save the workspace to a dashboard
- From the global actions bar, click the ellipsis () icon and select Save to Dashboard (XML).
- Enter the dashboard details. Leave the Add interactive time control option selected, so that you can adjust the time range later.
- Click Save.
Summary
You now have a dashboard that monitors the number of transactions over time, overall revenue over time, and the number of store and payment service errors. To view your dashboard, click the Dashboard tab on the Search & Reporting bar. Then select the dashboard from the list.
For more information about dashboards in the Splunk platform, see the Dashboard overview in the Dashboards and Visualizations Manual.
For more information about dashboards in the Analytics Workspace, see Dashboards in the Analytics Workspace.
Analyzing data in the Analytics Workspace | Troubleshoot the Analytics Workspace |
This documentation applies to the following versions of Splunk Cloud Platform™: 9.2.2406 (latest FedRAMP release), 8.2.2112, 8.2.2202, 9.0.2205, 8.2.2201, 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!