Stavtsev Sergey

Results 4 comments of Stavtsev Sergey

Hello @jszwedko! This workaround not working for me. My conf: ``` transforms: gelf: type: remap inputs: ["kubernetes_logs"] source: |- .timestamp_from_log = to_string!(.timestamp) .timestamp=to_timestamp!(.timestamp) sinks: gelf_out: type: "socket" inputs: ["gelf"] address:...

Hello @jszwedko thank's for fast response. My new config: ``` transforms: gelf: type: remap inputs: ["kubernetes_logs"] source: |- .timestamp_from_log = to_string!(.timestamp) .timestamp = to_timestamp!(truncate(to_string!(.timestamp), 23) + "Z") ``` But result...

From my first message: To send this timestamp in graylog i need to do one of the following: 1. Configure encoder parameter in socket sink `encoding.timestamp_format: "unix"` 2. Parse timestamp...

This wo not working too, in this case vector return error: `2023-01-23T10:30:57.741520Z ERROR sink{component_kind="sink" component_id=gelf_out component_type=socket component_name=gelf_out}: vector::internal_events::codecs: Failed serializing frame. error=LogEvent contains a value with an invalid type. field...