Hi,
I am looking into an option where i can transfer the log information from FileBeat to Logstash using http(s).Currently the problem i am facing is that filebeat uses beat/lumberjack protocol which is being blocked by our company's infrastructure.
But this probably won't help you with filebeat as you need logstash to do some transform stuff typically when dealing with log files.
Other than the above options if you can run a logstash on the same side of the proxy as the hosts forwarding logs with beats shippers, then you could use the elasticsearch output in logstash to ship events with HTTP proxy configuration.
I forgot about the new ingest node, this could be a great solution for you if you can perform all the required logstash transform work directly inside the elasticsearch ingest node and also use HTTP proxying to ship your events.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.