UiPath Orchestrator Logging to ElasticSearch

Hello @richard.autry,

The configurations are saved in the Web.config file under the home folder of orchestrator website.
The default settings is: <logger name="Robot" writeTo="database,robotElasticBuffer" final="true" />
which indicates that the logs are saved to both database and elastic search. We can edit this config file to have the logs fed to either DB or ES as well.

Regards,
Shiju Mathew