A newer version of this documentation is available.

View Latest

slowQueryLogTimeout

      +

      The slowQueryLogTimeout setting controls the logging of the queries in the FTS server logs.

      The default value for the slowQueryLogTimeout setting is 5 seconds.

      Every query for which the execution time is more than the value set in the slowQueryLogTimeout setting,will be logged in the FTS server logs and the slow-query server stats.

      Example

      curl -XPUT -H "Content-type:application/json" \
      http://<ip>:8094/api/managerOptions -u <username>:<password> -d '{
          "slowQueryLogTimeout": "10"
      }'