exam questions

Exam SPLK-1001 All Questions

View all questions & answers for the SPLK-1001 exam

Exam SPLK-1001 topic 1 question 8 discussion

Actual exam question from Splunk's SPLK-1001
Question #: 8
Topic #: 1
[All SPLK-1001 Questions]

Select the answer that displays the accurate placing of the pipe in the following search string: index=security sourcetype=access_* status=200 stats count by price

  • A. index=security sourcetype=access_* status=200 stats | count by price
  • B. index=security sourcetype=access_* status=200 | stats count by price
  • C. index=security sourcetype=access_* status=200 | stats count | by price
  • D. index=security sourcetype=access_* | status=200 | stats count by price
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Vkah
1 week, 4 days ago
Selected Answer: B
Pipe should be infront of stats command
upvoted 2 times
...
JokerRWild
7 months, 2 weeks ago
Selected Answer: B
The correct answer is B. The pipe in this search should be placed after the "status=200" criteria, as we want to select events where the status is 200 before we aggregate and count by price. Option A incorrectly places the pipe after "stats", which would not filter for events with status=200 before counting. Option C correctly uses the pipe but incorrectly places the count after the pipe instead of the stats command. Option D incorrectly places the pipe after "index=security sourcetype=access_*", resulting in no filtering for events with status=200.
upvoted 2 times
...
SlyLamp
1 year, 4 months ago
Could it B? I think it could.
upvoted 1 times
...
amarachi_amazone
1 year, 4 months ago
B for sure
upvoted 1 times
...
HUGOTE
1 year, 11 months ago
B is the correct
upvoted 1 times
...
Alex_Cyber_Sec
2 years, 5 months ago
B for sure
upvoted 1 times
...
mikelord
2 years, 6 months ago
B is correct
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...