需要 Go 版本: 1.17+
。虽然官方文档说是 1.16
,但如果不用 1.17+
的话会报错: sf.IsExported undefined (type reflect.StructField has no field or method IsExported)
。
mkdir -p ${GOPATH}/src/github.com/elastic
git clone https://github.com/elastic/beats ${GOPATH}/src/github.com/elastic/beats
cd beats/filebeat
make
一开始找到的文章叫我到 scripts
下面去执行 generate.py
, 结果被告知要安装 mage
。绕了一圈才找到上面的文章。
找对文档是非常重要的!