ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Returns the underlying (internal or injected) HTTP client.
Ingests one or more log entries as GELF messages via POST /gelf. Each
entry is completed into a GELF 1.1 message with the shared host, and
messages are newline-delimited (the GELF HTTP input accepts one JSON
message per line).
Runs a relative universal search via
GET /api/search/universal/relative. Returns the parsed response
({ messages, total_results, fields, ... }).
Lists the known message field names via GET /api/system/fields.
Lists the configured streams via GET /api/streams.
GraylogStorewraps Graylog's GELF HTTP ingest input and its REST universal-search / metadata API behind theNoSqlStorelifecycle.