Vega timelines Visualization -issue in query-elasticsearch

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

Hi @alessandro_calvo,
Have you tried debugging your data in order to see what elasticsearch returns in inspector? Can you paste it here?