François Massot

Results 105 comments of François Massot

One constraint that has just cross my mind: we should be able to start several servers in tokio tasks for testing purpose, so maybe having a config variable passed to...

Thanks @geek-frio for the report. I just opened an [issue](https://github.com/quickwit-oss/tantivy/issues/1576) on tantivy side as documents are first serialized into json at the leaf search level when we call `fetch_docs` function....

@geek-frio We've just merged #2093 which should fix your issue. We now return the base64 encoded value. Sorry for the delay. I'm closing this now, feel free to reopen if...

Here is an example of a log: ```json { "event_id": "123e4567-e89b-12d3-a456-426614174000", "payload": "1331901000.000000 CHEt7z3AzG4gyCNgci 192.168.202.79 50465 192.168.229.251 80 1 HEAD 192.168.229.251 /DEASLog02.nsf - Mozilla/5.0 (compatible; Nmap Scripting Engine; [http://nmap.org/book/nse.html](http://nmap.org/book/nse.html)) 0...

Another example of a log taken from https://github.com/elastic/rally-tracks/tree/master/http_logs ```json {"message" : "211.11.9.0 - - [1998-06-21T15:00:01-05:00] \"GET /english/index.html HTTP/1.0\" 304 0"} ``` Or https://www.kaggle.com/datasets/eliasdabbas/web-server-access-logs ``` 54.36.149.41 - - [22/Jan/2019:03:56:14 +0330] "GET...

@fulmicoton: nothing for now but we will need something for `happy-plazza`. Something simple like "don't split on identifiers and floats" could do the job. I will do some testing at...

what is the state of this PR @evanxg852000 ?

Strange, on main it's already displaying the help message without adding `--help`.

We have just added the metrics in the docs: https://github.com/quickwit-oss/quickwit/blob/main/docs/reference/metrics.md