elasticsearch-jdbc
elasticsearch-jdbc copied to clipboard
index_settings not working for new index
If I run a new river with "{index_settings:{index:{number_of_shards:1}}" for example it will fail with "after fetch: no such index org.elasticsearch.index.IndexNotFoundException: no such index" however if I create the index beforehand with the settings and run the river again it will work.