Splunk Core Certified Power User — Question 132

A user runs the following search:

index=X sourcetype=Y | chart count(domain) as count, sum(price) as sum by product, action usenull useother=f

Which of the following table headers match the order this command creates?

Answer options

Correct answer: B

Explanation

The correct answer is B because the chart command groups data by 'product' and 'action', calculating 'count' and 'sum' for each action type. Options A, C, and D either misrepresent the order of the output or incorrectly state the capabilities of the chart command.