neogenix / daikon

ElasticSearch CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Export, and Import Index

neogenix opened this issue · comments

We should be able to do something like this to export an index :

daikon index export
daikon index export --cluster
daikon index export --file --format json

We should be able to do something like this to import an index :

daikon index import --file --format json
daikon index import --cluster --file --format json

This should include error, and exception handling.