Szilard Parrag

Results 10 issues of Szilard Parrag

The attached reproducer code spawns two processes, one of them polls a perfectly valid pipe fd for writing using ivykis, and the child process would be responsible for reading, but...

This PR adds some unit tests regarding `evt_tag_mem()`. There is also a fix regarding `signed/unsigned` comparison in `evt_tag_mem()`.

In #4123 the fix was to check the return value of a failable function. With the help of [Infer](https://github.com/facebook/infer) I was able to find similar cases and fix them.

abandoned

### Proposed changes This PR allows the configuration of the Prometheus exporter from Helm charts.

> Bugs should be filed for issues encountered whilst operating logging-operator. > You should first attempt to resolve your issues through the community support > channels, e.g. Slack, in order...

bug
pinned

**Is your feature request related to a problem? Please describe.** It would be great to have the e2e tests coverage reports as they cover much a bigger part of the...

enhancement
testing
image
pinned

#### Description For log records it is really useful to know how not only the number of log records but their size in bytes as well. This PR in it's...

``` @version: 4.8 @include "scl.conf" log { source { example-msg-generator(num(1) template("[Originator@6876 sub=Vimsvc.ha-eventmgr opID=esxui-13c6-6b16 sid=5214bde6 user=root][anotherSDID@32473 iut=4 eventSource=Application eventID=1012]") ); }; parser{sdata-parser();}; filterx { bar = has_sdata(); foo = is_sdata_from_enterprise("6876"); #...

``` @version: current block destination second(...) { `__VARARGS__` }; block destination first(...) { second(`__VARARGS__`); }; log { destination{ first(some-param("")) }; }; ``` After the fix: ``` [2024-08-13T09:19:13.979827] Starting to read...

- **messages: capture errno in debug & trace messages as well** - **gsockaddr: add g_sockaddr_inet_or_inet6_check()** - **otel-dest: fix crash when message contains GSockAddrUnix** - **ci: fix trivy action** - **scanner:...