mirror of
https://github.com/krislamo/puppet-fluentd
synced 2025-09-18 02:49:29 +00:00
prettified README.md
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user