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

Aggregations support for Elasticsearch #33

Open
K-Phoen opened this issue Feb 4, 2016 · 0 comments
Open

Aggregations support for Elasticsearch #33

K-Phoen opened this issue Feb 4, 2016 · 0 comments

Comments

@K-Phoen
Copy link
Owner

K-Phoen commented Feb 4, 2016

See how RulerZ could support aggregations.

{
    "aggs" : {
        "avg_grade" : { "avg" : { "field" : "grade" } }
    }
}

Could be expressed in a rule as WITH(AVG(grade)).

Other concerns: how the other targets would deal with these kind of stuff?

poke @mikaelrandy

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

No branches or pull requests

1 participant