Create a config file [xml] for LOGSTASH

Hi guys , im new in elasticsearch and logstash and i would like to create the config file for logstash that he can load the xml file data , so i can do the searching in elasticsearch using kibana , i realy appreciate this help if anyone can help me to create this config .

The xml file structure is :

  <?xml version="1.0" encoding="ISO-8859-15"?>

  <ORDERS>
  <ORDER>
 <COMPANY_CODE>CHU</COMPANY_CODE>
 <ETABLISSEMENET_CODE>CHU</ETABLISSEMENET_CODE>
 <FOURNISSEUR>BI</FOURNISSEUR>
 <DESTINATAIRE>CHUSUDRUN2</DESTINATAIRE>
 <NUM_COMMANDE_MYTOWER>342</NUM_COMMANDE_MYTOWER>
 <NUM_COMMANDE_CHU>CMD12345</NUM_COMMANDE_CHU>
 <INSTRUCTIONS>COLIS</INSTRUCTIONS>
 <ETAT>4</ETAT>
 <DATE_DE_COMMANDE>01-01-2018</DATE_DE_COMMANDE>
 <DATE_DE_DISPONIBILITE>01-01-2018</DATE_DE_DISPONIBILITE>
 <MONTANT_HT>3695.0</MONTANT_HT>
 <DATE_DE_CREATION></DATE_DE_CREATION>
 <POIDS_BRUT>20.0</POIDS_BRUT>
 <NOMBRE_COLIS>3</NOMBRE_COLIS>
 </ORDER>
 </ORDERS>

hope this helps you,

Regards

so im gonna copy and modify the config file in this example right ?

yes i have updated you with the sample example, so you can try with your xml.

i will try it thanks anyway

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