elasticsearch-knapsack icon indicating copy to clipboard operation
elasticsearch-knapsack copied to clipboard

Knapsack plugin is an import/export tool for Elasticsearch

Results 53 elasticsearch-knapsack issues
Sort by recently updated
recently updated
newest added
trafficstars

[gradle caching](https://docs.gradle.org/current/userguide/build_cache.html). Shared caches can reduce the number of tasks you need to execute by reusing outputs already generated elsewhere. This can significantly decrease build times. We can enable this...

Hi Jörg, I have ElasticSearch v.0.20.6 with plugin 0.20.6.2 and have another instance on same machine v2.3.4 plugin v2.3.4.0. I ran the following commands as mentioned in the release notes....

Thanks for a great product. I upgraded to the current version 2.2.1 but forgot to see if there was current support by Knapsack. Here is what I'm getting: ERROR: Plugin...

Upgraded to support elasticsearch 2.4.0, released on 31st August. https://github.com/jprante/elasticsearch-helper/pull/8 would need to be merged, and its dependency version in the `build.gradle` in this repository updated before this can go...

ERROR: Plugin [knapsack] is incompatible with Elasticsearch [2.3.5]. Was designed for version [2.3.4] When it will be compatible with Elasticsearch 2.3.5? Regards.

first export all cluster indices with ”curl -XPOST 'localhost:9200/_export'” to the file _all.tar.gz then import _all.tar.gz..... if one index/type only have _settings and _mapping but have no real data, this...

Hi, We use elasticsearch Version: 1.5.1 and elasticsearch-knapsack-1.5.2.0.jar When issuing following command there seems to be stack exports: curl -XPOST "http://localhost:9200/_export/state" {"count":20,"states":[{"mode":"export","started":"2016-03-31T17:56:02.036Z","path":"file:///tmp/zms_user_idx.201603311455.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T17:57:21.008Z","path":"file:///tmp/201603311457.zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:09:47.376Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:11:53.964Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:14:35.856Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:16:01.496Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:16:41.821Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:17:00.996Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:19:29.524Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:20:44.189Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:22:03.172Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:22:27.848Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:33:58.656Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:35:21.976Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:38:24.292Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:39:32.548Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:44:25.936Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:46:22.856Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:47:33.309Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"},{"mode":"export","started":"2016-03-31T18:48:43.600Z","path":"file:///tmp/zms_user_idx.zip","node_name":"lhvmsrv369"}]} I want to kill all these exports. I...

Hi! I have 2 elastics on same Win7Pro machine, 1.6 version and 2.3.4 version. Knapsack on both of them. I want to copy data from one index to the other....