monstache
monstache copied to clipboard
Featurerequest: Waiting until the target index exists
When monstache starts synchronizing before the target index exists, it will be auto-created unless its turned off by elasticsearch cluster configuration.
It would be very nice to have monstache wait until the target index exists, since the dynamic-mapping can be very bad at guessing types.
Suggestion;
a new flag --wait-for-index index1,index2
Suggestion: https://github.com/rwynn/monstache/pull/678 @rwynn
+1 on the feature request, this will be very useful when using our own index mapping template.