Skip to content

Commit

Permalink
Revert #391 to test windows service.
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Morton committed Mar 9, 2021
1 parent 4733b60 commit ab8c0de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dist/fetch_collectors.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

ARCHS=( x86 x86_64 )
FILEBEAT_VERSION=7.6.2
WINLOGBEAT_VERSION=7.6.2
FILEBEAT_VERSION=6.4.2
WINLOGBEAT_VERSION=6.4.2

# $1: beat name
# $2: beat operating system
Expand Down Expand Up @@ -43,4 +43,3 @@ do
download_beat "filebeat" "windows" ${FILEBEAT_VERSION} ${ARCH}
download_beat "winlogbeat" "windows" ${WINLOGBEAT_VERSION} ${ARCH}
done

0 comments on commit ab8c0de

Please sign in to comment.