+1!!!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: mb on November 05, 2019, 09:35:41 PM
Thanks to @JohnDoe17's help, we figured out what's causing the Elasticsearch issue.
With 1.1 release, we had removed Elasticsearch package dependency (Because from now on, Sensei can also run with other databases).
With prior installation of Sensei, this means, elasticsearch is now an orphaned package.
OPNsense update triggered a pkg autoclean, which resulted in orphaned elasticsearch5 package being removed. Reports data is not deleted and safe.
For the workaround, you'll need to re-install elasticsearch with this command;pkg install elasticsearch5
1.1_2 is on the way to handle the new updaters.