Logstash Output Amazon Es
Description
Logstash output plugin to sign and export logstash events to Amazon Elasticsearch Service
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Logstash Output Plugin
This plugin is now in maintenance mode. We will supply bug fixes and security patches for v7.2.X, older versions are no longer supported. This change is because the OpenSearch Project created a new Logstash output plugin [logstash-output-opensearch](https://github.com/opensearch-project/logstash-output-opensearch) which ships events from Logstash to OpenSearch 1.x and Elasticsearch 7.x clusters, and also supports SigV4 signing. Having similar functionality plugins can be redundant, so we plan to eventually replace this logstash-output-amazon_es plugin with the logstash-output-opensearch plugin.
To help you migrate to [logstash-output-opensearch](https://github.com/opensearch-project/logstash-output-opensearch) plugin, please find below a brief migration guide.
Migrating to logstash-output-opensearch plugin
This guide provides instructions for existing users of logstash-output-amazon_es plugin to migrate to logstash-output-opensearch plugin.
Configuration Changes
- The plugin name will change from
amazon_estoopensearch. - If using HTTPS this must be explicitly configured because
opensearchplugin does not default to it likeamazon_esdoes:- The protocol must be included in
hostsashttps(or optionssladded with valuetrue) portmust explicitly specified as443
- The protocol must be included in
- A new parameter
auth_typewill be added to the Config to support SigV4 signing. - The
regionparameter will move underauth_type. - Credential parameters
aws_access_key_idandaws_secret_access_keywill move underauth_type. - The
typevalue forauth_typefor SigV4 signing will be set toaws_iam.
For the Logstash configuration provided in [Configuration for Amazon Elasticsearch Service Output Plugin ](#configuration-for-amazon-elasticsearch-service-output-plugin), here's a mapped example configuration for logstash-output-opensearch plugin:
output {
opensearch {
hosts => ["https://hostname:port"]
Related Skills
mcp-server-postgres
Read-only PostgreSQL database access.
Data mcp-server-sqlite
SQLite database interaction and querying.
Data mcp-server-google-maps
Google Maps integration for location data.
Data Bitbucket Data Center
---
Data Csv Data Summarizer
Automatically analyze CSV files and generate comprehensive insights with visualizations
Data Financial Services
Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba
Data