class

Logarithm::IngestionError

Inherits Logarithm::LogarithmError < Exception < Reference < Object

Exception raised when log ingestion operations fail.

This includes failures in:

  • Connecting to log sources (journald, files, external APIs)
  • Reading log data from sources
  • Parsing log formats
  • Network timeouts during log collection
  • File system permissions or access issues

Example scenarios:

  • journald service unavailable
  • Log files become inaccessible during reading
  • Network partition affecting remote log sources
  • Malformed log data that cannot be parsed