The Kibana website reports an error "Status Code 500"

The call to my Kibana website terminates with the following error message:

{"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred. Check Kibana server logs for details."}

My Kibana Debug log information shows me the following when I access the website:

{
  "service": {
    "node": {
      "roles": [
        "background_tasks",
        "ui"
      ]
    }
  },
  "ecs": {
    "version": "8.6.1"
  },
  "@timestamp": "2023-12-12T12:16:16.888+01:00",
  "message": "Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.",
  "error": {
    "message": "Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.",
    "type": "Error",
    "stack_trace": "Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.\n    at a.b.render (/usr/share/kibana/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:45:32)\n    at a.b.read (/usr/share/kibana/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:41:83)\n    at exports.renderToString (/usr/share/kibana/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:52:138)\n    at PromptPage (/usr/share/kibana/node_modules/@kbn/security-plugin/server/prompt_page.js:70:69)\n    at d (/usr/share/kibana/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:33:498)\n    at bb (/usr/share/kibana/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:36:16)\n    at a.b.render (/usr/share/kibana/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:42:43)\n    at a.b.read (/usr/share/kibana/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:41:83)\n    at exports.renderToString (/usr/share/kibana/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:52:138)\n    at /usr/share/kibana/node_modules/@kbn/security-plugin/server/authorization/authorization_service.js:101:49\n    at processTicksAndRejections (node:internal/process/task_queues:95:5)\n    at interceptPreResponse (/usr/share/kibana/node_modules/@kbn/core-http-server-internal/src/lifecycle/on_pre_response.js:56:24)\n    at exports.Manager.execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/toolkit.js:60:28)\n    at Request._invoke (/usr/share/kibana/node_modules/@hapi/hapi/lib/request.js:398:30)\n    at Request._postCycle (/usr/share/kibana/node_modules/@hapi/hapi/lib/request.js:469:32)\n    at Request._reply (/usr/share/kibana/node_modules/@hapi/hapi/lib/request.js:448:9)"
  },
  "log": {
    "level": "ERROR",
    "logger": "http.server.Kibana"
  },
  "process": {
    "pid": 2560525
  },
  "trace": {
    "id": "c7f8006688d735030e423b71c83ad9c5"
  },
  "transaction": {
    "id": "805db5be514feabb"
  }
}

I can't do anything with the error message?

The versions of Elasticsearch and Kibana are:

root@dsme01:~# dpkg -l elasticsearch
ii  elasticsearch  8.11.1       amd64        Distributed RESTful search engine built for the cloud
root@dsme01:~# dpkg -l kibana
ii  kibana         8.11.1       amd64        Explore and visualize your Elasticsearch data
```I need your support. Greetings from Stefan Harbich

Hello,

i would like to add that I can log in to Kibana via the browser window. Only after that comes the top error message.

Greeting by Stefan Harbich.

It's a shame that no one can help me. Everything went great for over 3 years. Now the Kibana dashboard no longer opens. This must have happened when updating to a new version. That was the only thing that was done on the server.
All that remains is to completely uninstall ELK Stack and look for an alternative. A pity.

That log line does not look related to the error. There is usually more information near the start of the log, right after the kibana service starts.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.