Skip to content

magenio-it/magento2-graylog

This branch is 1 commit ahead of, 2 commits behind hieuhidro/magento2-graylog:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 9, 2020
Aug 3, 2023
Nov 20, 2020
Aug 3, 2023
Aug 9, 2020
Sep 30, 2020
Jun 11, 2020
Jun 11, 2020
Jun 11, 2020
Apr 4, 2023
Nov 16, 2021
May 28, 2022
Jun 11, 2020

Repository files navigation

Graylog for magento 2

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

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%