diff --git a/CopyIndexes.mkdn b/CopyIndexes.mkdn index 802ea66..0bc11bf 100644 --- a/CopyIndexes.mkdn +++ b/CopyIndexes.mkdn @@ -4,7 +4,7 @@ es-copy-index.pl - Copy an index from one cluster to another # VERSION -version 8.4 +version 8.5 # SYNOPSIS @@ -390,7 +390,7 @@ Brad Lhotsky # COPYRIGHT AND LICENSE -This software is Copyright (c) 2022 by Brad Lhotsky. +This software is Copyright (c) 2023 by Brad Lhotsky. This is free software, licensed under: diff --git a/Maintenance.mkdn b/Maintenance.mkdn index 5ac49a0..8ac5dee 100644 --- a/Maintenance.mkdn +++ b/Maintenance.mkdn @@ -4,7 +4,7 @@ es-daily-index-maintenance.pl - Run to prune old indexes and optimize existing # VERSION -version 8.4 +version 8.5 # SYNOPSIS @@ -141,7 +141,7 @@ Brad Lhotsky # COPYRIGHT AND LICENSE -This software is Copyright (c) 2022 by Brad Lhotsky. +This software is Copyright (c) 2023 by Brad Lhotsky. This is free software, licensed under: diff --git a/README.mkdn b/README.mkdn index 5e8cb9c..3dc3539 100644 --- a/README.mkdn +++ b/README.mkdn @@ -4,7 +4,7 @@ App::ElasticSearch::Utilities - Utilities for Monitoring ElasticSearch # VERSION -version 8.4 +version 8.5 # SYNOPSIS @@ -20,7 +20,6 @@ Included are: **MONITORING**: - scripts/es-nagios-check.pl - Monitor ES remotely or via NRPE with this script scripts/es-graphite-dynamic.pl - Perform index maintenance on daily indexes scripts/es-status.pl - Command line utility for ES Metrics scripts/es-storage-overview.pl - View how shards/data is aligned on your cluster @@ -34,8 +33,9 @@ Included are: **MANAGEMENT**: - scripts/es-copy-index.pl - Copy an index from one cluster to another scripts/es-apply-settings.pl - Apply settings to all indexes matching a pattern + scripts/es-cluster-settings.pl - Manage cluster settings + scripts/es-copy-index.pl - Copy an index from one cluster to another scripts/es-storage-overview.pl - View how shards/data is aligned on your cluster **DEPRECATED**: @@ -566,7 +566,7 @@ This module's source code is available by visiting: # COPYRIGHT AND LICENSE -This software is Copyright (c) 2022 by Brad Lhotsky. +This software is Copyright (c) 2023 by Brad Lhotsky. This is free software, licensed under: diff --git a/Searching.mkdn b/Searching.mkdn index 69567ea..eddb8c0 100644 --- a/Searching.mkdn +++ b/Searching.mkdn @@ -4,7 +4,7 @@ es-search.pl - Provides a CLI for quick searches of data in ElasticSearch daily # VERSION -version 8.4 +version 8.5 # SYNOPSIS @@ -609,7 +609,7 @@ Brad Lhotsky # COPYRIGHT AND LICENSE -This software is Copyright (c) 2022 by Brad Lhotsky. +This software is Copyright (c) 2023 by Brad Lhotsky. This is free software, licensed under: diff --git a/cpanfile b/cpanfile index fe9ea20..ef894b3 100644 --- a/cpanfile +++ b/cpanfile @@ -1,4 +1,4 @@ -# This file is generated by Dist::Zilla::Plugin::CPANFile v6.027 +# This file is generated by Dist::Zilla::Plugin::CPANFile v6.030 # Do not edit this file directly. To change prereqs, edit the `dist.ini` file. requires "CHI" => "0"; diff --git a/dist.ini b/dist.ini index 550fb39..db19be3 100644 --- a/dist.ini +++ b/dist.ini @@ -74,6 +74,7 @@ fake_home = 1 ; Git stuff [Git::GatherDir] exclude_filename = README.mkdn +exclude_filename = cpanfile [Git::NextVersion] ; get version from last release tag version_regexp = ^release-(.+)$