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