How to send xml and csv data from postman to elasticsearch or logstash

Hi,
Im new to Elasticsearch all I want to know how to send XML and CSV data to elasticsearch or logstash through postman and how to mapping and configuration for this type of data .can anyone please explain me.

THANKS IN ADVANCE ......

Welcome to our community! :smiley:

I am not super familiar with postman and it's ability to send data, but assuming it's just like curl --data "@/path/to/filename" then you might need an ingest pipeline with something like CSV processor | Elasticsearch Guide [8.3] | Elastic.

1 Like

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