# \_grokparsefailure, \_geoip\_lookup\_failure with \_reindex

**URL:** https://discuss.elastic.co/t/grokparsefailure-geoip-lookup-failure-with-reindex/115095
**Category:** Elasticsearch
**Created:** [January 11, 2018, 1:34pm UTC](https://discuss.elastic.co/t/grokparsefailure-geoip-lookup-failure-with-reindex/115095 "2018-01-11T13:34:54Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Soufiane\_Zamouri](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/soufiane_zamouri/32/78663_2.png) [@Soufiane\_Zamouri](https://discuss.elastic.co/u/Soufiane_Zamouri)
#### Post date: [January 11, 2018, 1:34pm UTC](https://discuss.elastic.co/t/grokparsefailure-geoip-lookup-failure-with-reindex/115095/1 "2018-01-11T13:34:54Z")

</div>

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

---

<div class="post-metadata">

### Author: ![dadoonet](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dadoonet/32/137187_2.png) [@dadoonet](https://discuss.elastic.co/u/dadoonet)
#### Post date: [January 11, 2018, 3:17pm UTC](https://discuss.elastic.co/t/grokparsefailure-geoip-lookup-failure-with-reindex/115095/2 "2018-01-11T15:17:21Z")

</div>

Please don't cross-post. This is a duplicate of

> [@\_grokparsefailure, \_geoip\_lookup\_failure après un reindex](https://discuss.elastic.co/t/grokparsefailure-geoip-lookup-failure-apres-un-reindex/115051):
>
> 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](https://discuss.elastic.co/t/about-the-elasticsearch-category/21) and specifically the "Also be patient" part.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [February 8, 2018, 3:17pm UTC](https://discuss.elastic.co/t/grokparsefailure-geoip-lookup-failure-with-reindex/115095/3 "2018-02-08T15:17:22Z")

</div>

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