Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Since the DataPower gateway currently supports up to 1,000 log targets, DPOD can monitor a maximum of 333 domains if no other custom log targets are defined. See details and calculation below for more information.

  • The total amount of log targets cannot exceed 1,000 and consists of:

    • One required default log target per domain (created when the domain is created with the name default-log), which cannot be removed.

    • Additional custom log targets, created by the customer for non-DPOD use.

    • Log targets created by DPOD - DPOD will create one log target for the default domain, and 2 log targets for each monitored application domain.

  • Before you enable DPOD monitoring:

    • Count how many domains should be monitored by DPOD - DOMAINS_COUNT

    • Count how many log targets already exist in the DataPower gateway - EXISTING_LOG_TARGETS_COUNT
      You can view the existing log targets in the DataPower gateway WebGUI under default domain → Log Target Status → Show All Domains

    • Make sure the following calculation is true:

      Code Block
      EXISTING_LOG_TARGETS_COUNT + ((DOMAINS_COUNT x 2) -1) < 1,000
  • Known workarounds: If the number of expected log targets exceeds the limit, do not enable DPOD monitoring. You may use the following methods to allow for DPOD monitoring:

    • Reduce the amount of monitored domains by setting up monitoring only for selected domains (see Configuring Monitored Gateways).

    • Delete unused domains or move domains to another gateway.

    • Delete unused custom log targets that were created for non-DPOD use.

...