Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Ingesting Events

Events are ingested into Crystalline via input configurations. Once configured, events can be ingested via the following API endpoints:

  • /ingest/<input_uuid>/json - Accepts newline delimited JSON objects
  • /ingest/<input_uuid>/raw - Accepts newline delimited raw string events
  • /ingest/<input_uuid>/multiline - Accepts all lines of received text as a single event

Log sources