any option to get information from one machine to ...
# golang
d
any option to get information from one machine to other
j
syslog? tls logger? Are you looking for a go-based logger?
d
tls based connection logger
j
osquery provides logging to a file where syslog-ng could be used to transport logs to another machine and has a tls logger to send directly to a TLS endpoint.
d
having any go-lang code for the TLS log sender