Skip to content

Extractor is a web tool for an extracting specific indices from the indicated repository, from the snapshot identified by users choice.

License

Notifications You must be signed in to change notification settings

vmrm/elasticsearch-extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extractor

Extractor is a web tool for an extracting specific indices from the indicated repository, from the snapshot identified by users choice.

Requires Elasticsearch v7.0 or greater.

INSTALL

To install extractor on Linux use the following commands:

$ git clone https://github.com/uzhinskiy/extractor.git
$ cd extractor
$ make

USAGE

$ sudo cp ./build/extractor /usr/local/sbin/
$ sudo cp main.yml /usr/local/etc/extractor.yml
$ sudo cp ./scripts/extractor.service /etc/systemd/system/
$ edit /usr/local/etc/extractor.yml
$ sudo systemctl daemon-reload && systemctl start extractor
$ sudo systemctl enable extractor

About

Extractor is a web tool for an extracting specific indices from the indicated repository, from the snapshot identified by users choice.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 49.6%
  • HTML 48.3%
  • Makefile 2.1%