mirror of
https://github.com/krislamo/puppet-fluentd
synced 2025-04-19 02:54:22 +00:00
prettified README.md
This commit is contained in:
parent
cec2c1c0c7
commit
99675255e5
@ -46,7 +46,7 @@ include '::fluentd'
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
**results in:**
|
**creates:**
|
||||||
```
|
```
|
||||||
/etc/td-agent/conf.d/10-source-test.conf
|
/etc/td-agent/conf.d/10-source-test.conf
|
||||||
<source>
|
<source>
|
||||||
@ -69,7 +69,7 @@ include '::fluentd'
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
**results in:**
|
**creates:**
|
||||||
```
|
```
|
||||||
/etc/td-agent/conf.d/20-filter-test.conf
|
/etc/td-agent/conf.d/20-filter-test.conf
|
||||||
<filter *.test>
|
<filter *.test>
|
||||||
@ -97,7 +97,7 @@ include '::fluentd'
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
**results in:**
|
**creates:**
|
||||||
```
|
```
|
||||||
/etc/td-agent/conf.d/30-match-test.conf
|
/etc/td-agent/conf.d/30-match-test.conf
|
||||||
<match *.test>
|
<match *.test>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user