sherlock icon indicating copy to clipboard operation
sherlock copied to clipboard

Sherlock is an anomaly detection service built on top of Druid

Results 14 sherlock issues
Sort by recently updated
recently updated
newest added

1. generalized and expanded Sherlock with a new anomaly detection pipeline, which uses Meta's Prophet for prediction 2. added query function for the Prophet Service to support Batch Query feature...

Bumps [gson](https://github.com/google/gson) from 2.8.1 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Hi, I saw sherlock demoed at the 2021 Druid conference and it really stoked my interest. I haven't used it yet because I noticed the log4j version is within the...

Can someone help me in understanding how the Visualization URL works in Jobs? What URL needs to be provided here?

My config has TS_MODEL -> OlympicModel and AD_MODEL -> KSigmaModel. However, for the anomaly I am defining, I selected different models. The models defined by me are not picked up...

Is it possible to connect to Druid Broker with [Basic Auth](https://druid.apache.org/docs/latest/development/extensions-core/druid-basic-security.html) ?

Bumps httpclient from 4.5.2 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.2&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

FYI I'm referring to : https://github.com/yahoo/sherlock/blob/master/src/main/java/com/yahoo/sherlock/model/AnomalyReport.java#L272 `int percentageDeviation = (int) (((interval.actualVal - interval.expectedVal) / interval.expectedVal) * 100);` Whenever the `interval.expectedVal = 0.0f` then, no matter what is the value of...

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....

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.5.1 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.5.1&new-version=2.12.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies