The highest tagged major version is
v7 .
Discover Packages
github.com/elastic/beats
libbeat
common
jsontransform
package
Version:
v6.2.2+incompatible
Opens a new window with list of versions in this module.
Published: Feb 15, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 421
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types TransformNumbers(dict) WriteJSONKeys(event, keys, overwriteKeys)
Documentation
¶
TransformNumbers walks a json decoded tree an replaces json.Number
with int64, float64, or string, in this order of preference (i.e. if it
parses as an int, use int. if it parses as a float, use float. etc).
WriteJSONKeys writes the json keys to the given event based on the overwriteKeys option
Source Files
¶
Click to show internal directories.
Click to hide internal directories.