Stéphane Campinas

Results 35 comments of Stéphane Campinas

@mikehug not recently, this is a feature that was pushed for by OP to improve readability imo of an event with multiple label.

> I use a range value in the Event label and I need to config the bar to different color @tianchao-haohan can you elaborate your issue ? Do you want...

Relations are not used. Can you provide some example data that we can try ? A complete scenario would be nice: the data, the configuration of the timeline vis, what...

If I understand correctly, that is intended. If you have two indices `A` and `B` and make a query on `A` that joins with `B`, then you'd get back the...

That sounds correct. The first query gives you the subset of `B` that is connected to `A`, with which you query for the documents in `A`. You will end up...

This is not possible at the moment.

hmmm as written in the description, this is to support cases where there is a lot events

It should be possible to join on the `_id` field. The only drawback is that you cannot use `doc_values` with it, although it is something that elasticsearch is working on...

@paulwilton I tried on my end and it doesn't seem possible. We'll work on supporting this.

The examples in https://github.com/rust-lang/rustfmt/issues/3157#issuecomment-492405284 and https://github.com/rust-lang/rustfmt/issues/3157#issuecomment-472718887 would need some better heuristics in order to have a better formatting, but I feel like the original issue with the indented calls as...