I just want to refresh my elasticsearch and update my sql command. But when 
i post this code/query again it gives me error that index name "updateauto" 
already created and it gives my "created" : "false".

On Saturday, March 28, 2015 at 1:54:27 PM UTC+5, Abdul Rafay wrote:
>
> localhost:9200/_river/my_update_river/_meta{
>   "type" : "jdbc",
>    "jdbc" : {
>      "url" : "jdbc:mysql://localhost:3306/admin",
>       "user" : "root",
>       "password" : "",
>       "poll" : "6s",
>       "index" : "updateauto",
>       "type" : "users",
>       "schedule":"0/10 * * ? * *",
>       "strategy" : "simple",
>       "sql" : "select * from users"
>     }
>  }
>
> Here's my code and when i delete index it works for only 10seconds and when i 
> refresh again it automatically created the index.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/275ee522-d6f2-4f44-8043-fcd1d10cb8de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to