Based on https://vega.github.io/vega/examples/timelines/ example , I would like to create visualization with:
- just a static horizontal line
- and 1 vertical line startin @timestamp of elasticsearch query match on a string in a log (indexed by filebeat)
- and another vertical line startin @timestamp of elasticsearch query match on another string in the same log (indexed by filebeat)
.
I have tried several times without success,
any idea on this ?
BRs
Alex