If your ingested logs don’t look as expected, you can check if a particular log record contains warnings regarding issues that occurred for that log in the log ingest and processing pipeline. Look for a dt.ingest.warnings
attribute in Notebooks. It lists warnings about issues that affected a particular log record.
Examples of possible warnings:
Warning
Description
content_trimmed
The content was trimmed after being received bythe API because it exceeded the event content maximum byte size limit.
content_trimmed_pipe
The content was trimmed after processing rules were applied because it exceeded the event content maximum byte size limit.
attr_count_trimmed
The number of attributes was trimmed after being received by the API because it exceeded the maximum number of attributes in a single event.
attr_count_trimmed_pipe
The number of attributes was trimmed after processing rules were applied because it exceeded the maximum number of attributes in a single event.
attr_val_count_trimmed
At least one multi-value attribute had the number of values trimmed, after being received by the API, because it exceeded the maximum number of attributes in a single event.
attr_val_count_trimmed_pipe
After applying processing rules, at least one multi-value attribute had its value number trimmed because it exceeded the maximum number of attributes.