Skip to content

Commit

Permalink
for idaholab#465, work in progress for evtx file support
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Jun 6, 2024
1 parent 2b02fc0 commit b4c4fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ opensearch-py==2.6.0
requests==2.32.0
regex==2022.3.2
dateparser==1.1.1
elasticsearch==8.13.2
elasticsearch==8.14.0
elasticsearch-dsl==8.13.1
psutil==5.9.8
2 changes: 1 addition & 1 deletion logstash/pipelines/beats/11_beats_logs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ filter {

} # [miscbeat][winevtlog]

if ([miscbeat][winlog][EventType]) && (![miscbeat][winevtlog][Level]) {
if ([miscbeat][winlog][EventType]) and (![miscbeat][winevtlog][Level]) {
translate {
id => "translate_miscbeat_winlog_eventtype_to_level"
source => "[miscbeat][winlog][EventType]"
Expand Down

0 comments on commit b4c4fdb

Please sign in to comment.