Error while creating index pattern

I am using ES 7.10.2 and Kibana7.10.2, and getting below error in "nohup.out" file (running kibana in background) while creating index pattern:

{"type":"error","@timestamp":"2022-08-23T13:53:37Z","tags":["connection","client","error"],"pid":8351,"level":"error","error":{"message":"Parse Error","name":"Error","stack":"Error: Parse Error\n at socketOnEnd (_http_server.js:469:20)\n at Socket.emit (events.js:203:15)\n at endReadableNT (_stream_readable.js:1145:12)\n at process._tickCallback (internal/process/next_tick.js:63:19)","code":"HPE_INVALID_EOF_STATE"},"message":"Parse Error"}

7.10 is EOL and you should upgrade.

What do your Elasticsearch logs show? Is there more in your Kibana logs?

There are no Elasticsearch logs (on Error mode) at the time of this error.

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