How to consume Logstash through the Postman

Hey guys,

I have a requirement to push data to Logstash through Postman where it will be automatically store it in Elasticsearch , how can I do that ?

Best Regards,

Create a logstash pipeline with the http input plugin. Then send your postman requests to it.