Re: [rsyslog] Confirming the behavior of omhttp in the face of 4xx errors

2023-12-06 Thread Peter Portante via rsyslog
On Wed, Dec 6, 2023 at 7:14 PM David Lang via rsyslog < rsyslog@lists.adiscon.com> wrote: > we would be open to a patch for a flag that dropped the offending message > and > kept going (see my other message about batch handling) but not to just > ignore > the message and retry. > Agree, did not

Re: [rsyslog] Confirming the behavior of omhttp in the face of 4xx errors

2023-12-06 Thread David Lang via rsyslog
we would be open to a patch for a flag that dropped the offending message and kept going (see my other message about batch handling) but not to just ignore the message and retry. David Lang On Wed, 6 Dec 2023, Peter Portante via rsyslog wrote: Hello Rsyslog People! I have been working with

[rsyslog] Confirming the behavior of omhttp in the face of 4xx errors

2023-12-06 Thread Peter Portante via rsyslog
Hello Rsyslog People! I have been working with the Ansible team on a use case of rsyslogd forwarding logs to Splunk via omhttp. Is there anyway to get movement on a fix for https://github.com/rsyslog/rsyslog/issues/4348? Would the community be up for a patch that allowed for a flag to change

Re: [rsyslog] Memory Leak?

2023-12-06 Thread Rainer Gerhards via rsyslog
Great. Do you know valgrind? If so, you could run rsyslog under valgrind control, best in the forground. When you terminate rsyslog, valgrind will show leak stats of any. Rainer Sent from phone, thus brief. Adriaan de Waal schrieb am Mi., 6. Dez. 2023, 19:56: > Good day > > Looking at the

Re: [rsyslog] Memory Leak?

2023-12-06 Thread Adriaan de Waal via rsyslog
Good day Looking at the main Q statistics, the size remains mostly constant around 30. The max queue size currently sits at 400. There is also a queue (linked list + disk assisted) configured for the omkafka action, with the size not really going above single digits (and the DA queue stats

Re: [rsyslog] Memory Leak?

2023-12-06 Thread Rainer Gerhards via rsyslog
Look at the queue sizes in impstats. Are they ever-increasing? Rainer El mié, 6 dic 2023 a las 14:30, Adriaan de Waal via rsyslog () escribió: > > Good day > > I am trying to diagnose and resolve an issue whereby the memory consumed by > the rsyslog daemon increases linearly over time. This

[rsyslog] Memory Leak?

2023-12-06 Thread Adriaan de Waal via rsyslog
Good day I am trying to diagnose and resolve an issue whereby the memory consumed by the rsyslog daemon increases linearly over time. This continues until it consumes most of the memory (including swap) of the system and the service has to be restarted to free up memory. There are two servers