SPLK-3003 Exam QuestionsBrowse all questions from this exam

SPLK-3003 Exam - Question 21


A [script://] input sends data to a Splunk forwarder using which method?

Show Answer
Correct Answer: D

A [script://] input in Splunk sends data using the STDOUT/STDERR method. This means that the script's output is sent to the standard output (STDOUT) or standard error (STDERR) streams and is then ingested by the Splunk forwarder for processing.

Discussion

8 comments
Sign in to comment
jbabbinOption: D
Jan 30, 2021

Looks like D is correct since the script input passes results/output to STDOUT for ingestion to splunk https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/ScriptWriting

v12Option: D
Jan 12, 2021

D looks correct

chuchoneitorOption: D
Sep 6, 2021

The correct one is D.

pepeperezOption: D
Jul 4, 2022

D, script outputs on that format

jbabbinOption: C
Jan 13, 2021

C is correct script write to a Temp File as most scripted inputs write to a file that then is indexed a script would go to STDOUT/STDERR only if it was a HEC like connection or Splunk RESTful input

RedtonyeahOption: D
May 19, 2022

D is the correct

spl_bonnOption: D
Nov 1, 2022

D is the correct one. Page 97 of Splunk Core Implementation

aymenbest2Option: D
May 9, 2023

Splunk runs the script [script://] stanza and ingest the outpu (STDOUT/STDERR)