NAME
   Search::Elasticsearch::Plugin::XPack - NOOP for backward compatibility
   wih XPack as plugin for Search::Elasticsearch

VERSION
   version 6.81

SYNOPSIS
       use Search::Elasticsearch();

       my $es = Search::Elasticsearch->new(
           nodes   => \@nodes,
           #plugins => ['XPack']  <-- NO NEED ANYMORE!
       );

 DESCRIPTION
   This is a NOOP module that is present only for backward compatibility.

   Starting from elasticsearch-perl 6.8 we moved the XPack endpoints into
   Direct client.

   You don't need anymore to specify XPack as plugin.

AUTHOR
   Enrico Zimuel <[email protected]>

COPYRIGHT AND LICENSE
   This software is Copyright (c) 2020 by Elasticsearch BV.

   This is free software, licensed under:

     The Apache License, Version 2.0, January 2004