Equivalent of http input plugin of logstash but for filebeat -> possible?

I would like to have the exact same functionality of the http input plugin offered by logstash.

I would like to send data through a Rest API.

I've tried to use the tcp input of filebeat but didn't get too much success. The tcp connection always remains open?

thanks,

What about Metricbeat - https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-http.html

It's close but I want to do the other way around where I want my app push the data (through an HTTP request) to the beat endpoint instead of having the beat pulling the data from my app.

Basically, I want to be able to push data instead of having it pulled from, from an http API perspective -> possible?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.