clear
query|
facets|
time |
Search criteria: .
Results from 1 to 10 from
68 (0.0s).
|
|
|
Loading phrases to help you refine your search...
|
[expand - 1 more]
[collapse]
-
So difficult to make rsyslog to work -
Rsyslog - [mail # user]
|
...You can just use the "stop" keyword after the action to discard furtherprocess.On Sat, Feb 9, 2019 at 11:09 AM 杨华杰 via rsyslog wrote:> Thanks so much for helping out, the attached syslog ... |
|
|
|
|
So difficult to make rsyslog to work - Rsyslog - [mail # user]
|
...You could use a template.template(name="RemoteLogs" type="list") { constant(value="/var/log/") property(name="fromhost-ip") constant(value="/log_")&nbs... |
|
|
|
|
|
[expand - 6 more]
[collapse]
-
rsyslog RELP and TLS - creating the certificates -
Rsyslog - [mail # user]
|
...Have you put it on both sides (client and server) ?I still don't see any "tls.authMode" section in your conf. So it might usesomething different than name, e.g. fingerprint.Have you tried to... |
|
|
|
|
rsyslog RELP and TLS - creating the certificates - Rsyslog - [mail # user]
|
...Ok, it looks like the same error as described here:https://github.com/rsyslog/rsyslog/issues/435I must admit that I'm not able to reproduce it with 8.39.But you might try to set "tls.authMod... |
|
|
|
rsyslog RELP and TLS - creating the certificates - Rsyslog - [mail # user]
|
...Oh, and you didn't provide any "tls.permittedpeer=["..."]" so the nexterror that you should see on the server side is something like:rsyslogd: imrelp[2514]: authentication error 'non-permite... |
|
|
|
rsyslog RELP and TLS - creating the certificates - Rsyslog - [mail # user]
|
...Unable to reproduce that here. It might indicate that the server doesn'tprovide tls.You should check the permissions on the files.Btw, did you generate all the certificates with the same ope... |
|
|
|
rsyslog RELP and TLS - creating the certificates - Rsyslog - [mail # user]
|
...I made some tests, and I was able to connect the client (8.4.2) and theserver (8.39.0) with the configuration provided herehttps://www.rsyslog.com/using-tls-with-relp/ (of course with fewmod... |
|
|
|
rsyslog RELP and TLS - creating the certificates - Rsyslog - [mail # user]
|
...Hi,I've never used relp, with or without tls, but this is what I've used tocreate certificates to secure our DB connections.Let me know if this works for you with rsyslog.Regards,FloOn Wed, ... |
|
|
|
rsyslog RELP and TLS - creating the certificates - Rsyslog - [mail # user]
|
...Hi,What's wrong with this guide https://www.rsyslog.com/using-tls-with-relp/ ?The commands used in it still apply nowadays.Regards,FloOn Wed, Dec 5, 2018 at 12:52 PM sophie.loewenthal--- via... |
|
|
|
|
|
[expand - 1 more]
[collapse]
-
Now -
Rsyslog - [mail # user]
|
...Hi John,https://github.com/rsyslog/rsyslog might be a good starting point.Regards,FloOn Mon, Dec 3, 2018 at 3:07 PM John Chivian wrote:> Thanks David, it is much appreciated. Being ... |
|
|
|
|
Now - Rsyslog - [mail # user]
|
...$now is documented here:https://www.rsyslog.com/doc/master/configuration/properties.htmlIt's a date, not a timestamp. It may be a misunderstanding.On Wed, Nov 28, 2018 at 4:31 PM John Chivia... |
|
|
|
|
|
[expand - 4 more]
[collapse]
-
template() syntax is driving me mad! -
Rsyslog - [mail # user]
|
...Sorry, I didn test it with logger, but I've created a conf file in/etc/rsyslog.d and it works as expected with rsyslog 8.38.$ sudo tail -f /var/log/jmtest.log2018-11-27 09:06:01 Tue host.dom... |
|
|
|
|
template() syntax is driving me mad! - Rsyslog - [mail # user]
|
...Thanks for the feedback!I'll try to help fix doc issues, should the opportunity arise.FloOn Mon, Nov 26, 2018 at 4:14 PM Rainer Gerhards wrote:> El lun., 26 nov. 2018 a las 10:28, Flo Ran... |
|
|
|
template() syntax is driving me mad! - Rsyslog - [mail # user]
|
...It would have been hard for me to figure out that, thanks.On Mon, Nov 26, 2018 at 10:22 AM Rainer Gerhards wrote:> El lun., 26 nov. 2018 a las 10:08, Flo Rance ()> escribió:> >&g... |
|
|
|
template() syntax is driving me mad! - Rsyslog - [mail # user]
|
...Hi Rainer,It was not a criticism against you, just an observation.I don't know if it was intended to be supported as "date-year" and itdoesn't work as expected, or if the real syntax is just... |
|
|
|
template() syntax is driving me mad! - Rsyslog - [mail # user]
|
...Hi,The doc is very confusing, especially that part which shows examples with"date-*" date format:https://www.rsyslog.com/doc/v8-stable/configuration/templates.htmlHowever, other part of the ... |
|
|
|
|
|
[expand - 2 more]
[collapse]
-
Missing messages in our databases -
Rsyslog - [mail # user]
|
...Btw, this syntax is working, too.authpriv.* /var/log/rsyslog-debug.log;RSYSLOG_DebugFormatFloOn Wed, Nov 21, 2018 at 3:21 PM Mike Schleif wrote:> On Tue, Nov 20, 2018 at 3:41 PM Joe Blow ... |
|
|
|
|
Missing messages in our databases - Rsyslog - [mail # user]
|
...This should do what you want.authpriv.* action(type="omfile" file="/var/log/rsyslog-debug.log"template="RSYSLOG_DebugFormat")FloOn Wed, Nov 21, 2018 at 3:21 PM Mike Schleif wrote:> On Tue... |
|
|
|
Missing messages in our databases - Rsyslog - [mail # user]
|
...I would advise to take a look at the mysql logs, there may be more verboseabout the statement used in that case.Regards,FloOn Mon, Nov 19, 2018 at 7:47 PM Mike Schleif wrote:> Sorry, I di... |
|
|
|
|
|
[expand - 1 more]
[collapse]
-
TLS and rsyslog -
Rsyslog - [mail # user]
|
...Hi,There are two points:$InputTCPServerStreamDriverAuthMode anon # client is NOT authenticatedis a global configuration, not an option for imrelp module.If you read that commit:https://githu... |
|
|
|
|
TLS and rsyslog - Rsyslog - [mail # user]
|
...Hi,"Supported values are either “*fingerprint*” or “*name”*."https://www.rsyslog.com/doc/v8-stable/configuration/modules/imrelp.html#tls-authmodeFloOn Thu, Nov 15, 2018 at 3:31 PM sophie.loe... |
|
|
|
|
|
[expand - 2 more]
[collapse]
-
Ruleset : send to server over UDP instead of TCP -
Rsyslog - [mail # user]
|
...My bad, UDP not TCP.action(type="omfwd" target="el8" port="10514" protocol="udp" ...)On Mon, Nov 12, 2018 at 3:54 PM Flo Rance wrote:> Hi,>> Most probably not. The syntax for ... |
|
|
|
|
Ruleset : send to server over UDP instead of TCP - Rsyslog - [mail # user]
|
...Hi,Most probably not. The syntax for the omfwd module is different.action(type="omfwd" target="el8" port="10514" protocol="tcp" ...)https://www.rsyslog.com/doc/v8-stable/configuration/module... |
|
|
|
Ruleset : send to server over UDP instead of TCP - Rsyslog - [mail # user]
|
...Hi,It seems that the primary purpose of omelasticsearch is to send logs toelesticsearch rest, running on http or https, thus using tcp. It's notintended to use udp.https://www.rsyslog.com/do... |
|
|
|
|
|
[expand - 1 more]
[collapse]
-
Code verification : legacy to new format -
Rsyslog - [mail # user]
|
...Hi Sophie,This is how I understand it, however there might be something else and Idon't know it.Regards,FloOn Fri, Nov 9, 2018 at 10:49 AM [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:&... |
|
|
|
|
Code verification : legacy to new format - Rsyslog - [mail # user]
|
...Hi,If you search on v8-stable instead of v7-stable, everything is there.FloOn Fri, Nov 9, 2018 at 10:31 AM sophie.loewenthal--- via rsyslog <[EMAIL PROTECTED]> wrote:> Is there a pa... |
|
|
|
|
|
rsyslogd 8.24.0 and setting file ownership and permissions -
Rsyslog - [mail # user]
|
...Hi,The doc says "Please note that the actual permission depend on rsyslogd’sprocess umask. If in doubt, use “$umask 0000” right at the beginning of theconfiguration file to remove any restri... |
|
|
|
|
[expand - 3 more]
[collapse]
-
Moving from legacy to new rsyslog syntax - dynafile and severity levels -
Rsyslog - [mail # user]
|
...Hi,According to the documentation:"Note that “rulesetname” must be the name of a ruleset that is alreadydefined at the time the bind directive is given."https://www.rsyslog.com/doc/v8-stable... |
|
|
|
|
|