## What changes were proposed in this pull request? Add tcp socket as an input for Log Feeder. (udp not supported yet) 2 use cases: - send something directly to the port - use log4j socket appender (sending serialized objects to logfeeder)
used server socket factory to create the connections, if the env is secure the global logfeeder ssl java properties will be used there first use case should use a grok filter, the second one should use a json filter (as we can produce a map from the log event). ## How was this patch tested? used AppTest.java from ambari-logsearch-appender (with changing socket appender) Please review @kasakrisz @swagle @zeroflag @g-boros [ Full content available at: https://github.com/apache/ambari/pull/2260 ] This message was relayed via gitbox.apache.org for [email protected]
