Hi,
Could you please let me know which would be the preferred method to log from an automation script to elastic?
Thanks in advance.
Hi Jens,
It would be on a solution with several drivers, automations and SRM.
The goal would be to be able to have an end to end trace of each request on the system. The requests would have a unique identifier request_id.
Each part of the solution should be capable of sending logging information to elastic so it can be easily accessed.
Each log could contain:
– request_id
– name
– timestamp
– sender/source
– status
– message
I did a test using NEST.
Hi Julio,
I would suggest to make use of a connector containing a logger table to store the data in ElasticSearch. That connector then needs to expose an API so that your scripts can send log requests to that connector.
Hi Julio, would it be possible to give us a bit more details about what kind of data you want to log?