You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"maxQueryDateRange": process.env.exhaust_query_range ? parseInt(process.env.exhaust_query_range) : 31,// in days. Defines the maximum no. of days the files can be fetched
103
103
"exclude_exhaust_types": process.env.exclude_exhaust_types ? process.env.exclude_exhaust_types.split(",") : ["system-stats","masterdata-system-stats","system-events",],// list of folder type names to skip exhaust service
"status_filter_limit": process.env.status_filter_limit ? parseInt(process.env.status_filter_limit) : 10// Maximum number of filters allowed in a dataset
0 commit comments