Option | MAX_EVENT_FIELD_COUNT | |
Description | Sets the enforced maximum number of fields in an event in the ingest phase | |
Default | 8,000 fields | |
1,000 fields | (removed in 1.181) | |
8,000 fields | (added in 1.182.00) |
Controls the enforced maximum number of fields that can be parsed in an event during the ingest phase.
During ingest, fields are sorted alphabetically by name and the
first MAX_EVENT_FIELD_COUNT
are parsed, the
remainder of the named fields are dropped. Please note that the
@rawstring is not modified and will contain
all data.