Allow custom reports longer than 14 days in the Edge UI

Edge for Private Cloud v. 4.16.09

By default, the Edge UI only lets you create custom reports for a maximum of 14 days.

To override this default and set it to 183 days:

  1. Open the ui.properties file in an editor. If the file does not exist, create it.
    > vi /<inst_root>/apigee/customer/application/ui.properties
  2. Set the following property to true:
    conf_apigee-base_apigee.feature.enableforcerangelimit="false"
  3. Save your changes to ui.properties.
  4. Restart the Edge UI:
    > /<inst_root>/apigee/apigee-service/bin/apigee-service edge-ui restart