We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2504a6 commit a20e57bCopy full SHA for a20e57b
1 file changed
correlation/api/newLogHandler.go
@@ -3,7 +3,6 @@ package api
3
import (
4
"encoding/json"
5
"fmt"
6
- "github.com/utmstack/UTMStack/correlation/ti"
7
"io"
8
"log"
9
"net/http"
@@ -75,7 +74,7 @@ func NewLog(c *gin.Context) {
75
74
}
76
77
cache.AddToCache(l)
78
- ti.Enqueue(l)
+ //ti.Enqueue(l)
79
search.AddToQueue(l)
80
response["status"] = "queued"
81
c.JSON(http.StatusOK, response)
0 commit comments