Oleg Don
Oleg Don
Closes #151
Add join go panic plugin as an alias to "join" plugin with predefined `start` and `continue`regex.
Currently file.d is deployed with Ubuntu 20.04 with systemd 245. There appeared a necessity for systemd 249. It would be great to add an image based on the latest Ubuntu...
# Description This pr adds "copy_fields" param to the output splunk plugin. It is a map of strings to strings. Keys and values are json paths, keys are paths in...
Currently Splunk output plugin only stores the original event in the "event" field. Sometimes it is necessary to have additional meta data such as timestamp or service name outside the...
This pull requests adds `(*Node).CopyFromNode(*Root, *Node)` function. The function copies the data from one node to another. If the src node has related nodes (e.g., `next`, `nodes`) they are copied...
Sometimes there is a need in creating a copy of JSON node subtree to another independent node to perform transformations. For this purpose it would be great to have a...