The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:App-ElasticSearch-Utilities BRAD"

Types::ElasticSearch - Types for working with ElasticSearch River stage zero No dependents

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-open.pl - Open any closed indices matching your paramters. River stage zero No dependents

This tool provides access to open any closed indices in the cluster matching the parameters. Open the last 45 days of logstash indices: es-open.pl --base logstash --days 45...

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-nodes.pl - Listing the nodes in a cluster with some details River stage zero No dependents

This tool provides access to information on nodes in the the cluster....

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-status.pl - Simple ElaticSearch Status Checks River stage zero No dependents

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

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-search.pl - Provides a CLI for quick searches of data in ElasticSearch daily indexes River stage zero No dependents

This tool takes a search string parameter to search the cluster. It is in the format of the Lucene query string <http://lucene.apache.org/core/2_9_4/queryparsersyntax.html> Examples might include: # Search for past 10 days vhost admin.example.com and...

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-index-scan.pl - Scan indexes for potential issues River stage zero No dependents

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-aggregate.pl - Multi-level aggregations in Elasticsearch River stage zero No dependents

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-copy-index.pl - Copy an index from one cluster to another River stage zero No dependents

This script allows you to copy data from one index to another on the same cluster or on a separate cluster. It handles index creation, either directly copying the mapping and settings from the source index or from mapping/settings JSON files. This sc...

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-index-fields.pl - Show information on the fields storage usage River stage zero No dependents

This script allows you to see the storage usage by field...

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-index-blocks.pl - Report and manage index blocks River stage zero No dependents

This script reports and optionally clears indexes with read_only_allow_delete set....

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-alias-manager.pl - Allow easy alias management for daily indexes River stage zero No dependents

This script assists in maintaining the aliases for relative or daily indexes across multiple datacenters. Use with cron: 22 4 * * * es-alias-manager.pl --local --config /etc/elasticsearch/aliases.yml This will allow you to split your cluster between ...

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

App::ElasticSearch::Utilities - Utilities for Monitoring ElasticSearch River stage zero No dependents

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-apply-settings.pl - Run to apply a JSON list of settings to indexes matching a pattern River stage zero No dependents

This script allows you to change index settings on indexes whose name matches the specified pattern. Usage: $ es-apply-settings.pl --local --pattern logstash-* > { "index.routing.allocation.exclude.ip": "192.168.10.120" } Or specify a file containing...

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-storage-overview.pl - Index Storage Overview by Index Name without Dates River stage zero No dependents

This script allows you view the storage statistics of the ElasticSearch cluster. Usage: # Show usage data for nodes with logstash indices $ es-storage-overview.pl --local...

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-cluster-settings.pl - Get or apply settings to the cluster River stage zero No dependents

This script allows you to change cluster settings easily. Usage: # Show current settings $ es-cluster-settings.pl # Remove a node from shard allocation via the transient settings $ es-cluster-settings.pl --update cluster.routing.allocation.exclude._n...

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-graphite-dynamic.pl - Dynamically gather metrics and send to graphite River stage zero No dependents

This script collects interesting monitoring data from the ElasticSearch cluster and maps that data directly into Graphite. If ElasticSearch changes the names of data, those changes will be reflected in the metric path immediately....

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

es-daily-index-maintenance.pl - Run to prune old indexes and optimize existing River stage zero No dependents

This script assists in maintaining the indexes for logging clusters through routine deletion and optimization of indexes. Use with cron: 22 4 * * * es-daily-index-maintenance.pl --local --all --delete-days=180 --replicas-age=90 --replicas-min=1...

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

App::ElasticSearch::Utilities::Query - Object representing ES Queries River stage zero No dependents

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

App::ElasticSearch::Utilities::Metrics - Fetches performance metrics about the node River stage zero No dependents

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC

App::ElasticSearch::Utilities::Connection - Abstract the connection element River stage zero No dependents

BLHOTSKY/App-ElasticSearch-Utilities-8.8 - 13 Mar 2024 03:35:06 UTC
32 results (0.031 seconds)