-
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.
Added info about schema to the Metricbeat dev guide (#2057)
- Loading branch information
1 parent
f016d36
commit 7bd61bf
Showing
2 changed files
with
69 additions
and
2 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/* | ||
Package schema contains helper utilities to parse, convert, rename and reorganize data | ||
Package schema contains helper utilities to parse, convert, rename, and reorganize data | ||
from the format returned by the various monitored systems to the data model used by | ||
Metricbeat. | ||
See the unit tests in the mapstrstr and mapstriface for usage examples. | ||
See the docs in the mapstrstr and mapstriface sub-packages for usage examples. | ||
*/ | ||
package schema |