forked from elastic/beats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport: Generate fields.go for netflow (elastic#9740)
* Backport fields generation code Cherry-pick select parts of f54df4f * Generate fields.go for netflow input * Generate fields.go for netflow input Update x-pack/filebeat to generate a fields.go for each input type. And update the code that generates the include/list.go to import each input. * Fix netflow exporter version datatype It was "int" which is not a valid type. Changed it to long rather than integer because we use that everywhere for numbers. Cherry-pick parts of c44eb1b (elastic#9686) * Update x-pack/filebeat to use the xpack.mk The existing Filebeat Makefile could not be reused because generate_imports.py is not portable. * Add clean and exportDashboard targets * createDir in GenerateModuleReferenceConfig * Remove makefile hack to test x-pack/filebeat
- Loading branch information
1 parent
ce4575d
commit 162f255
Showing
17 changed files
with
318 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.