-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Anomaly detector #1115
base: master
Are you sure you want to change the base?
Anomaly detector #1115
Conversation
This is great, Is it possible to filter ? |
You can use "filter:" in the normal way to redefine your query. Even you can use "query_key" to check each one in isolation. |
I think you can improve performance with a filter, something like:
Anyway, there was not support for dots in fields names, try a thanks for testing! |
This PR looks very interesting! Gotta try. |
Yeah, anybody had success with this? Would definitely want to get this merged if possible... Exactly what I need for use cases at work. Collecting metrics with metricbeat, and this is a great way to trigger alerts based on existing data. |
@Qmando , what do you think about this PR, do you plan to merge it in one of future versions? |
There are some bugs we're working on right now. I'll push the patch no later the end of the week. |
- Refactoring - Tests refactoring
Sorry for the delay! |
Wow that's a massive update, awesome job @ruria ! Thank you! |
Good! |
Can I help @Qmando ? |
@ruria |
Sometimes you don´t know what to check! If one user is infected, number of emails sent goes craizy, or if an error not seen before, your server log may write a bunch of lines, much more than usual... This method can help detecting statistically outliers.
You can use it in the same way to check time series, if your free space change suddenly, why wait to 80% of your disk is full?