@@ -170,7 +170,7 @@ Windows will prevent Winlogbeat from reading the event log because it limits the
170
170
number of conditions that can be used in an event log query. If this occurs a similar
171
171
warning as shown below will be logged by Winlogbeat, and it will continue
172
172
processing data from other event logs. For more information, see
173
- https://support.microsoft.com/en-us/kb/970453.
173
+ https://support.microsoft.com/en-us/kb/970453.
174
174
175
175
`WARN EventLog[Application] Open() error. No events will be read from this
176
176
source. The specified query is invalid.`
@@ -183,12 +183,12 @@ event IDs.
183
183
184
184
[source,yaml]
185
185
--------------------------------------------------------------------------------
186
- processors:
187
- - drop_event.when.and:
188
- - equals.log_name: Security
189
- - not.or:
190
- - equals.event_id: 903
191
- - equals.event_id: 1024
186
+ processors:
187
+ - drop_event.when.and:
188
+ - equals.log_name: Security
189
+ - not.or:
190
+ - equals.event_id: 903
191
+ - equals.event_id: 1024
192
192
- equals.event_id: 4624
193
193
--------------------------------------------------------------------------------
194
194
@@ -326,29 +326,6 @@ under a `fields` sub-dictionary. If the custom field names conflict with other
326
326
field names added by Winlogbeat, then the custom fields overwrite the other
327
327
fields.
328
328
329
- ===== metrics.bindaddress
330
-
331
- The hostname and port where the Beat will host an HTTP web service that provides
332
- metrics. This field is optional.
333
-
334
- The following example specifies that the metrics service is available at
335
- http://localhost:8128/debug/vars:
336
-
337
- [source,yaml]
338
- --------------------------------------------------------------------------------
339
- winlogbeat.metrics:
340
- bindaddress: 'localhost:8123'
341
- --------------------------------------------------------------------------------
342
-
343
- The metrics are served as a JSON document. The metrics include:
344
-
345
- - memory stats
346
- - number of published events from each log
347
- - total number of failures while publishing
348
- - total number of filtered events
349
- - total number of successfully published events
350
- - uptime
351
-
352
329
include::../../../../libbeat/docs/generalconfig.asciidoc[]
353
330
354
331
include::../../../../libbeat/docs/outputconfig.asciidoc[]
0 commit comments