Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LuaQuote = ast.LuaQuote
Functions ¶
func AllFluentConfig ¶
AllFluentConfig returns components (if any) and Lua code that sets a Boolean local variable for each filter to indicate if that filter matched.
func FluentBitSpecialFields ¶
Types ¶
type Filter ¶
type Filter struct {
// contains filtered or unexported fields
}
func MatchesAny ¶
MatchesAny returns a single Filter that matches if any of the child filters match.
type Member ¶
func NewMemberLegacy ¶
NewMemberLegacy attempts to parse m as a filter member. If it fails, it prepends `jsonPayload.` and tries again. This is used by legacy config options that allowed bare body field names.
Click to show internal directories.
Click to hide internal directories.