Allow longer custom reports in the Edge UI

Edge for Private Cloud v4.19.01

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 /opt/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:
    /opt/apigee/apigee-service/bin/apigee-service edge-ui restart