Into
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 send results to a specific sink function.
Syntax
The required syntax is in bold.
- INTO <sink_function>
Required arguments
- sink_function
- Syntax: <sink_function>
- Description: The sink function to send data to. For a list of available sink functions, see sink functions.
SPL2 examples
Sends data into a designated Kafka topic
...| into write_kafka("kafka-connection-name", "kafka-topic-name", to_bytes("key"), to_bytes("value"));
From | Key_by |
This documentation applies to the following versions of Splunk® Data Stream Processor: 1.1.0
Feedback submitted, thanks!