|
4 | 4 |
|
5 | 5 | ## Overview
|
6 | 6 |
|
7 |
| -**systemd** input plugin reads logs from the systemd journal |
| 7 | +**systemd** input plugin reads logs from the systemd journal |
8 | 8 | **systemd** filter plugin allows for basic manipulation of systemd journal entries
|
9 | 9 |
|
10 | 10 | ## Support
|
|
35 | 35 |
|
36 | 36 | td-agent-gem install fluent-plugin-systemd -v 0.3.1
|
37 | 37 |
|
| 38 | +## Upgrading |
| 39 | + |
| 40 | +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. |
| 41 | + |
38 | 42 | ## Input Plugin Configuration
|
39 | 43 |
|
40 | 44 | <source>
|
@@ -76,34 +80,15 @@ reading all logs from the journal.
|
76 | 80 | See [matching details](docs/Matching-Details.md) for a more exhaustive
|
77 | 81 | description of this property and how to use it.
|
78 | 82 |
|
79 |
| -**`pos_file`** |
80 |
| - |
81 |
| -_This parameter is deprecated and will be removed in favour of storage in v1.0._ |
82 |
| - |
83 |
| - |
84 |
| -Path to pos file, stores the journald cursor. File is created if does not exist. |
85 |
| - |
86 | 83 | **`storage`**
|
87 | 84 |
|
88 | 85 | Configuration for a [storage plugin](http://docs.fluentd.org/v0.14/articles/storage-plugin-overview) used to store the journald cursor.
|
89 | 86 |
|
90 |
| -_Upgrading from `pos_file`_ |
91 |
| - |
92 |
| -If `pos_file` is specified in addition to a storage plugin with persistent set to true, the cursor will be |
93 |
| -copied from the `pos_file` on startup, and the old `pos_file` removed. |
94 |
| - |
95 | 87 | **`read_from_head`**
|
96 | 88 |
|
97 | 89 | If true reads all available journal from head, otherwise starts reading from tail,
|
98 | 90 | ignored if pos file exists (and is valid). Defaults to false.
|
99 | 91 |
|
100 |
| -**`strip_underscores`** |
101 |
| - |
102 |
| -_This parameter is deprecated and will be removed in favour of entry in v1.0._ |
103 |
| - |
104 |
| -If true strips underscores from the beginning of systemd field names. |
105 |
| -May be useful if outputting to kibana, as underscore prefixed fields are unindexed there. |
106 |
| - |
107 | 92 | **`entry`**
|
108 | 93 |
|
109 | 94 | Optional configuration for an embeded systemd entry filter. See the [Filter Plugin Configuration](#filter-plugin-configuration) for config reference.
|
|
0 commit comments