minsql icon indicating copy to clipboard operation
minsql copied to clipboard

High-performance log search engine.

Results 18 minsql issues
Sort by recently updated
recently updated
newest added

After cloninig this repository and doing: `docker build . -t minio/minsql` I'm getting: ``` Browserslist: caniuse-lite is outdated. Please run next command npm update Killed npm ERR! code ELIFECYCLE npm...

Following along with the minsql repo documentation and the examples, I fail to create a datastore after setting minsql up with a metabucket. The below command points to some playground...

bug

Following the documentation on the minsql github repo page, the example doesn't work. The mc container is supposed to create a minsql-meta bucket, and the output from the conainer is...

The new async/await syntax is coming and tokio and hyper already adopted that syntax in their master branches, so we should prepare to adopt it as well.

enhancement
help wanted

We are going to move Tokens to Username/Password pair and pass them using basic http auth rather than a header

enhancement

If we delete a datastore we need to ensure all logs referencing it are also updated.

Adding a new Log doesn't auto start an ingest buffer

bug

We need an API implementation to do CRUD operations on the `datastores` object. - [x] Listing of datastores (GET) - [x] Creation of a datastore (POST) - [x] Viewing of...

enhancement

Seed a `play` log and datastore with each new minsql installation.

enhancement