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

NAME

es-status.pl - Simple ElaticSearch Status Checks

VERSION

version 2.6

SYNOPSIS

es-status.pl --health --verbose --color

Options: --help print help --manual print full manual

Query Modes: --health Display overall cluster health (--verbose shows more detail) --node Display node details (--verbose shows more detail) --segments Display segmentation details (--verbose shows more detail) --settings Display index settings (--verbose shows more detail)

    --all               Run all handlers!

ARGUMENT GLOBALS

Some options may be specified in the /etc/es-utils.yaml or $HOME/.es-utils.yaml file:

    ---
    host: esproxy.example.com
    port: 80
    timeout: 10

From CLI::Helpers:

    --color             Boolean, enable/disable color, default use git settings
    --verbose           Incremental, increase verbosity
    --debug             Show developer output
    --quiet             Show no output (for cron)

DESCRIPTION

This script is designed to help you get information about the state of the ElasticSearh cluster in a hurry.

OPTIONS

help

Print this message and exit

manual

Print this message and exit

all

Runs all the ES Checks at once, this includes: health, node, and segments Used in combination with --verbose for more detail

    ./es-status.pl --all --verbose
health

Displays the cluster health, use --verbose to get more information

    ./es-status.pl --health --verbose
node

Displays the details on index segmentation, use --verbose to get more information

    ./es-status.pl --node --verbose
segments

Displays the details on index segmentation, use --verbose to get more information

    ./es-status.pl --segments --verbose
settings

Displays the details on index settings, use --verbose to get more information

    ./es-status.pl --settings --verbose

AUTHOR

Brad Lhotsky <brad@divisionbyzero.net>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Brad Lhotsky.

This is free software, licensed under:

  The (three-clause) BSD License

1 POD Error

The following errors were encountered while parsing the POD:

Around line 307:

You forgot a '=back' before '=head1'