Good evening Dojo, please a quick one with reference to this "dataminer-extension-module":
once SupportAssistant is added, is there a way to define when and which logs are offloaded or is it all managed via SLWatchdog?
Besides, is the DxM completely separate from the BPA section in System Center or can the DxM be configured to operate in synergy with the BPA and forward additional logs where required?
(E.g. the BPA flagging a potential problem with any of the checks implemented)
Thanks
Hi
the way logs are offloaded depends on the config that is set for the Log Collector Tool locally. This can be configured if you want. More info can be found here.
The SupportAssistant DxM will also offload the Watchdog notifications. By default this configuration looks like this:
"FileWatcherOptions": {
"Configs": [
{
"WatchPath": "C:\\Skyline DataMiner\\Logging\\WatchDog\\Reports",
"WatchFilter": "Report*.xml",
"OffloadTopic": "WatchDogPackageIngestion",
"OffloadDirectory": false
},
{
"WatchPath": "C:\\Skyline DataMiner\\Logging\\WatchDog\\Notifications",
"WatchFilter": "message.xml",
"OffloadTopic": "WatchDogNotificationIngestion",
"OffloadDirectory": true
}
] }
This configuration will make sure that the SupportAssistant offloads all new files in these folders.
There is currently no interaction between BPAs and the SupportAssitant.
Thanks for the link and for the answer, Baptiste – much appreciated