@aaron-nimocks
here is some of the TCP entries.
[2021-11-12T11:06:38,833][DEBUG][org.reflections.Reflections] expanded subtype co.elastic.logstash.api.Plugin -> co.elastic.logstash.api.Codec
[2021-11-12T11:06:38,834][DEBUG][org.reflections.Reflections] expanded subtype co.elastic.logstash.api.Plugin -> co.elastic.logstash.api.Input
[2021-11-12T11:06:38,834][DEBUG][org.reflections.Reflections] expanded subtype org.jruby.RubyBasicObject -> org.jruby.RubyObject
[2021-11-12T11:06:38,834][DEBUG][org.reflections.Reflections] expanded subtype java.lang.Cloneable -> org.jruby.RubyBasicObject
[2021-11-12T11:06:38,834][DEBUG][org.reflections.Reflections] expanded subtype org.jruby.runtime.builtin.IRubyObject -> org.jruby.RubyBasicObject
[2021-11-12T11:06:38,834][DEBUG][org.reflections.Reflections] expanded subtype java.io.Serializable -> org.jruby.RubyBasicObject
[2021-11-12T11:06:38,834][DEBUG][org.reflections.Reflections] expanded subtype java.lang.Comparable -> org.jruby.RubyBasicObject
[2021-11-12T11:06:38,834][DEBUG][org.reflections.Reflections] expanded subtype org.jruby.runtime.marshal.CoreObjectType -> org.jruby.RubyBasicObject
[2021-11-12T11:06:38,834][DEBUG][org.reflections.Reflections] expanded subtype org.jruby.runtime.builtin.InstanceVariables -> org.jruby.RubyBasicObject
[2021-11-12T11:06:38,834][DEBUG][org.reflections.Reflections] expanded subtype org.jruby.runtime.builtin.InternalVariables -> org.jruby.RubyBasicObject
[2021-11-12T11:06:38,834][DEBUG][org.reflections.Reflections] expanded subtype co.elastic.logstash.api.Plugin -> co.elastic.logstash.api.Output
[2021-11-12T11:06:38,835][DEBUG][org.reflections.Reflections] expanded subtype co.elastic.logstash.api.Metric -> co.elastic.logstash.api.NamespacedMetric
[2021-11-12T11:06:38,835][DEBUG][org.reflections.Reflections] expanded subtype java.security.SecureClassLoader -> java.net.URLClassLoader
[2021-11-12T11:06:38,835][DEBUG][org.reflections.Reflections] expanded subtype java.lang.ClassLoader -> java.security.SecureClassLoader
[2021-11-12T11:06:38,835][DEBUG][org.reflections.Reflections] expanded subtype java.io.Closeable -> java.net.URLClassLoader
[2021-11-12T11:06:38,835][DEBUG][org.reflections.Reflections] expanded subtype java.lang.AutoCloseable -> java.io.Closeable
[2021-11-12T11:06:38,835][DEBUG][org.reflections.Reflections] expanded subtype java.lang.Comparable -> java.lang.Enum
[2021-11-12T11:06:38,835][DEBUG][org.reflections.Reflections] expanded subtype java.io.Serializable -> java.lang.Enum
[2021-11-12T11:06:38,835][DEBUG][org.reflections.Reflections] expanded subtype co.elastic.logstash.api.Plugin -> co.elastic.logstash.api.Filter
[2021-11-12T11:06:38,855][DEBUG][org.logstash.secret.store.SecretStoreFactory] Attempting to exists or secret store with implementation: org.logstash.secret.store.backend.JavaKeyStore
[2021-11-12T11:06:39,233][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"udp", :type=>"input", :class=>LogStash::Inputs::Udp}
[2021-11-12T11:06:39,269][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"plain", :type=>"codec", :class=>LogStash::Codecs::Plain}
[2021-11-12T11:06:39,324][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@id = "plain_932e7631-af6e-493c-89f9-6a018104015f"
[2021-11-12T11:06:39,325][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@enable_metric = true
[2021-11-12T11:06:39,325][DEBUG][logstash.codecs.plain ] config LogStash::Codecs::Plain/@charset = "UTF-8"
[2021-11-12T11:06:39,339][DEBUG][logstash.inputs.udp ] config LogStash::Inputs::Udp/@type = "syslog"
[2021-11-12T11:06:39,339][DEBUG][logstash.inputs.udp ] config LogStash::Inputs::Udp/@port = 5144
[2021-11-12T11:06:39,339][DEBUG][logstash.inputs.udp ] config LogStash::Inputs::Udp/@id = "f044f0a6df1315f16877c38bc38258d7ef1f3f8c664abc1c264c9ab18f7904fa"
[2021-11-12T11:06:39,339][DEBUG][logstash.inputs.udp ] config LogStash::Inputs::Udp/@enable_metric = true
[2021-11-12T11:06:39,342][DEBUG][logstash.inputs.udp ] config LogStash::Inputs::Udp/@codec = <LogStash::Codecs::Plain id=>"plain_932e7631-af6e-493c-89f9-6a018104015f", enable_metric=>true, charset=>"UTF-8">
[2021-11-12T11:06:39,342][DEBUG][logstash.inputs.udp ] config LogStash::Inputs::Udp/@add_field = {}
[2021-11-12T11:06:39,342][DEBUG][logstash.inputs.udp ] config LogStash::Inputs::Udp/@host = "0.0.0.0"
[2021-11-12T11:06:39,343][DEBUG][logstash.inputs.udp ] config LogStash::Inputs::Udp/@buffer_size = 65536
[2021-11-12T11:06:39,343][DEBUG][logstash.inputs.udp ] config LogStash::Inputs::Udp/@workers = 2
[2021-11-12T11:06:39,343][DEBUG][logstash.inputs.udp ] config LogStash::Inputs::Udp/@queue_size = 2000
[2021-11-12T11:06:39,393][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"tcp", :type=>"input", :class=>LogStash::Inputs::Tcp}
[2021-11-12T11:06:39,401][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"line", :type=>"codec", :class=>LogStash::Codecs::Line}
[2021-11-12T11:06:39,406][DEBUG][logstash.codecs.line ] config LogStash::Codecs::Line/@id = "line_59560cc5-937d-43f8-944b-3cefca64eee0"
[2021-11-12T11:06:39,406][DEBUG][logstash.codecs.line ] config LogStash::Codecs::Line/@enable_metric = true
[2021-11-12T11:06:39,406][DEBUG][logstash.codecs.line ] config LogStash::Codecs::Line/@charset = "UTF-8"
[2021-11-12T11:06:39,406][DEBUG][logstash.codecs.line ] config LogStash::Codecs::Line/@delimiter = "\n"
[2021-11-12T11:06:39,413][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@type = "syslog"
[2021-11-12T11:06:39,413][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@port = 5144
[2021-11-12T11:06:39,413][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@id = "417bb732803d9aa4e1d43fe64c324852fb9cded4e829544a1650518cb0dbb31d"
[2021-11-12T11:06:39,413][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@enable_metric = true
[2021-11-12T11:06:39,413][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@codec = <LogStash::Codecs::Line id=>"line_59560cc5-937d-43f8-944b-3cefca64eee0", enable_metric=>true, charset=>"UTF-8", delimiter=>"\n">
[2021-11-12T11:06:39,414][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@add_field = {}
[2021-11-12T11:06:39,414][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@host = "0.0.0.0"
[2021-11-12T11:06:39,414][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@mode = "server"
[2021-11-12T11:06:39,414][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@proxy_protocol = false
[2021-11-12T11:06:39,414][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@ssl_enable = false
[2021-11-12T11:06:39,414][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@ssl_verify = true
[2021-11-12T11:06:39,414][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@ssl_key_passphrase = <password>
[2021-11-12T11:06:39,415][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@ssl_extra_chain_certs = []
[2021-11-12T11:06:39,415][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@ssl_certificate_authorities = []
[2021-11-12T11:06:39,415][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@tcp_keep_alive = false
[2021-11-12T11:06:39,415][DEBUG][logstash.inputs.tcp ] config LogStash::Inputs::Tcp/@dns_reverse_lookup_enabled = true
[2021-11-12T11:06:39,421][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"stdout", :type=>"output", :class=>LogStash::Outputs::Stdout}
[2021-11-12T11:06:39,428][DEBUG][logstash.plugins.registry] On demand adding plugin to the registry {:name=>"rubydebug", :type=>"codec", :class=>LogStash::Codecs::RubyDebug}
[2021-11-12T11:06:39,435][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@id = "rubydebug_9b24f5a3-92c3-49a7-b7f7-d03071dcc1a0"
[2021-11-12T11:06:39,435][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@enable_metric = true
[2021-11-12T11:06:39,435][DEBUG][logstash.codecs.rubydebug] config LogStash::Codecs::RubyDebug/@metadata = false