Question
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.
If my understanding is correct, you would like to push all the log files in a common location for analysis, correct me if I am wrong.
You can try any Windows script/batch file for transferring the log files or install latest version of .NET framework and give a try with socket appender (without un-installing existing .NET version).