I meet a problem when i reindex

POST _reindex
{
  "source": {
    "index": "logstash(2018.04.14)"
  },
  "dest": {
    "index": "logstash(2018.34.2)"
  }
}

{
  "statusCode": 504,
  "error": "Gateway Time-out",
  "message": "Client request timeout"
}


heap.current heap.percent heap.max ram.max disk.avail node.role m
       1.4gb           48    2.9gb   7.6gb    460.6gb mdi       *

today i try to reindex ,at the begin everything is ok i have already imported some events
then ,there is a problem

1 Like

now i found that the problem maybe caused by the index
because only logstash(2018.04.14) and logstash(2018.04.14) only they will report mistake
and 4.11 4.12 success . but they have nothing different

can search data?

yes ,i test everything ,like search , open and close ,it just can't be indexed

try snapshot and restore

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