Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions docs/devguide/contributing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,37 @@ your browser with the docs for preview.
[[dependencies]]
=== Dependencies

Comment thread
kvch marked this conversation as resolved.
In order to create Beats we rely on Golang libraries and other
external tools.

[float]
==== Golang

To manage the `vendor/` folder we use
https://github.com/kardianos/govendor[govendor]. Please see
the govendor documentation on how to add or update vendored dependencies.

In most cases `govendor fetch your/dependency@version +out` will get the job done.

[float]
==== Other dependencies

Besides Go libraries, we are using development tools to generate parsers for inputs and processors.

The following packages are required to run `go generate`:

[float]
===== Auditbeat

* FlatBuffers >= 1.9

[float]
===== Filebeat

* Graphviz >= 2.43.0
* Ragel >= 6.10


[float]
[[changelog]]
=== Changelog
Expand Down