Highlighting average product price
As we have seen in previous recipes, visualizing data with charts can be a great way to gain visibility into the meaning of your data. However, certain types of data may be best represented by a table rather than a chart. In these cases, we can add some visual benefit by highlighting specific cells based on some logic that we define.
This recipe will show you how to create a new dashboard panel containing a table of purchase locations for the past week and how to highlight the cell based on the average purchase price. We will then place this new dashboard into the Operational Intelligence
application.
Getting ready
To step through this recipe, you will need a running Splunk Enterprise server, with the sample data loaded from Chapter 1, Play Time - Getting Data In. You should be familiar with navigating the Splunk user interface and using the Splunk search language.
How to do it...
Follow the steps in this recipe to create a new dashboard that contains a table...