Runlet.Cmd.Grep (runlet v1.2.7)

View Source

Output events matching a regular expression

Summary

Functions

Select events using a regexp. The value of each JSON key is matched against the regexp.

Functions

exec(stream, match)

@spec exec(Enumerable.t(), String.t()) :: Enumerable.t()

Select events using a regexp. The value of each JSON key is matched against the regexp.

to_bin(t)