Data Intelligence Layer configuration¶
Install¶
TODO: How is it packaged? Is it installed within regular edition?
1 2 3 4 | |
Background tasks¶
Metric data are computed as a background task using Ibexa Messenger, so, make sure it's running.
You can set the interval between computations of metrics with the following parameters:
ibexa.data_intelligence_layer.freshness.default_interval_days: Number of days between computation of the metrics - default is 90 daysibexa.data_intelligence_layer.freshness.content_type_intervals: Custom number of days per content type - default is empty
1 2 3 4 | |
MCP server configuration¶
The MCP server data_intelligence_layer is already configured for the path /mcp/data-intelligence and is enabled by default.
It needs
- to be associated to some SiteAccesses
- to be allowed to be accessed from other hosts than
localhost,127.0.0.1, and[::1] - to have discovery cache enabled in production (by default, it's disabled for development)
- to have another session storage than the default
public/var/directory
For example, assign it to the admin_group, allow your production admin domain and development domains, use the default cache pool for discovery cache and sessions:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | |