File tree Expand file tree Collapse file tree
docs/content_management/data_intelligence_layer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,14 +8,16 @@ month_change: true
88The Data Intelligence Layer (DIL) provides content metrics.
99
1010[[ = cards([
11- "content_management/data_intelligence_layer/dil_guide",
11+ "content_management/data_intelligence_layer/dil_guide",
12+ ] ) =]]
13+ [[ = cards([
14+ "content_management/data_intelligence_layer/dil_config",
1215] ) =]]
1316
1417TODO:
1518
16- - Install
17- - Config
18- - Background/Scheduled tasks (earlier?)
19+ - Product guide
20+ - Install & Config
1921- User doc?
2022- API:
2123 - PHP API
Original file line number Diff line number Diff line change 1+ ---
2+ description : TODO.
3+ month_change : true
4+ ---
5+
6+ # Data Intelligence Layer configuration
7+
8+ Metric data are computed as a [ background task using Ibexa Messenger] ( background_tasks.md ) .
9+
10+ - ` ibexa.data_intelligence_layer.freshness.default_interval_days ` : Number of days between computation of the metrics - default is 90 days
11+ - ` ibexa.data_intelligence_layer.freshness.content_type_intervals ` : Custom number of days per content type - default is empty
12+
13+ ``` yaml
14+ parameters :
15+ ibexa.data_intelligence_layer.freshness.default_interval_days : 30 # Increase frequency to every 30 days for all content types
16+ ibexa.data_intelligence_layer.freshness.content_type_intervals : # Map content type identifier to custom interval in days
17+ article : 15 # Compute metrics for articles every 15 days
18+ ` ` `
You can’t perform that action at this time.
0 commit comments