SplunkSplunk
SPLK-1002 · Question #197
SPLK-1002 Question #197: Real Exam Question with Answer & Explanation
Sign in or unlock SPLK-1002 to reveal the answer and full explanation for question #197. The question stem and answer options stay visible for context.
Creating Field Aliases and Calculated Fields
Question
Which of the following expressions could be used to create a calculated field called gigabytes?
Options
- Aeval sc_bytes(1024/1024)
- B| eval negabytes=sc_bytes(1024/1024)
- Cmegabytes=sc_bytes(1024/1024)
- Dsc_bytas(1024/1024)
Unlock SPLK-1002 to see the answer
You've previewed enough free SPLK-1002 questions. Unlock SPLK-1002 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#eval command#calculated fields#SPL syntax#field creation