Registry / http-client / kib
library7.1.1rscratesunverified

A Rust library for working with Kibana data.

# Cargo.toml [dependencies] kib = "7.1.1"
INSTALL
IMPORT
SIG · KIB
K
kib
http-clientrustv7.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use kib::Client;

Create a Kibana client and check health.

use kib::Client; fn main() { let client = Client::new("http://localhost:5601"); let _health = client.health(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
Resources
kib — cargo add kib · libregistry