SPLK-1003 • Practice Test 32
Free SPLK-1003 practice test — 15 questions with explanations. Set 32. No signup required.
Refer to the exhibit. What does the pct field represent?
index=web sourcetype=access_combined | timechart span=1h count by status | untable _time, status, count | eventstats sum(count) as total by _time | eval pct = round(count/total*100,2) | table _time, status, pct