Skip to content

sls_logstore

SLS LogStore storage, usually used to store log data.

Kind: sls_logstore

Every element shares the standard envelope kind · metadata · schema.

spec fields

FieldTypeRequiredDefaultDescription
regionstringyesThe region of the SLS LogStore.
projectstringyesThe project of the SLS LogStore.
storestringyesThe name of the SLS LogStore.
search_filterstring*The filter condition of the logstore, if the logstore contains multiple types of data, you can use this field to filter the target data.
spl_filterstringThe SPL filter condition of the logstore, compared to the search_filter field, SPL filter conditions are more flexible and support more complex filter conditions, but the performance is relatively poor.
spl_viewstringThe SPL view of the logstore, usually used to dynamically generate entity lists, connections, etc. Note: This scenario requires re-generating the view each time, and the performance is very poor.
spl_notebookstringThe result calculated by the SPL Notebook, compared to the spl_view field, it is relatively independent, can be executed directly and can join multiple data sources. Note: This scenario requires re-calculating and gen…
sql_filterstringThe SQL filter condition of the logstore, compared to the search_filter field, SQL filter conditions are more flexible and support more complex filter conditions, but the performance is relatively poor.
sql_viewstringThe SQL view of the logstore, usually used to dynamically generate entity lists, connections, etc. Note: This scenario requires re-generating the view each time, and the performance is very poor.

Released under the Apache-2.0 License.