Splunk Core Certified Advanced Power User - SPLK-1004 模擬練習
Which command is the opposite ofuntable?
正解: B
解説: (PassTest メンバーにのみ表示されます)
Which Job Inspector component displays the time taken to process field extractions?
正解: D
解説: (PassTest メンバーにのみ表示されます)
Which of the following is valid syntax for the split function?
正解: B
解説: (PassTest メンバーにのみ表示されます)
Which of the following statements is accurate regarding the append command?
正解: C
解説: (PassTest メンバーにのみ表示されます)
How is regex passed to the makemv command?
正解: A
解説: (PassTest メンバーにのみ表示されます)
Which of the following is true when comparing the rex and erex commands?
正解: B
解説: (PassTest メンバーにのみ表示されます)
Consider the following search:
(index=_internal log group=tcpin connections) earliest
| stats count as _count by sourceHost guid fwdType version
| eventstats dc(sourceHost) as dc_sourceHost by guid
| where dc_sourceHost > 1
| fields - dc_sourceHost
| xyseries guid fwdType sourceHost
| search guid= " 00507345-CE09-4A5E-428-D3E8718CB065 "
| appendpipe [ stats count | eval " Duplicate GUID " = if(count==0, " Yes " , " No " ) ] Which of the following are transforming commands?
(index=_internal log group=tcpin connections) earliest
| stats count as _count by sourceHost guid fwdType version
| eventstats dc(sourceHost) as dc_sourceHost by guid
| where dc_sourceHost > 1
| fields - dc_sourceHost
| xyseries guid fwdType sourceHost
| search guid= " 00507345-CE09-4A5E-428-D3E8718CB065 "
| appendpipe [ stats count | eval " Duplicate GUID " = if(count==0, " Yes " , " No " ) ] Which of the following are transforming commands?
正解: B
解説: (PassTest メンバーにのみ表示されます)