Added
- New
socket
,socket_server
inputs. - New
socket
output. - Kafka connectors now support SASL using
OAUTHBEARER
,SCRAM-SHA-256
,
SCRAM-SHA-512
mechanisms. - Experimental support for AWS CloudWatch metrics.
Changed
- The
tcp
,tcp_server
andudp_server
inputs have been deprecated and moved
into thesocket
andsocket_server
inputs respectively. - The
udp
andtcp
outputs have been deprecated and moved into thesocket
output.
Fixed
- The
subprocess
processor now correctly flags errors that occur.