Skip to content

Instantly share code, notes, and snippets.

@pmuellr
Last active January 16, 2020 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmuellr/333b294695f7fb86dcbe27759c741e77 to your computer and use it in GitHub Desktop.
Save pmuellr/333b294695f7fb86dcbe27759c741e77 to your computer and use it in GitHub Desktop.
Kibana canvas chart for es-hb-sim
filters
| essql
query="SELECT \"@timestamp\" as time, \"summary.up\" as up FROM \"es-hb-sim\" WHERE time > NOW() - INTERVAL 60 SECONDS"
| pointseries x="time" y="up"
| plot defaultStyle={seriesStyle lines="1" fill=1 bars="0"}
| render
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment