mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-14 14:00:36 +00:00
added requirements section to README
This commit is contained in:
parent
7276c9426b
commit
9bcc78ec74
14
README.md
14
README.md
@ -32,15 +32,16 @@ include '::fluentd'
|
|||||||
**By default this module doesn't configure any sources, matches or filters.** The section below describes how to configure these.
|
**By default this module doesn't configure any sources, matches or filters.** The section below describes how to configure these.
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
#### Source
|
#### Source
|
||||||
```puppet
|
```puppet
|
||||||
::fluentd::source { 'test':
|
::fluentd::source { 'test':
|
||||||
priority => 10,
|
priority => 10,
|
||||||
config => {
|
config => {
|
||||||
'type' => 'tail'
|
'type' => 'tail'
|
||||||
'format' => 'json'
|
'format' => 'json'
|
||||||
'path' => '/var/log/test-application/*.json'
|
'path' => '/var/log/test-application/*.json'
|
||||||
'tag' => 'application.test'
|
'tag' => 'application.test'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -111,6 +112,11 @@ include '::fluentd'
|
|||||||
</match>
|
</match>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
Modules:
|
||||||
|
* puppetlabs/apt >= 1.8.0 < 3.0.0
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
This module has been built on and tested against Puppet 3.7.5 and higher.
|
This module has been built on and tested against Puppet 3.7.5 and higher.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user