mirror of
https://github.com/krislamo/graylog_demo
synced 2024-12-16 06:50:35 +00:00
Install td-agent plugins and update graylog host
This commit is contained in:
parent
802a2d4e10
commit
15f1d8bb32
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -37,6 +37,7 @@ Vagrant.configure("2") do |config|
|
|||||||
cp --update /vagrant/td-agent.repo /etc/yum.repos.d/
|
cp --update /vagrant/td-agent.repo /etc/yum.repos.d/
|
||||||
yum check-update
|
yum check-update
|
||||||
yum install -y td-agent
|
yum install -y td-agent
|
||||||
|
td-agent-gem install fluent-plugin-gelf-hs gelf
|
||||||
cp /vagrant/td-agent.conf /etc/td-agent/td-agent.conf
|
cp /vagrant/td-agent.conf /etc/td-agent/td-agent.conf
|
||||||
systemctl restart td-agent
|
systemctl restart td-agent
|
||||||
systemctl -q enable td-agent
|
systemctl -q enable td-agent
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
<match **>
|
<match **>
|
||||||
@type gelf
|
@type gelf
|
||||||
protocol tcp
|
protocol tcp
|
||||||
host vagrant_graylog_1
|
host localhost
|
||||||
port 12201
|
port 12201
|
||||||
flush_interval 5s
|
flush_interval 5s
|
||||||
</match>
|
</match>
|
||||||
|
Loading…
Reference in New Issue
Block a user