-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note that there is no warranty or support for generator code
- Loading branch information
1 parent
b9ced47
commit 48183d6
Showing
3 changed files
with
24 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// tag::beat-generator[] | ||
IMPORTANT: Elastic provides no warranty or support for the code used to generate | ||
a Beat. The Beat generator is mainly offered as guidance for developers who want | ||
to create their own data shippers. | ||
|
||
// end::beat-generator[] | ||
|
||
// tag::metricset-generator[] | ||
IMPORTANT: Elastic provides no warranty or support for the code used to generate | ||
metricsets. The generator is mainly offered as guidance for developers who want | ||
to create their own data shippers. | ||
|
||
// end::metricset-generator[] | ||
|
||
// tag::filebeat-generator[] | ||
IMPORTANT: Elastic provides no warranty or support for the code used to generate | ||
modules and filesets. The generator is mainly offered as guidance for developers | ||
who want to create their own data shippers. | ||
|
||
// end::filebeat-generator[] |
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