Attila Szakacs

Results 28 issues of Attila Szakacs

## Description of the problem 1. Sometimes the `transport` label is missing. 2. Setting the bind address as the `address` label is misleading. 3. Why don't we know the peer...

enhancement

Example usage: ``` python { import syslogng syslogng.register_jinja_config_generator(context="destination", name="my_dest", template=r""" file({{ args.path }}); """) }; destination d_my_dest{ my-dest(path("/dev/stdout")); }; ``` TODO: make it possible to load `.jinja` file. Signed-off-by: Attila...

Now supports: ``` otel_kvl = otel_kvlist({"foo": 42}); otel_arr = otel_array([1, 2]); js = json(); js.otel_kvl = otel_kvl; istype(js.otel_kvl, "json_object"); js.otel_kvl += {"bar": 1337}; js.otel_arr = otel_arr; istype(js.otel_arr, "json_array"); js.otel_arr +=...

Depends on #4860, #4861, #4862 and #4866 TODO: unit tests

Not my proudest commit history, sorry.

Depends on #107 Currently points to a temp repo, we need to modify it before merging. Example config: ``` storage: vendor: "s3" incoming: all: endpoint: "https://foobar.r2.cloudflarestorage.com" bucket: "axosyslog-apt-incoming" access-key: "foobar"...