** EXPERIMENTAL** Event Stream Processor for Event Stream (logs, audits, errors, trace, etc)
Ensure that you have created the mojatemplate
based on the following config: template.
curl -X PUT "http://elasticsearch:9200/_template/mojatemplate?pretty" -H 'Content-Type: application/json' -d @config/template-mojaloop.json'
Note: only needed if you need to remove the template
curl -X DELETE "http://elasticsearch:9200/_template/mojatemplate"
Note: useful for debugging template issues
curl -X GET "http://elasticsearch:9200/_template/mojatemplate"