Create new beat fails at make set up

Hi,

I am trying to create a new beat in Windows and it fails when I run the make command. I get the below error

C:\Users\anjana\go\src\github.com\Anjana\xstorebeat>make setup
C:\Users\anjana\go\bin\mage.exe
panic: failed determine libbeat dir location: failed to find github.com/elastic/beats/dev-tools/mage in the project's vendor

goroutine 1 [running]:
github.com/elastic/beats/dev-tools/mage.LibbeatDir(0xc00004f890, 0x1, 0x1, 0xc0000686e0, 0x42)
C:/Users/anjana/go/src/github.com/elastic/beats/dev-tools/mage/common.go:729 +0x1de
github.com/elastic/beats/dev-tools/mage.init.ializers()
C:/Users/anjana/go/src/github.com/elastic/beats/dev-tools/mage/config.go:45 +0x44a

Beats development is not well supported on windows. All this process is best focused on linux environments. This happened to me and was the only way i found to solve it.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.