2016-12-12 15:43 GMT+01:00 Swartz, Patrick <[email protected]>: > Many thanks! > One additional/clarification question ... are numeric names processed before > alpha names? "01-name.conf" before "A-name.conf"? then, that also makes me > question is "A-name.conf" processed before/after "a-name.conf". I realize > that is a bad example, but theoretically possible.
Its platform dependent. We use man 3 glob which (under linux) points to man 7 glob which means "same order as bash". Rainer > > Assuming current version ... @David :-) > > Patrick > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of David Lang > Sent: Monday, December 12, 2016 8:21 AM > To: rsyslog-users <[email protected]> > Subject: Re: [rsyslog] Processing order question > > There was a bug in an earlier version that loaded them in reverse order. > > Davdi Lang > > On Mon, 12 Dec 2016, Rainer Gerhards wrote: > >> Thanks, >> >> I'll add this to the doc: >> >> Note: if multiple files are included, they are processed in ascending >> sort order of the file name. >> >> HTH >> Rainer >> >> 2016-12-12 15:09 GMT+01:00 Swartz, Patrick <[email protected]>: >>> Hello All, >>> When using sub-config files in /etc/rsyslog.d/*.conf, what is the order >>> they are processed? Is it random when they are read in from the main >>> config? Or done via some order based on file name? Or something else? >>> Should I be using ##-filename.conf to specify the order I would they be >>> processes? >>> >>> I apologize but I couldn't find this in the docs. >>> >>> Patrick >>> >>> --------------------------------------------------------------------- >>> - This email and any files transmitted with it are confidential and >>> intended solely for the use of the addressee. If you are not the intended >>> addressee, then you have received this email in error and any use, >>> dissemination, forwarding, printing, or copying of this email is strictly >>> prohibited. Please notify us immediately of your unintended receipt by >>> reply and then delete this email and your reply. Tyson Foods, Inc. and its >>> subsidiaries and affiliates will not be held liable to any person resulting >>> from the unintended or unauthorized use of any information contained in >>> this email or as a result of any additions or deletions of information >>> originally contained in this email. >>> _______________________________________________ >>> rsyslog mailing list >>> http://lists.adiscon.net/mailman/listinfo/rsyslog >>> http://www.rsyslog.com/professional-services/ >>> What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE >>> WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of >>> sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T >>> LIKE THAT. >> _______________________________________________ >> rsyslog mailing list >> http://lists.adiscon.net/mailman/listinfo/rsyslog >> http://www.rsyslog.com/professional-services/ >> What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE >> WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites >> beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE >> THAT. >> > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This > is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our > control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT. > > ---------------------------------------------------------------------- > This email and any files transmitted with it are confidential and intended > solely for the use of the addressee. If you are not the intended addressee, > then you have received this email in error and any use, dissemination, > forwarding, printing, or copying of this email is strictly prohibited. Please > notify us immediately of your unintended receipt by reply and then delete > this email and your reply. Tyson Foods, Inc. and its subsidiaries and > affiliates will not be held liable to any person resulting from the > unintended or unauthorized use of any information contained in this email or > as a result of any additions or deletions of information originally contained > in this email. > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of > sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T > LIKE THAT. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

