papertrail / papertrail-cli

Command-line client for Papertrail hosted syslog & app log management service
http://papertrailapp.com/
MIT License
426 stars 46 forks source link

Use improved lookup API for systems, groups, and searches #95

Closed markdascher closed 7 years ago

markdascher commented 7 years ago

Use the (currently undocumented) system_name, group_name, and search_name API filtering parameters to speed up system, group, and saved search lookups (particularly for large accounts). The API filtering operates as a case-insensitive substring match, so the find_items_by_name logic is still needed.

No semantic changes, just a speed improvement.