Hi,
I'm currently using ArcGIS Enterprise version 10.9.1, and I need to generate a report that lists all ArcGIS Server map services along with their request counts over the last 7 or 30 days. While I can manually access this information through ArcGIS Server Manager > Logs > Statistics, it's a time-consuming process—especially since we have over 250 map services running.
I've tried using several Python scripts, but they often throw exceptions (I'm not very experienced with Python). Recently, I came across this documentation: https://enterprise.arcgis.com/en/server/10.8/administer/linux/example-create-a-report-of-all-service...
I'm looking for help to generate this report more efficiently.
Thanks
Esri's system log parser should be able to do that (and much more).
I could be able to run the python scrip after few attempts, Thank you all!!