Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ Reload: `sudo systemctl reload systemd-netlogd.service`
| `StructuredData=` | Custom SD-ID | None | `[app@12345]` |
| `UseSysLogStructuredData=` | Extract from journal | `false` | `yes` |
| `UseSysLogMsgId=` | Extract MSGID | `false` | `yes` |
| `ExcludeSyslogFacility=` | Skip facilities | None | `auth,authpriv` |
| `ExcludeSyslogLevel=` | Skip levels | None | `debug,info` |
| `ExcludeSyslogFacility=` | Skip facilities | None | `auth authpriv` |
| `ExcludeSyslogLevel=` | Skip levels | None | `debug info` |

---

Expand Down Expand Up @@ -167,7 +167,7 @@ UseSysLogMsgId=yes
```ini
[Network]
Address=192.168.1.100:514
ExcludeSyslogFacility=auth,authpriv
ExcludeSyslogFacility=auth authpriv
ExcludeSyslogLevel=debug
```

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Options are in the ``[Network]`` section. Reload changes:
+--------------------+----------+-------------+-------------------------------------------------------------+
| ``UseSysLogMsgId=``| bool | ``false`` | Extract ``SYSLOG_MSGID`` from journal. |
+--------------------+----------+-------------+-------------------------------------------------------------+
| ``ExcludeSyslogFacility=`` | list | – | Skip facilities (e.g., ``auth,authpriv``). |
| ``ExcludeSyslogFacility=`` | list | – | Skip facilities (e.g., ``auth authpriv``). |
+--------------------+----------+-------------+-------------------------------------------------------------+
| ``ExcludeSyslogLevel=`` | list | – | Skip levels (e.g., ``debug``). |
+--------------------+----------+-------------+-------------------------------------------------------------+
Expand Down Expand Up @@ -214,7 +214,7 @@ TCP with Filtering
[Network]
Address=192.168.8.101:514
Protocol=tcp
ExcludeSyslogFacility=auth,authpriv
ExcludeSyslogFacility=auth authpriv
ExcludeSyslogLevel=debug

Using Structured Data and Message IDs
Expand Down