Back to Vector

Rename existing `tcp` sink to `socket` sink

website/content/en/highlights/2020-01-03-move-existing-tcp-sink-into-socket-sink.md

0.55.0344 B
Original Source

The tcp sink has been renamed to socket. This is part of an overall effort to simplify our sinks in a manner where they can easily be "wrapped" as the foundation for upcoming sinks.

Upgrade Guide

diff
 [sources.my_tcp_sink]
-  type = "tcp"
+  type = "socket"
   address = "92.12.333.224:5000"
+  mode = "tcp"