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

Remove fluentd container and minor reorganization

This commit is contained in:
2020-03-04 11:28:29 -05:00
parent a233c8c043
commit 4a0d92fa97
4 changed files with 2 additions and 23 deletions

3
Vagrantfile vendored
View File

@@ -37,7 +37,8 @@ Vagrant.configure("2") do |config|
cp --update /vagrant/td-agent.repo /etc/yum.repos.d/
yum check-update
yum install -y td-agent
systemctl start td-agent
cp /vagrant/td-agent.conf /etc/td-agent/td-agent.conf
systemctl restart td-agent
systemctl -q enable td-agent
# Convenience