README.md in fluent-plugin-systemd-0.3.0 vs README.md in fluent-plugin-systemd-0.3.1
- old
+ new
@@ -26,15 +26,15 @@
## Installation
Simply use RubyGems:
- gem install fluent-plugin-systemd -v 0.3.0
+ gem install fluent-plugin-systemd -v 0.3.1
or
- td-agent-gem install fluent-plugin-systemd -v 0.3.0
+ td-agent-gem install fluent-plugin-systemd -v 0.3.1
## Input Plugin Configuration
<source>
@type systemd
@@ -165,36 +165,54 @@
"cmd": "login"
"process": "123 login -- root"
}
```
+## Common Issues
+
+> ### When I look at fluentd logs, everything looks fine but no journal logs are read
+
+This is commonly caused when the user running fluentd does not have enough permisions
+to read the systemd journal.
+
+Acording to the [systemd documentation](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html):
+> Journal files are, by default, owned and readable by the "systemd-journal" system group but are not writable. Adding a user to this group thus enables her/him to read the journal files.
+
+
## Dependencies
This plugin depends on libsystemd
## Running the tests
To run the tests with docker on several distros simply run `rake`
For systems with systemd installed you can run the tests against your installed libsystemd with `rake test`
-## Licence etc
+## Licence
[MIT](LICENCE)
-Issues and pull requests welcome
+## Contributions
+Issues and pull requests are very welcome.
+
+If you want to make a contribution but need some help or advice feel free to message me @errm on the [Fluentd Slack](http://slack.fluentd.org/), or send me an email ed@reevoo.com.
+
+We have adopted the [Contributor Covenant](CODE_OF_CONDUCT.md) and thus expect anyone interacting with contributors, maintainers and users of this project to abide by it.
+
## Maintainer
* [Ed Robinson](https://github.com/errm)
## Contributors
Many thanks to our fantastic contributors
-* [Jesus Rafael Carrillo](https://github.com/jescarri)
-* [Mike Kaplinskiy](https://github.com/mikekap)
-* [Sadayuki Furuhashi](https://github.com/frsyuki)
-* [Richard Megginson](https://github.com/richm)
-* [Masahiro Nakagawa](https://github.com/repeatedly)
* [Hiroshi Hatake](https://github.com/cosmo0920)
+* [Erik Maciejewski](https://github.com/emacski)
+* [Masahiro Nakagawa](https://github.com/repeatedly)
+* [Richard Megginson](https://github.com/richm)
+* [Mike Kaplinskiy](https://github.com/mikekap)
* [neko-neko](https://github.com/neko-neko)
+* [Sadayuki Furuhashi](https://github.com/frsyuki)
+* [Jesus Rafael Carrillo](https://github.com/jescarri)