Splunk Core Certified Power User Exam SPLK-1002 Question # 8 Topic 1 Discussion

Splunk Core Certified Power User Exam SPLK-1002 Question # 8 Topic 1 Discussion

SPLK-1002 Exam Topic 1 Question 8 Discussion:
Question #: 8
Topic #: 1

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?


A.

index=X sourcetype=Y | chart sum(product) by price AND region


B.

index=X | chart sum(price) by product, region


C.

index=X | chart total(product) over price by region


D.

index=X | chart total(price) by product, region


Get Premium SPLK-1002 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.