es-amazon-s3-river
es-amazon-s3-river copied to clipboard
Amazon S3 river for Elasticsearch
No region can be setted.
I am trying to index pdf files stored in s3 bucket. I followed the instruction provided in the documentation. I am using ES 1.7.2 and sense plugin to execute queries....
"ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip" Elastic 2.0 has been released so the plugin should need an upgrade too
failed to create river [amazon-s3][mys3docs] org.elasticsearch.common.settings.NoClassSettingsException: Failed to load class with value [amazon-s3] at org.elasticsearch.river.RiverModule.loadTypeModule(RiverModule.java:87) at org.elasticsearch.river.RiverModule.spawnModules(RiverModule.java:58) at org.elasticsearch.common.inject.ModulesBuilder.add(ModulesBuilder.java:44) at org.elasticsearch.river.RiversService.createRiver(RiversService.java:137) at org.elasticsearch.river.RiversService$ApplyRivers$2.onResponse(RiversService.java:273) at org.elasticsearch.river.RiversService$ApplyRivers$2.onResponse(RiversService.java:267) at org.elasticsearch.action.support.TransportAction$ThreadedActionListener$1.run(TransportAction.java:113) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at...
Hi, I was wondering, is it possible to tell the river to not parse the files themselves? I just want to build an index of the objects without reading the...
It would be helpful to sync ES with S3 at specific events. So for example one could send an action to the river, to start the sync process. I've seen...