There is something confusing about the 'machines' property in the Query Logs filter:
Query Logs—ArcGIS REST API: Administer your server | ArcGIS for Developers
The wildcard for 'machines' seems not to be working in a Python script. But when I use the Admin page:
http://localhost:6080/arcgis/admin/logs/query
it works OK.
I am using this filter:
logFilter = "{'server': ['*'], 'services': ['*'], 'machines': ['*']}"
I get this response:
{"status":"error","messages":["java.lang.NullPointerException"],"code":500}
I guess this means that no log messages are returned.
When I remove the machines part, it works ok:
logFilter = "{'server': ['*'], 'services': ['*']}"
Any ideas?
I am using ArcGIS 10.6.1.
Joris Frenkel,
Staatsbosbeheer, the Netherlands