Skip to content

Commit

Permalink
Merge pull request #146 from magenx/dev
Browse files Browse the repository at this point in the history
- config cleanup for rocky linux
- rewrite variables
- simplifying web stack installation
  • Loading branch information
magenx authored Dec 12, 2022
2 parents d93652b + 10d052e commit 411e7ca
Show file tree
Hide file tree
Showing 2 changed files with 384 additions and 350 deletions.
4 changes: 2 additions & 2 deletions filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ filebeat.inputs:
enabled: true
id: Magento 2 logs
paths:
- MAGENTO_WEB_ROOT_PATH/var/log/system.log
- MAGENTO_ROOT_PATH/var/log/system.log

fields_under_root: true
fields:
Expand Down Expand Up @@ -58,7 +58,7 @@ filebeat.inputs:
enabled: true
id: Magento 2 php-fpm logs
paths:
- MAGENTO_WEB_ROOT_PATH/var/log/php-fpm-error.log
- MAGENTO_ROOT_PATH/var/log/php-fpm-error.log

fields_under_root: true
fields:
Expand Down
Loading

0 comments on commit 411e7ca

Please sign in to comment.