Skip to content

Commit

Permalink
Update documentation for write_kafka plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrik committed Aug 2, 2019
1 parent 8b788d0 commit f2315e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -1965,6 +1965,12 @@ class { 'collectd::plugin::write_kafka':
kafka_port => 9092,
topics => {
'mytopic' => { 'format' => 'JSON' },
},
properties => {
'myproperty' => { 'myvalue' },
},
meta => {
'mymeta' => { 'myvalue' },
}
}
```
Expand Down

0 comments on commit f2315e6

Please sign in to comment.