From
This topic describes how to use the function in the Splunk Data Stream Processor.
Description
A special function used in the SPL2 Pipeline Builder to retrieve data from a specific source function.
Syntax
The required syntax is in bold.
- FROM <source_function>
Required arguments
- source_function
- Syntax: <source_function>
- Description: The source function to retrieve the data from. For a list of available source functions, see source functions.
SPL2 examples
Reads data from the Splunk Firehose source function
from read_splunk_firehose() |...;
Reads data from the Kafka source function
| from read_kafka("connection-id", "kafka-topic-name") |...;
Fields | Into |
This documentation applies to the following versions of Splunk® Data Stream Processor: 1.1.0
Feedback submitted, thanks!