Adds the bigip_remote_syslog module

This patchs add a remote-syslog module that can be used by people
to manage their (basic, not HSL) syslog configuration
This commit is contained in:
Tim Rupp
2017-10-02 11:34:23 -07:00
committed by Toshio Kuratomi
parent 5bf9f271b3
commit 75c5d0fedc
3 changed files with 703 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
{
"kind": "tm:sys:syslog:syslogstate",
"selfLink": "https://localhost/mgmt/tm/sys/syslog?ver=13.0.0",
"authPrivFrom": "notice",
"authPrivTo": "emerg",
"clusteredHostSlot": "enabled",
"clusteredMessageSlot": "disabled",
"consoleLog": "enabled",
"cronFrom": "warning",
"cronTo": "emerg",
"daemonFrom": "notice",
"daemonTo": "emerg",
"isoDate": "disabled",
"kernFrom": "debug",
"kernTo": "emerg",
"local6From": "notice",
"local6To": "emerg",
"mailFrom": "notice",
"mailTo": "emerg",
"messagesFrom": "notice",
"messagesTo": "warning",
"userLogFrom": "notice",
"userLogTo": "emerg",
"remoteServers": [
{
"name": "/Common/remotesyslog1",
"host": "10.10.10.10",
"localIp": "none",
"remotePort": 514
},
{
"name": "/Common/remotesyslog1",
"host": "20.20.20.20",
"localIp": "1.1.1.1",
"remotePort": 8000
}
]
}