AgileWorksOrg / elasticsearch-river-csv

CSV river for ElasticSearch
Apache License 2.0
91 stars 45 forks source link

Disable the pool parameter #60

Closed subburaj45 closed 9 years ago

subburaj45 commented 9 years ago

By default the pool parameter is set to 60 minutes. I want to disable that parameter so that i have to manually trigger csv-river to index the data. Is it possible?

xxBedy commented 9 years ago

No you can't. But you can configure river to pull directory for import file every one minute (or less). Then copy file to the folder when you want index data.

Odesláno z iPhonu

    1. 2015 v 7:57, subburaj45 notifications@github.com:

By default the pool parameter is set to 60 minutes. I want to disable that parameter so that i have to manually trigger csv-river to index the data. Is it possible?

— Reply to this email directly or view it on GitHub.