Shared Configuration Options
This pages lists all the configuration options that are shared among all data sources.
Data Source ID
The value for the data source id will be provided from the UI when you create a new data source.
Crawl Interval
The crawl_interval
configuration option is shared among all of the available data sources. It specifies the frequency that the specific data source will be crawled by the agent. The suported intervals can be specified as minutes or seconds.
A few examples are:
- 45 seconds interval should be specified as
45s
- 3 minutes interval should be specified as
3m
Default Value
The default value is
30s
.Recommended value
For data sources where you think that they will change not that frequently we
recommend crawl_interval
of several minutes.