Question
Chhabra
IN
Last activity: 29 May 2019 9:28 EDT
Pega Robotic Runtime Logging
Hi,
I have been trying to setup Logstash for my Robotic Runtime so that I am able to collect logs at one place and use them for analysis.
The challenge that i have been facing is that I am using Cloud Foundry for Logstash and I have edited my RuntimeConfig.xml to sink all logs to that endpoint, which is through a TCP connection. I have tried RemotingAppender as well as RemotingSyslogAppender and none of them seem to work. I am trying to use a socket appender (as i tried in my local and it works on a TCP connection) for the same but the version of the dll that i am getting online is higher than the .net framework version being used by robotic runtime. Could you help with any ideas on the configuration?
Thanks.