OptionMAX_EVENT_SIZE
Description Specifies the maximum allowed event size
Default1 MiB
Maximum10,000,000 bytes (10 MB)

Controls the maximum allowed size for an event. If you increase this value, you will also need to increase the following variables:

  • TOPIC_MAX_MESSAGE_BYTES - this enables the producer to send larger messages, and for LogScale to configure the topic to enable it to store larger messages. If the topic already exists, you need to edit the Kafka topic configuration - the relevant setting to change is max.message.bytes. Refer to the Kafka documentation for more details.

  • KAFKA_INGEST_QUEUE_PRODUCER_SEND_BUFFER_BYTES - This enables you to increase the TCP buffer size for the producer. See KAFKA_INGEST_QUEUE_PRODUCER_ for more details, especially on how to map between LogScale variables and Kafka variables.

Warning

Increasing this variable may have adverse affects for overall system performance, specifically that of LogScale and Kafka. If you increase this value, make sure you also configure LogScale and Kafka accordingly.