Skip to content

Commit 6a270e7

Browse files
committed
minor fix
1 parent 75607b6 commit 6a270e7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

admin/windows-event-log-synchronization.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Per-log configuration is specified in sections named according to log name, e.g.
5050

5151
Filtering is done in two stages. First is pre-filter, which allows to
5252
independently filter by Event ID, Source and Severity level. Second stage -
53-
Filter ( .. versionadded:: 5.2 ) allows to define chain of rules to filter by
53+
Filter (added in version 5.2) allows to define chain of rules to filter by
5454
combinations of Event ID, Source and Severity level.
5555

5656
Pre-filter
@@ -80,9 +80,6 @@ To exclude all Event IDs, use ``ExcludeEvent=0-65535``, then you can use
8080
8181
Source
8282
~~~~~~
83-
* -
84-
-
85-
-
8683

8784
Filtering by Source is done using options ``IncludeSource`` and
8885
``ExcludeSource``. By default, if no ``IncludeSource`` are ``ExcludeSource`` are
@@ -183,7 +180,7 @@ ID, Source and Severity level. Rules are specified using ``Filter`` option:
183180
single character.
184181
* - Id
185182
- No
186-
- Event ID. Ranges are supported. ``*`` means any ID.
183+
- Event ID. Ranges are supported (e.g. ``4800-4803``). ``*`` means any ID.
187184
* - Severity
188185
- No
189186
- Severity level. Bitmask or comma-separated severity level names are

0 commit comments

Comments
 (0)