This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Saltstack Official Linux Formula
488
Commits
26
Branches
Tree:
01ad2ccdce
linux-formula
/
linux
/
files
/
logstash-forwarder.conf
logstash-forwarder.conf
103B
Raw
Normal View
History
Initial commit
9 years ago
1
2
3
4
5
6
7
{
"paths"
: [
"/var/log/syslog"
,
"/var/log/auth.log"
],
"fields"
: {
"type"
:
"syslog"
}
}