Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1 KB

File metadata and controls

14 lines (10 loc) · 1 KB

LogsQueryFilter

The search and filter query settings

Properties

Name Type Description Notes
_from str The minimum time for the requested logs, supports date math and regular timestamps [optional] if omitted the server will use the default value of "now-15m"
indexes [str] For customers with multiple indexes, the indexes to search. Defaults to ['*'] which means all indexes. [optional] if omitted the server will use the default value of ["*"]
query str The search query - following the log search syntax. [optional] if omitted the server will use the default value of "*"
to str The maximum time for the requested logs, supports date math and regular timestamps [optional] if omitted the server will use the default value of "now"

[Back to Model list] [Back to API list] [Back to README]