László Várady

Results 281 comments of László Várady

> Do you have an opinion on this? (we need to decide this before (re-)working on the implementation) I think it would be unnecessary (at least in our use cases)...

@vruello Sorry for the huge delay. I think I've resolved all review notes.

@vruello If you have some free time, could you take a look, please? :)

We'll integrate this PR into our fork the upcoming week and start using/testing it.

@vruello Do you think there's a chance this could be merged upstream?

https://github.com/syslog-ng/syslog-ng/blob/67f9f32dc38cba0e970e37d573b249fca81b701c/syslog-ng/Makefile.am#L12-L17 The issue is related to `--enable-mixed-linking`, which links certain libraries statically and the rest dynamically. I'm not even sure this option works properly anymore. If you don't need it,...

By implementing a response to `http://schemas.dmtf.org/wbem/wsman/identity/1/wsmanidentity.xsd` requests within OpenWEC, the debugging of scenarios like this would become a bit easier, because OpenWEC would be able to answer to the [`Test-WSMan`](https://learn.microsoft.com/en-us/powershell/module/microsoft.wsman.management/test-wsman?view=powershell-7.5)...

I'll share a sample and stop spamming this issue :) Sorry for the noise. Sample request and response (click to expand) ``` http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd OpenWEC 0.3.0 ```

``` http( url("http://localhost:8080") method("POST") batch-lines(10000) batch-timeout(2000) workers(10) worker-partition-key("$PROGRAM") flush-on-worker-key-change(yes) worker-partition-autoscaling(yes) ); syslogng_output_batch_size_events_bucket{le="2"} 32 syslogng_output_batch_size_events_bucket{le="8"} 3 syslogng_output_batch_size_events_bucket{le="16"} 3 syslogng_output_batch_size_events_bucket{le="32"} 1 syslogng_output_batch_size_events_bucket{le="256"} 3 syslogng_output_batch_size_events_bucket{le="512"} 2 syslogng_output_batch_size_events_bucket{le="2048"} 1 syslogng_output_batch_size_events_bucket{le="4096"} 35 syslogng_output_batch_size_events_bucket{le="8192"} 494 syslogng_memory_queue_processed_events_total{worker="7"}...

My valgrind is broken, I'll ask someone to help me check memory stuff together.