ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Returns the underlying (internal or injected) HTTP client.
Ingests raw log lines by POSTing them (newline-delimited) to the
configured HTTP Source collectorURL. Accepts a single string or an
array of lines (joined with newlines).
Creates a search job via POST /api/v1/search/jobs. Returns the parsed
response (typically { id }); use messages(id) to fetch results once
the job completes.
Fetches messages for a completed search job via GET /api/v1/search/jobs/<id>/messages.
Fetches the status of a search job via GET /api/v1/search/jobs/<id>.
Lists the configured fields via GET /api/v1/fields.
Lists the collectors via GET /api/v1/collectors.
SumoLogicStorewraps Sumo Logic's HTTP Source ingest and its Search Job API (create job + fetch messages) plus field/collector metadata behind theNoSqlStorelifecycle.