hidro/module-graylog

Enable Graylog for magento 2

Installs: 25 521

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 4

Open Issues: 1

Type:magento2-module

2.4.1.13 2022-05-28 07:33 UTC

README

By me a coffee:

Release version pattern:

  • Version pattern: [Magento Version].x.x

  • Ex: Version format 2.4.x.x (This pattern for Magento 2.4).

    hidro/module-graylog

Packagist: https://packagist.org/packages/hidro/module-graylog

More packages:

Main Functionalities

Installation

* = in production please use the --keep-generated option

Type 1: Zip file

  • Unzip the zip file in app/code/Hidro
  • Enable the module by running php bin/magento module:enable Hidro_Graylog
  • Apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Type 2: Composer

  • Make the module available in a composer repository for example:
    • public repository packagist.org
    • public github repository as vcs
  • Install the module composer by running composer require hidro/module-graylog
  • enable the module by running php bin/magento module:enable Hidro_Graylog
  • apply database updates by running php bin/magento setup:upgrade*
  • Flush the cache by running php bin/magento cache:flush

Configuration

  • Enabled (system/graylog/enabled)

  • Host (system/graylog/host)

  • Port (system/graylog/port)

Specifications

  • Console Command
    • test

Attributes

My Website