Parameter | Type | Description | Example |
object | The data structure for a saved search. | ||
savedsearchName | string | The name of the saved search. | savedsearch-name |
searchQuery | string | The search statement or analytic statement. | status: 401 | SELECT remote_addr,COUNT(*) as pv GROUP by remote_addr ORDER by pv desc limit 5 |
logstore | string | The name of the logstore. | aliyun-test-logstore |
topic | string | The topic of the log. The default value is an empty string (""). | topic-test |
displayName | string | The display name of the saved search. | Method |