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
Copy file name to clipboardExpand all lines: src/handlers/http/ingest.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -467,7 +467,7 @@ pub enum PostError {
467
467
KnownFormat(#[from] known_schema::Error),
468
468
#[error("Ingestion is not allowed to stream {0} as it is already associated with a different OTEL format")]
469
469
IncorrectLogFormat(String),
470
-
#[error("Ingestion has been stoppped for dataset {0} as fields count {1} exceeds the allowed limit of {2}, Please create a new dataset.")]
470
+
#[error("Failed to ingest events in dataset {0}. Total number of fields {1} exceeds the permissible limit of {2}. We recommend creating a new dataset beyond {2} for better query performance.")]
0 commit comments