Forum Discussion
Pavan_Gelli1910
Feb 22, 2021Brass Contributor
Application Level Security Monitoring
Hi Team, I have scenario where the application is running on top of webapps and respective application level logs are getting stored in sql database (paas) on specific tables. My requirement is t...
mperrotta
Feb 22, 2021Brass Contributor
Pavan_Gelli1910 How we do this is we query the dbs for the data and we upload the data via API. We use this script to perform the upload: https://www.powershellgallery.com/packages/Upload-AzMonitorLog/1.2.
This just runs as a scheduled task on the server to upload the data.
Pavan_Gelli1910
Mar 02, 2021Brass Contributor
Here is my understanding. Please correct me if im wrong
1. Your manually picking the logs from sql paas and dumping those logs in a server (windows/linux)
2. On one server(where the dumped sql logs are residing) your scheduling a task to send logs to LA via DC API using PS script