elastic / elastic-agent

Elastic Agent - single, unified way to add monitoring for logs, metrics, and other types of data to a host.
Other
127 stars 138 forks source link

Migrate from using port to use named pipes or socketfile #218

Closed ph closed 4 months ago

ph commented 2 years ago

The v1 protocol that we have today works over TCP port, with a higher quantity of services to be run by the Elastic Agent this will not scale easily and can cause conflict for already used port.

We should migrate our connection strategy to:

jlind23 commented 4 months ago

Closing this as a duplicated of https://github.com/elastic/elastic-agent/issues/3998