List of questions
Related questions
Question 50 - SPLK-5001 discussion
After discovering some events that were missed in an initial investigation, an analyst determines this is because some events have an empty src field. Instead, the required data is often captured in another field called machine_name.
What SPL could they use to find all relevant events across either field until the field extraction is fixed?
A.
| eval src = coalesce(src,machine_name)
B.
| eval src = src + machine_name
C.
| eval src = src . machine_name
D.
| eval src = tostring(machine_name)
Your answer:
0 comments
Sorted by
Leave a comment first