ssl - Best Practices for client identification and encryption with logstash TCP/UPD input -


i have system of several clients collect data , send server. on server, put logstash listen on specific port tcp or upd. have 2 requirements: encryption of data , mechanism identify clients.

what best practices these 2 requirements?

i guess using tls can encrypt data, not identify client me. can use two-way-tls in logstash tcp/udp input? if yes --> how? if no --> alternatives?

thanks, h guy


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -