OPNsense Forum

English Forums => Zenarmor (Sensei) => Topic started by: sorano on September 29, 2020, 12:58:20 pm

Title: (Solved) External Elasticsearch - An error occured while report is being loaded!
Post by: sorano on September 29, 2020, 12:58:20 pm
Ok, I was just too eager. A couple of minutes after posting this the reports started showing up. I guess it did not have enough data to display straight after an elasticsearch setup.




So seeing the discussions regarding offloading elasticsearch I figured it would be the right way to go.

However, after configuring Sensei to use external Elasticsearch everything looked fine in the setup wizard, but once I wanted to check reports I just get An error occured while report is being loaded! I'm using passwordless elasticsearch version 7.9.2.

Clicking on view error message:
Code: [Select]
{
  "error": {
    "root_cause": [
      {
        "type": "index_not_found_exception",
        "reason": "no such index [conn_all]",
        "resource.type": "index_or_alias",
        "resource.id": "conn_all",
        "index_uuid": "_na_",
        "index": "conn_all"
      }
    ],
    "type": "index_not_found_exception",
    "reason": "no such index [conn_all]",
    "resource.type": "index_or_alias",
    "resource.id": "conn_all",
    "index_uuid": "_na_",
    "index": "conn_all"
  },
  "status": 404
}