NAME

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

DESCRIPTION

This module provides methods to make cluster-level requests, such as getting
and setting cluster-level settings, manually rerouting shards, and retrieving
for monitoring purposes.

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

SYNOPSIS

use Data::AnyXfer::Elastic::Cluster;
my $cluster = Data::AnyXfer::Elastic::Cluster->new();

Methods are imported from:

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

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.