nerdexam
Splunk

SPLK-1002 · Question #286

A user wants a table that will show the total revenue made for each product in each sales region. Which would be the correct SPL query to use?

Sign in or unlock SPLK-1002 to reveal the answer and full explanation for question #286. The question stem and answer options stay visible for context.

Using Transforming Commands for Visualizations

Question

A user wants a table that will show the total revenue made for each product in each sales region. Which would be the correct SPL query to use?

Options

  • Aindex=X sourcetype=Y | chart sum(product) by price AND region
  • Bindex=X | chart sum(price) by product, region
  • Cindex=X | chart total(product) over price by region
  • Dindex=X | chart total(price) by product, region

Unlock SPLK-1002 to see the answer

You've previewed enough free SPLK-1002 questions. Unlock SPLK-1002 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#chart command#aggregation#grouping data#SPL syntax
Full SPLK-1002 Practice