Skip to main content
Solved

Pulling data from ArcGIS Server: Errors, Logs and Statistics

  • October 8, 2025
  • 1 reply
  • 30 views

arenscott
Contributor
Forum|alt.badge.img+10

Hi all, 

I’m wondering if it's possible to pull ArcGIS Server Logs data (Errors, Logs and Statistics)

I’d like to do some fun FME diagnostic work on this data: using AI to read log messages, recording daily statistics and comparing stats daily and possibly alerting GIS by email.

Best answer by hkingsbury

The ArcGIS Logs are saved to ‘physical’ logs files in a defined directory. If you have access to that, then you can configure FME to read them.

You can also query them via the REST API - https://developers.arcgis.com/rest/enterprise-administration/server/logsquery/

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+64
  • Celebrity
  • Best Answer
  • October 8, 2025

The ArcGIS Logs are saved to ‘physical’ logs files in a defined directory. If you have access to that, then you can configure FME to read them.

You can also query them via the REST API - https://developers.arcgis.com/rest/enterprise-administration/server/logsquery/