Fabien Baligand

Results 109 comments of Fabien Baligand

Hi, This is a nice enhancement. I will try to add it in next release :)

And happy to see that you appreciate my work on this plugin đź‘Ť

Hi, These are 2 potential enhancements. In some way, it is close to issue #170. I think that fixed table header would fix your first suggestion.

Hi, Well, honnestly, this is very complex to implement, both solutions.

If you want to compute and display the duration between login and logout, I invite you to set : - Formula: `(col2 - col1) / 1000 / 60` (to get...

Thanks a lot for your tests. Well, the plugin has a git branch for every Kibana breaking version. There is especially a 7.9 branch and 7.11 branch (and more). We...

Well, I don’t think that sort by _id protects better against duplicates and misses, especially if id is not incremental.

The only safe way to avoid duplicates or misses would be to use `pit` feature. But it’s complicated to use this as it requires an additional specific http request, and...

Well, _score sort is rarely the good sort in kibana, especially, if you want to get a lot of hits, or worst, download all the data. It is the default...

Hi @gplechuck, I have good news! Enhanced Table plugin v1.13.3 has been release with use of '_doc' for sort instead of '_id': https://github.com/fbaligand/kibana-enhanced-table/releases/tag/v1.13.3