Which of the following searches would return a report of sales by product-name?
chart sales by product_name
chart sum(price) as sales by product_name
stats sum(price) as sales over product_name
timechart list(sales), values(product_name)
https://docs.splunk.com/Documentation/Splunk/8.1.0/SearchReference/Chart
https://docs.splunk.com/Documentation/Splunk/8.1.0/SearchReference/Stats
Submit