You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @cyriltovena Correct me if my understanding is wrong, Basically if its a jsonTokenizer we wanted to check MaxAllowedLineLength on the extracted line from the set of keys that is after Tokenize. For other tokenizers it should proceed as it is now ?
Can you help with the clarification. I can raise a PR for this.
We drop lines that are too big default 3k chars or contains too many tokens for performance reasons in pattern ingesters.
For json log line we only use a set of keys for discovering patterns.
We could probably do the json message parsing prior that limit and apply that limit on the message key.
Notes:
The text was updated successfully, but these errors were encountered: