Skip to main content
This starts the HTTP ingest server using the encryption key and backend configuration obsidianlog init created. It blocks until shutdown.

Flags

Plus the global --config <FILE>.

Endpoints

/ingest has no request authentication. It’s designed to sit behind a trusted network boundary (e.g. bound to 127.0.0.1, or reached only by Vector on the same host/private network). See Security Model.

Example

Send it a batch:
See Sending Logs with Vector to ship real logs instead of a one-off curl.