Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jobs goin to error #50

Open
adelvalle62 opened this issue Oct 6, 2022 · 1 comment
Open

Jobs goin to error #50

adelvalle62 opened this issue Oct 6, 2022 · 1 comment

Comments

@adelvalle62
Copy link

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

@adelvalle62
Copy link
Author

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"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant