The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

 Data::AnyXfer::Elastic::Cat - Elasticsearch Cat

DESCRIPTION

 The cat API in Elasticsearch provides information about your cluster and
 indices in a simple, easy to read text format, intended for human consumption.

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

SYNOPSIS

    use Data::AnyXfer::Elastic::Cat;
    my $cat = Data::AnyXfer::Elastic::Cat->new();

    Methods are imported from:

    L<Search::Elasticsearch::Client::Direct::Cat>

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.