magestack / module-opensearchlogger
This Magento 2 module provides a mechanism to store a copy of your application logs into opensearch.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-04-23 04:15:22 UTC
README
``magestack/module-opensearchlogger``
Main Functionalities
This Magento 2 module provides a mechanism to store a copy of your application logs into a secondary store (e.g., Elasticsearch/OpenSearch), enabling faster and more convenient log searching, filtering, and analysis — directly from logs emitted by Magento.
Key Features
- Captures and mirrors Magento logs in realtime (error, warning, debug, etc.)
- Enhances observability and supports real-time debugging
- Structured log storage for easy querying and statistics
- Admin configuration options to control log levels and log storage behavior
- Monthly log rotation to manage log size and retention
- Remove old logs automatically after a six month period
Use Cases
- Quickly search and analyze logs without digging through files
- Generate usage or error statistics for monitoring
- Investigate application behavior via structured context and extra data
Performance & Scalability
- Recommended for small to medium traffic applications
- For high-traffic applications, it is recommended to use Filebeat or similar log shipper tools to sync logs directly from the file system to external services like Elasticsearch or Opensearch, making the log mirroring process fully independent of the Magento runtime.
Supported Version
``Magento 2.4.8``
Installation
- Install the module composer by running
composer require magestack/module-opensearchlogger
- enable the module by running
php bin/magento module:enable MageStack_OpenSearchLogger
- apply database updates by running
php bin/magento setup:upgrade
- Flush the cache by running
php bin/magento cache:flush
Configuration
- The module can be configured via the Magento Admin Panel under
Stores > Configuration > Easy Mage > OpenSearch Logger
at default level only.