Breadcrumbs

Step 3 Export data to Elasticsearch

Export histories

  1. Go to the selection folder and create a new ord selection.

    image2020-8-24_10-12-39.png


  2. Fill the ord to select histories.

    image2020-8-24_10-44-4.png

  3. Go the the strategies folder and create a data flow strategy.

    image2020-8-24_10-21-53.png

  4. Add a selection block.

    image2020-8-24_10-23-39.png

  5. Then a trigger block.

    image2020-8-24_10-25-29.png

  6. And finally a elasticsearch export block.

    image2020-8-24_10-28-8.png

  7. Configure the export block.

    image2020-8-24_10-29-45.png

  8. Enable the log ext.

    image2020-8-24_10-30-47.png

  9. Choose the selection we created before.

    image2020-8-24_10-31-55.png

  10. Open the logs console.

    image2020-8-24_10-37-46.png

  11. Then trigger the export.

  12. You should see the output on the console.

    image2020-8-24_10-46-14.png

  13. Now verify data on elasticsearch type this url https://localhost:9200/histories-test/_search.

  14. You should see your data.

    image2020-8-24_10-49-38.png