1
0
mirror of https://github.com/krislamo/graylog_demo synced 2025-10-23 13:28:33 +00:00

Install httpd and tail access_log with fluentd

This commit is contained in:
2020-02-11 16:25:20 -05:00
parent 5a6f09789c
commit 57d258cb35
3 changed files with 17 additions and 0 deletions

5
Vagrantfile vendored
View File

@@ -33,6 +33,11 @@ Vagrant.configure("2") do |config|
# Convenience
yum install -y vim
# Install apache
yum install -y httpd
systemctl start httpd
systemctl -q enable httpd
# Install rsyslog
yum install -y rsyslog
systemctl start rsyslog