Export Objects using User Friendly format while filtering with a large IQL condition results in 414 error

XMLWordPrintable

    • 4
    • Minor

      Issue Summary

      Export Objects using User Friendly format while filtering with a large IQL condition results in 414 error

      Steps to Reproduce

      1. Access an Insight Schema that has many assets(2k+ at least)
      2. Creates an IQL filter that has more than 1K conditions like: key in (key-1, key-2, key-3.... key-1500)
      3. Try to export the results in a user-friendly format.

      Expected Results

      • Results are exported successfully.

      Actual Results

      The export fails due to 414 Request-URI Too Long

      Workaround

      Split into batches the IQL conditions like.

      • key IN (key-1 ... key-300)
      • key IN (key-301 ... key 600)

              Assignee:
              Unassigned
              Reporter:
              Thiago Behm.
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: