Zach,
Glad to hear you have a working solution! I want to echo a couple of points for others that may be also be looking at similar problems/solutions.
The engine behind Data Gateways is Logstash, so the Data Gateways configuration file is really a Logstash config. That means the Logstash documentation is a good resource for expanding what Data Gateways can do.
Two important points:
1. The config file can reference environment variables (i.e. computer name, ports, folder paths, etc.):
https://www.elastic.co/guide/en/logstash/current/environment-variables.html2. Blue Prism event data is written in JSON format. For each output type (file, database, HTTP, Splunk), you can edit the
output
section in the config file to add more info in the JSON body than what is included by default. In Zach's example, it's the
mapping
parameter in the
HTTP Output Plugin
that can be added onto:
https://www.elastic.co/guide/en/logstash/current/plugins-outputs-http.html#plugins-outputs-http-mapping------------------------------
Charles Kovacs
Developer Consultant
Blue Prism
America/Chicago
------------------------------
Charlie Kovacs