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 log-destination ingestURL. Accepts a single string or
an array of lines (joined with newlines).
Searches log events via GET /api/v1/events/search. Returns the parsed
response ({ events, min_id, max_id, reached_beginning, ... }).
Lists the configured log groups via GET /api/v1/groups.
Lists the configured systems (log senders) via GET /api/v1/systems.
PapertrailStorewraps Papertrail's HTTP log-destination ingest and its REST events-search API (plus group/system metadata) behind theNoSqlStorelifecycle.