diff --git a/logs/log.go b/logs/log.go
index 39e6799926d19de0c2f1fe2f90e11e3de28a2531..f7218f53e1a634e396c849ee20255e51e2caccc5 100644
--- a/logs/log.go
+++ b/logs/log.go
@@ -101,7 +101,7 @@ func EntryFromPB(request *pb.LogEntry) *Entry {
 
 func (e *Entry) ToMap() map[string]any {
 	res := map[string]any{
-		"id":        e.ID,
+		"_id":       e.ID,
 		"timestamp": e.Timestamp,
 		"level":     e.Level,
 		"message":   e.Message,