yahoo/sherlock

Jobs goin to error

adelvalle62 opened this issue · 1 comments

Hello guys;
I am new in Sherlock, I have got some issues with the installation, when I create a new job the job is going to error without further information. My druid is stand-alone server so I use broker port 8082 my server is debian 10/11 and my java is 11.0 but I install java 8 in order to see if that solve the problem.

Any idea about where is the mistake?
Regards and thanks in advance

After installing EGADS and REDIS as daemon service correctly, the Job status now go to NODATA,
my druid query is the next:{
"queryType": "topN",
"dataSource": "sensores",
"dimension": "__time",
"metric": "result",
"threshold": 500000,
"intervals":["2022-10-15T10:00:00Z/2022-10-15T11:00:00Z"],
"filter": {
"type": "selector",
"dimension": "tag",
"value": "tr1CurrentA",
"extractionFn": null
},
"aggregations": [
{
"type": "floatAny",
"name":"result",
"fieldName": "value"
}
],
"descending": false,
"granularity":"hour"
}