README.md in fluent-plugin-systemd-1.0.2 vs README.md in fluent-plugin-systemd-1.0.3
- old
+ new
@@ -26,15 +26,15 @@
## Installation
Simply use RubyGems:
- gem install fluent-plugin-systemd -v 1.0.1
+ gem install fluent-plugin-systemd -v 1.0.3
or
- td-agent-gem install fluent-plugin-systemd -v 1.0.1
+ td-agent-gem install fluent-plugin-systemd -v 1.0.3
## Upgrading
If you are upgrading to version 1.0 from a previous version of this plugin take a look at the [upgrade documentation](docs/upgrading.md). A number of deprecated config options were removed so you might need to update your configuration.
@@ -45,12 +45,13 @@
tag kubelet
path /var/log/journal
matches [{ "_SYSTEMD_UNIT": "kubelet.service" }]
read_from_head true
- <storage kubelet-pos>
+ <storage>
@type local
+ path /var/log/fluentd-journald-kubelet-cursor.json
</storage>
<entry>
fields_strip_underscores true
fields_lowercase true
@@ -82,10 +83,10 @@
See [matching details](docs/matching.md) for a more exhaustive
description of this property and how to use it.
**`storage`**
-Configuration for a [storage plugin](http://docs.fluentd.org/v0.14/articles/storage-plugin-overview) used to store the journald cursor.
+Configuration for a [storage plugin](https://docs.fluentd.org/storage) used to store the journald cursor.
**`read_from_head`**
If true reads all available journal from head, otherwise starts reading from tail,
ignored if cursor exists in storage (and is valid). Defaults to false.