You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_Note that the following configurations can be embedded in a systemd source block, within an entry block, you only need to use a filter directly for more complicated workflows._
115
118
116
119
**`field_map`**
117
120
@@ -136,7 +139,7 @@ If true, lowercase all non-mapped fields. Defaults to false.
136
139
137
140
If true, strip leading underscores from all non-mapped fields. Defaults to false.
138
141
139
-
### Example
142
+
### Filter Example
140
143
141
144
Given a systemd journal source entry:
142
145
```
@@ -165,10 +168,10 @@ The resulting entry using the above sample configuration:
165
168
166
169
> ### When I look at fluentd logs, everything looks fine but no journal logs are read
167
170
168
-
This is commonly caused when the user running fluentd does not have enough permisions
171
+
This is commonly caused when the user running fluentd does not have the correct permissions
169
172
to read the systemd journal.
170
173
171
-
Acording to the [systemd documentation](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html):
174
+
According to the [systemd documentation](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html):
172
175
> 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.
173
176
174
177
@@ -182,7 +185,7 @@ To run the tests with docker on several distros simply run `rake`
182
185
183
186
For systems with systemd installed you can run the tests against your installed libsystemd with `rake test`
0 commit comments