NAME

Data::AnyXfer::Elastic::Cluster - Elasticsearch Cluster

DESCRIPTION

This module provides methods to manage snapshot/restore, or backups. It can
create, get and delete configured backup repositories, and create, get, delete
and restore snapshots of your cluster or indices.

Wraps methods from Search::Elasticsearch::Client::Direct::Snapshot for 
purposes.

SYNOPSIS

use Data::AnyXfer::Elastic::Snapshot;
my $snapshot = Data::AnyXfer::Elastic::Snapshot->new();

Methods are imported from:

See: L<Search::Elasticsearch::Client::Direct::Snapshot>

COPYRIGHT

This software is copyright (c) 2019, Anthony Lucas.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.