Hello every one.
I'm using the Kafka output plugin to send data to Spark.
My code is like this :
output {
stdout {
codec => rubydebug
}
kafka {
codec => rubydebug
topic_id => "toSpark"
bootstrap_servers => "localhost:9092"
}
}
I wonder if it has a function that a user can choose and send a few fields not all fileds.