Fixed
Details
Assignee
Benjamin ReedBenjamin ReedReporter
Alejandro GalueAlejandro GalueComponents
Sprint
NoneFix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Benjamin Reed
Benjamin ReedReporter
Alejandro Galue
Alejandro GalueComponents
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created December 16, 2022 at 2:41 PM
Updated January 10, 2023 at 2:01 PM
Resolved January 10, 2023 at 2:01 PM
Until Horizon 29, Sentinel as a container ran perfectly fine with flows enabled, configuring as described in the official documentation. Starting with Horizon 30, something is missing preventing the flow adapters from starting.
After some research and testing, based on the missing class from the errors I got, I found that adding the
sentinel-timeseries-api
feature tofeaturesBoot.d
solves the problem on Horizon 31.Interestingly, it was since Horizon 30 that the base image changed from
centos
toubuntu
, among other changes that could lead to missing some required dependencies.I suspect this problem might exist on a bare-metal installation on Ubuntu/Debian, but I haven’t had time to verify it.