Configuring XML into ElasticSearch Using Filebeat

Hai Everyone, i want to transfer the list of file from xml into elasticsearch using Filebeat. I don't know where to start its is because when i read the documentation be default filebeat load recommended files which in json format. Is any way to indexing xml file using filebeat into elasticsearch. Plus Logstash is depreciated which my colleague suggesting to me using Filebeat.

Thanks

Logstash is not deprecated.

Filebeat will ship the files, it just won't pull them apart and restructure them from XML into JSON, you need Logstash for that.

Filebeat can ship the files from xml files into elasticsearch? that's the question that been bothering me today.

Yes, it can ship any file of any format.

Thanks. Appreciated it.

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