Questions about reindex-ing

Hello,

with the new 5.4 i wanted to try ML which led me to update some field types thus i am re indexing, while doing noticed some stuff wanted to ask if you guys had any ideas,

using the basic code at kibana dev tools:
POST _reindex
{
"source": {
"index": "twitter"},
"dest": {"index": "new_twitter" }
}

1 issue is if i use kibana over nginx, it times out

2 no errors but the number of docs is different

3 Another reindexing - the doccument counts match but its deleting something no idea what :confused:

ps this one also gave en error on kibana :confused: "back end cant be reached"

any ideas info would be much appreciated

everything is 5.4 on cent OS 7

Please don't post pictures of text, they are difficult to read and some people may not be even able to see them :slight_smile:

1 Like

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