Enabling XFF translation requires you to run a MySQL command on the management console database. To run the required MySQL command, follow these steps:
The default management console database name is super.
The default port for the management console database is TCP-3308.
For more information about using MySQL commands, see the MySQL documentation available at www.mysql.com.
Follow these steps:
mysql -P3308
mysql>
use super;
MySQL displays the following response:
Database changed
INSERT IGNORE INTO parameter_descriptions (Parameter, Level, Type, DefaultValue, Description) VALUES ('XFFEnabled', 'System', 'boolean', '1', 'Non-zero to enable XFF endpoint extraction in URL monitoring.');
MySQL displays the following response:
Query OK, 1 row affected (0.00 sec)
UPDATE parameter_descriptions SET DefaultValue='0' WHERE parameter='XFFEnabled';
MySQL displays the following response:
Query OK, 1 row affected (0.02 sec) Rows matched: 1 Changed: 1 Warnings: 0
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|