Hello,
after migrate my indeces with an _reindex with this script :
for i in cat index_list.txt
do
echo $i
curl -XPOST [DESTINATION]:9200/_reindex?pretty -d '{ "source": { "remote": { "host": "http://[SOURCE]:9200" }, "index": "'$i'" }, "dest": { "index": "'$i'" }}'
done
I have an _grokparsefailure, _geoip_lookup_failure on new cluster, how reindex the new indeces with the good (old) grok ?
Thanks
dadoonet
(David Pilato)
January 11, 2018, 3:17pm
2
Please don't cross-post. This is a duplicate of
Bonjour,
Après avoir migres mes données avec un reindex
avec un
for i in cat index_list.txt
do
echo $i
curl -XPOST [DESTINATION]:9200/_reindex?pretty -d '{ "source": { "remote": { "host": "http://[SOURCE]:9200" }, "index": "'$i'" }, "dest": { "index": "'$i'" }}'
done
J'ai un _grokparsefailure, _geoip_lookup_failure sur mon nouveau cluster, comment faire pour reindexé ? avec les bon grok ?
Merci a tous
But in french.
Read this and specifically the "Also be patient" part.
system
(system)
Closed
February 8, 2018, 3:17pm
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.