Stuck at Creating index pattern (6.4.1)

But if I run _search I can get the result

GET records/_search
{
  "query": {
    "match_all": {}
  }
}

I tried 6.4.2, same. On a test machine I delete all curl -XDELETE localhost:9200/* and the problem goes away but I can't do that on other machine. So how do I fix it ?

Can you check your browser's developer console for errors? The index pattern creation flow has a habit of hiding errors in some cases, and that might give us a hint as to what's going on.

Man, my colleague delete all on the other machine as well so I can't reproduce it now. I will check developer console when it happens again.

Thanks anyway

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