We have updated our Terms of Service, Code of Conduct, and Addendum.

How can I correctly break up giant JSON events?

Options

I have a rest pull that is one giant json event - doesn’t appear to have new-line entries. The events get broken up incorrectly, so I’m assuming that my event breaker needs work, but the only json event breaker that I see is for json with new-lines. How should I handle this?

Best Answer

  • Raanan Dagan
    Raanan Dagan Posts: 101 mod
    edited July 2023 Answer ✓
    Options

    Try to create an event breaker that looks like this:
    The name of the Array field, JSON Extract field, and Max Event Bytes needs to be modified
    Once you have created this event breaker, on the REST API → Event Breaker → add your new event breaker

Answers

  • Raanan Dagan
    Raanan Dagan Posts: 101 mod
    edited July 2023 Answer ✓
    Options

    Try to create an event breaker that looks like this:
    The name of the Array field, JSON Extract field, and Max Event Bytes needs to be modified
    Once you have created this event breaker, on the REST API → Event Breaker → add your new event breaker