Search code examples
elasticsearchelasticsearch-pluginelasticsearch-marvel

400 Bad Request: Cannot set property ‘status’ of undefined


Marvel was working until now. For some unknown reason, we get the following error message:

Marvel: Error 400 Bad Request: Cannot set property 'status' of undefined

There is nothing helpful in the Elasticsearch logs. Our cluster health is green and we have enough disk and memory space on our servers.


Solution

  • I believe you're having a problem with your template. Are you defining by any chance?

    template="*"
    

    Delete it and you should be fine.