File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 1.0.1"
3+ changes :
4+ - description : Fix drop_event processor example by using event ID string values in conditions.
5+ type : bugfix
6+ link : https://github.com/elastic/integrations/pull/1755
27- version : " 1.0.0"
38 changes :
49 - description : make GA
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ streams:
3838 # Winlog configuration example
3939 #processors:
4040 # - drop_event.when.not.or:
41- # - equals.winlog.event_id: 903
42- # - equals.winlog.event_id: 1024
41+ # - equals.winlog.event_id: ' 903'
42+ # - equals.winlog.event_id: ' 1024'
4343 - input : httpjson
4444 title : Windows ForwardedEvents via Splunk Enterprise REST API
4545 description : Collect ForwardedEvents via Splunk Enterprise REST API
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: Custom Windows event logs
44description : |-
55 This Elastic integration collects custom Windows event logs
66type : integration
7- version : 1.0.0
7+ version : 1.0.1
88release : ga
99conditions :
1010 kibana.version : ' ^7.16.0'
You can’t perform that action at this time.
0 commit comments