Improve error message when Elasticsearch watermark is exceeded

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: L3 - Default
    • 2.3.0-alpha1, 2.3.0
    • Affects Version/s: None
    • Component/s: None
    • None

      AT:

      • Given:
        • ElasticSearch exceeded the low disk watermark
      • When:
        • I want to store new data to Elasticsearch (e.g. create a new report/dashboard) using the REST API
      • Then:
        • I get an 500 error like the following:
          {
              "errorMessage": "blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];"
          }
          
      • Expected:
        • I get an 500 error
        • The error message says that ElasticSearch exceeded the allocated disk watermark, which means that there is not enough storage left and Elasticsearch is preventing Optimize to store more data and one might need to contact the administrator to fix this.

        This is the controller panel for Smart Panels app

              Assignee:
              Unassigned
              Reporter:
              Johannes
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: