How to: Add a remote security log server¶
You need to add the security policy request logger to the JSON policy file for it to work in BIG-IP Next environment.
To add the log server:
Verify the IP address and port of the server.
Open your policy file and add the following lines:
{
"request-loggers": [
{
"name": "test_log_profile",
"destination": "<server_ip>:<server_port>"
}
]
}
For more information on request-loggers
If you have modified an already uploaded policy file, you need to re-upload the updated file and re-attach the policy.