Forum Discussion

Wouter_de_Bruin's avatar
Wouter_de_Bruin
Icon for Nimbostratus rankNimbostratus
Jul 09, 2008

Can I change default syslog facilities? (9.4.3)

Hello,

 

is there a way to change the default syslog facilities?

 

We have an external syslog server (Not managed by us, of course;-) which only forwards facilty 7 messages to the log files we are authorised to use. Yes, I know, it should be different, but its not a perfect world :-(

 

 

I know exactly which log events I'd like to forward to this server, but they have different facilities. I would like to change the facility of these messages to 7 before they are sent to the external server.

 

I had a look at "b syslog" but this doesn't seem to do the thing for me.

 

We are running LTM with 9.4.3

 

 

Any help appreciated.

 

Wouter de Bruin

14 Replies

  • Can some one get me correct tmsh command that can modify log facility to local3 before sendind to syslog server in 12.0.0 HF2.

     

  • Any help on this is greatly appreciated.

     

    We want to send all syslogs from F5 devices to remote syslog server to facility local3.

     

    Syslog server has different facilities. I would like to change the facility of these messages to 3 before f5 syslogs are sent to the syslog server.This will make sure all logs from F5 will go to a single file on syslog server in the name of local3 facility.Easy to manage logs that way on the syslog server.Otherwise logs are all over the place and we have a customized syslog server to write unique device types syslog to unique facility.

     

    Please let me know for any additional information required.

     

    • Jay_41673's avatar
      Jay_41673
      Icon for Nimbostratus rankNimbostratus

      From RFC3164, 190 = local7(informational), 158 = local3(informational). Severity is your choice though depending on how you want it handled at the remote syslog server end (152-159 are valid).

                   emergency   alert   critical   error   warning   notice   info   debug
       kernel              0       1          2       3         4        5      6       7
       user                8       9         10      11        12       13     14      15
       mail               16      17         18      19        20       21     22      23
       system             24      25         26      27        28       29     30      31
       security           32      33         34      35        36       37     38      39
       syslog             40      41         42      43        44       45     46      47
       lpd                48      49         50      51        52       53     54      55
       nntp               56      57         58      59        60       61     62      63
       uucp               64      65         66      67        68       69     70      71
       time               72      73         74      75        76       77     78      79
       security           80      81         82      83        84       85     86      87
       ftpd               88      89         90      91        92       93     94      95
       ntpd               96      97         98      99       100      101    102     103
       logaudit          104     105        106     107       108      109    110     111
       logalert          112     113        114     115       116      117    118     119
       clock             120     121        122     123       124      125    126     127
       local0            128     129        130     131       132      133    134     135
       local1            136     137        138     139       140      141    142     143
       local2            144     145        146     147       148      149    150     151
       local3            152     153        154     155       156      157    158     159
       local4            160     161        162     163       164      165    166     167
       local5            168     169        170     171       172      173    174     175
       local6            176     177        178     179       180      181    182     183
       local7            184     185        186     187       188      189    190     191