ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Returns the underlying (internal or injected) HTTP client.
Returns the lazily-required splunk-sdk module, or null if not installed.
Sends a batch of events to the HTTP Event Collector via
POST /services/collector/event. Each event is wrapped in a HEC
envelope carrying the shared meta (index/sourcetype/source/host); the
envelopes are newline-concatenated as HEC expects.
Dispatches an SPL search via POST /services/search/jobs. The search
string is normalized to start with search when it isn't already a
generating command. Returns the parsed response (job SID or, for a
oneshot search, the results).
Lists the configured source types via GET /services/data/sourcetypes.
Lists the configured indexes via GET /services/data/indexes.
SplunkStorewraps Splunk's HTTP Event Collector (ingest) and REST search API (SPL search jobs + index/sourcetype metadata) behind theNoSqlStorelifecycle.