Follow the steps in this recipe to create a new panel in the Product Monitoring dashboard with tabular cell highlighting:
- Log in to your Splunk server.
- Select the Operational Intelligence application.
- From the search bar, enter the following search and select to run over Last 60 Minutes:
index=main sourcetype=log4j requestType="checkout" | eval avg_price=round(total/numberOfItems,2) | table customerId orderId numberOfItems total avg_price
- Click on the Save As dropdown and select Report from the list, as shown in the following snapshot:
- In the pop-up box that gets displayed, enter cp10_average_checkout_product_price