[rsyslog] forward to 2nd server

2021-04-01 Thread rsyslog--- via rsyslog
Hi, I configured all my servers with to send all to a central server with "*.*  @192.168.0.10:2514" which works great. For some test and proof-of-concepts, i'd like to have the syslog messages also to a second logserver. However, adding "*.* @192.168.0.22:514" on the central server 192.168.0

Re: [rsyslog] forward to 2nd server

2021-04-01 Thread rsyslog--- via rsyslog
ion server to "unpack". Unless of course your destination solution is some another system which can't do this "unpacking". On 01.04.2021 15:29, rsyslog--- via rsyslog wrote: Hi, I configured all my servers with to send all to a central server with "*.*  @1

[rsyslog] error starting up disk queue

2023-01-31 Thread rsyslog--- via rsyslog
We are getting an error when starting/restarting rsyslog on RHEL 7 "rsyslogd: error starting up disk queue, using pure in-memory mode [v8.24.0-57.el7_9.3 try http://www.rsyslog.com/e/2026 ]" The system has the same config as another that is not getting the error and we have disabled SELINUX, re

[rsyslog] Rsyslog - TLS with multiple certificate chains

2023-05-23 Thread rsyslog--- via rsyslog
Hi there, we've issued a TLS certificate from our internal standalone PKI and configured it and the corresponding certificate chain to use syslog-TLS with rsyslog. Everything works fine so far. We receiving TLS encrypted syslog from devices which are capable to send via encrypted syslog. N

[rsyslog] Failover Config not Working

2018-05-20 Thread rsyslog--- via rsyslog
I am in the preliminary stages of creating a failover rsyslog.conf for all our Redhat 6 and 7 clients (default rsyslogd 5.8.10 and 8.24.0), using this page (and others) as a starting point, but I am unable to get the failover to work on either version. https://www.rsyslog.com/doc/master/tutorial

[rsyslog] Guard against Disk Queue Fill Up

2018-05-24 Thread rsyslog--- via rsyslog
Given the below, I would like to put something in there it guard against blocking if the disk queue fills up in the event of an extended outage where the remote server can not be reached. Or if writing to disk is not working for some reason. I saw a suggestion to use $ActionQueueTimeoutEnqueue

Re: [rsyslog] Failover Config not Working

2018-05-25 Thread rsyslog--- via rsyslog
Anyone have any insight on this? Maybe some things to look at? This setup does not fail to the other server. On Sun, May 20, 2018, at 12:40 PM, rsyslog--- via rsyslog wrote: > I am in the preliminary stages of creating a failover rsyslog.conf for> all > our Redhat 6 and 7 clients

Re: [rsyslog] Failover Config not Working

2018-05-27 Thread rsyslog--- via rsyslog
; On Fri, May 25, 2018 at 1:35 PM, rsyslog--- via rsyslog > wrote: > > Anyone have any insight on this? Maybe some things to look at? This > > setup does not fail to the other server. > > > > On Sun, May 20, 2018, at 12:40 PM, rsyslog--- via rsyslog wrote: > >> I

[rsyslog] Queue Directives Help

2018-05-29 Thread rsyslog--- via rsyslog
I have the following setup that I want to use (on RH 6 and 7)to stop the system from slowing and/or hitting performance issues if: 1. Remote TCP logs server is down or not present for a extended time 2. The disk queue happens to fill up and can no longer write to disk for some reason ( $ActionQu

Re: [rsyslog] Queue Directives Help

2018-05-29 Thread rsyslog--- via rsyslog
By the way, these are client systems. On Tue, May 29, 2018, at 3:34 PM, rsyslog--- via rsyslog wrote: > I have the following setup that I want to use (on RH 6 and 7)to stop > the system from slowing and/or hitting performance issues if: > 1. Remote TCP logs server is down or not pres

Re: [rsyslog] Queue Directives Help

2018-05-29 Thread rsyslog--- via rsyslog
very > confusing to understand. > > The current documentation should list the default values (the watermark > functionality is disabled by default) > > David Lang > > On Tue, 29 May 2018, rsyslog--- via rsyslog wrote: > > > Date: Tue, 29 May 2018 15:34:54 -0600

[rsyslog] Imfile stops working

2019-04-05 Thread rsyslog--- via rsyslog
I'm on the latest rsyslog in RHEL 7 (8.24.0-34.el7) with the following client config that sends to a commercial syslog server: Rsyslog.conf: $ModLoad imuxsock $ModLoad imjournal $WorkDirectory /var/lib/rsyslog $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat $IncludeConfig /etc/rsyslog.

Re: [rsyslog] Imfile stops working

2019-04-05 Thread rsyslog--- via rsyslog
t; but I never > use the old style syntax and cant say what the effects of that might be. > > Regards, > > > On 4/5/19 11:13 AM, rsyslog--- via rsyslog wrote: > > I'm on the latest rsyslog in RHEL 7 (8.24.0-34.el7) with the following > > clien

Re: [rsyslog] Imfile stops working

2019-04-10 Thread rsyslog--- via rsyslog
ead and > configure a > ruleset for the imfile input and give it a queue (so that the input is > not > involving the main queue) > > David Lang > > > > > Regards, > > > > > > > > On 4/5/19 11:42 AM, rsyslog--- via rsyslog wrote: > &g

Re: [rsyslog] Imfile stops working

2019-04-10 Thread rsyslog--- via rsyslog
:52 PM, Rainer Gerhards wrote: > As I said: > I guess it's useless to try to fix it with that version. > > Rainer > > Sent from phone, thus brief. > > rsyslog--- via rsyslog schrieb am Mi., 10. > Apr. 2019, 20:38: > > Update on this. Since we cha

Re: [rsyslog] Imfile stops working

2019-04-23 Thread rsyslog--- via rsyslog
uot;local4" >ruleset="from_weblog") > > > ruleset(name="from_weblog") { > >if ($msg contains ["ignore_this","ignore_that"]) then stop > >  action( > type="omfwd" > name="send_to_remote" &g

[rsyslog] Rsyslog HA-style redirect

2019-08-30 Thread rsyslog--- via rsyslog
Hello, When using TCP redirects (@@), is it possible to configure multiple servers but only send to one only? (If that one fails, then try another one from the list.) How would I do this? Thanks, Marki ___ rsyslog mailing list http://lists.adiscon.

[rsyslog] rsyslog mailling list website trouble

2019-08-30 Thread rsyslog--- via rsyslog
Hello, There are: 1) "Enter confirmation cookie" page issues 2) "Private Archives Authentication" not working either I suspect that's because both pages are an https URL but the form submission/action is http. Probably there is a redirect in the background (http->https) that breaks the trans

[rsyslog] Terminal control characters

2017-02-12 Thread nbw-rsyslog via rsyslog
I have *rootsh* logging to syslog/rsyslog and I am seeing xterm/terminal color codes in the logs. My rsyslog configuration has: $EscapeControlCharactersOnReceive off I have a template which applies *controlcharacters="drop"* to the /msg/ property. This takes care of many control characters but