Skip to content


 Zabbix
 Grafana
 Prometheus
 React Three Fiber
 Threejs and TypeScript
 SocketIO and TypeScript
 Blender Topological Earth
 Sweet Home 3D
 Design Patterns Python
 Design Patterns TypeScript
   
 Course Coupon Codes
Three.js and TypeScript
Kindle Edition
$6.99 $9.99 Paperback 
$22.99 $29.99




Design Patterns in TypeScript
Kindle Edition
$6.99 $9.99 Paperback
$11.99 $19.99




Design Patterns in Python
Kindle Edition
$6.99 $9.99 Paperback
$11.99 $19.99




Annotation Queries Linking the Log and Graph Panels

Video Lecture

Using Annotation Queries to Link Log Panels with Graphs Annotation Queries Linking the Log and Graph Panels

Description

In this video, I enhance the quick dashboard that I created in the LogQL section and add an annotation query to help me visualize invalid user login attempts much better.

Using Annotation Queries to Link Log Panels with Graphs

The queries I demonstrated in this video were

{job="varlogs"}

and

count_over_time({job="varlogs"}[1m])

The annotation queries I demonstrated in this video were,

{job="varlogs"} |= "invalid user"

and

{job="varlogs"} |= "invalid user" != "level=info"

This final annotation query could also have been written as,

{filename="/var/log/auth.log"} |= "invalid user"

You have many options.

Grafana 10 and Ubuntu 22.04 Notes

There are no considerable differences to be aware of as shown and discussed in the video.