Select to view content in your preferred language

Query more than 1000 records from ArcGIS Monitor feature service

881
4
Jump to solution
07-27-2023 07:46 AM
ChrisTaylor2
Regular Contributor

Hello,

I'm trying to set up a Dashboard (10.9.1 Portal) using the feature service from a Collection in Monitor. The specific element I'm configuring is to get a count of all of the instance saturation alerts over time, grouped by service name. However, I've noticed that the query is only returning 1000 records at a time - is there a way to change this? I'm not sure how to get at the service properties since the service is hosted by Monitor.

Thanks,

Chris

2 Solutions

Accepted Solutions
GeoJosh
Esri Regular Contributor

This is governed in ArcGIS Monitor Server by the Maximum Record Count setting (Administration > Server > Maximum Record Count).

GeoJosh_0-1690472837854.png

However, this is set to 10,000 by default. If you haven't changed this setting, then I suspect the limitation is being imposed on the Dashboard side.

Josh

View solution in original post

GeoJosh
Esri Regular Contributor

Hey @ShaunLangley,

If you query the feature service outside of Arcade (i.e. using a REST client like Postman), do you see the same behavior? I suspect that the feature count is being limited by your client a.k.a. Arcade.

Josh

View solution in original post

4 Replies
GeoJosh
Esri Regular Contributor

This is governed in ArcGIS Monitor Server by the Maximum Record Count setting (Administration > Server > Maximum Record Count).

GeoJosh_0-1690472837854.png

However, this is set to 10,000 by default. If you haven't changed this setting, then I suspect the limitation is being imposed on the Dashboard side.

Josh

ChrisTaylor2
Regular Contributor

Perfect, I should have thought to look there, thank you. I'll look into a possible limitation on the Dashboard side of things and comment back on this thread if I find anything. 

Thanks again,

Chris

0 Kudos
ShaunLangley
Occasional Contributor

I stumbled on this post while researching my own problem.  I'm experiencing the same behavior, however my configuration is currently set to the default value.  My issue is documented here https://community.esri.com/t5/developers-questions/feature-count-limit-in-a-for-loop/td-p/1347324.  

0 Kudos
GeoJosh
Esri Regular Contributor

Hey @ShaunLangley,

If you query the feature service outside of Arcade (i.e. using a REST client like Postman), do you see the same behavior? I suspect that the feature count is being limited by your client a.k.a. Arcade.

Josh