Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Splunk Exam SPLK-2003 Topic 7 Question 67 Discussion

Actual exam question for Splunk's SPLK-2003 exam
Question #: 67
Topic #: 7
[All SPLK-2003 Questions]

A new project requires event data from SOAR to be sent to an external system via REST. All events with the label notable that are in new status should be sent. Which of the following REST Django expressions will select the correct events?

A.

B.

C.

D.

Show Suggested Answer Hide Answer
Suggested Answer: C

The correct REST Django expression to retrieve events with the label 'notable' that are in the 'new' status is using the container endpoint, as containers are used to store events and associated data in Splunk SOAR. The expression correctly filters the events by label (_filter_label='notable') and status (_filter_status='new'), ensuring only notable events that are still in the 'new' status are selected.

A and D reference the wrong endpoints (event and notable respectively), which do not align with the container-based model used in Splunk SOAR for storing and filtering events.

B is incorrect due to the use of _filter_name instead of _filter_label, which is not a valid filter in this context.


Splunk SOAR Documentation: REST API Endpoints.

Splunk SOAR Developer Guide: Using Django REST for Filtering.

Contribute your Thoughts:

Tess
20 hours ago
Option C includes the filter for events with the label notable in new status, which matches the requirement.
upvoted 0 times
...
Rebecka
6 days ago
Why do you think Option C is correct?
upvoted 0 times
...
Bettina
10 days ago
Option C looks like the way to go. It's filtering for events with the 'notable' label and 'new' status, which is exactly what the question is asking for.
upvoted 0 times
...
Tess
10 days ago
I disagree, I believe Option C is the correct one.
upvoted 0 times
...
Rebecka
11 days ago
I think the correct REST Django expression is Option A.
upvoted 0 times
...

Save Cancel