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

How to use aggs's cardinality?? #1097

Closed
nickchang opened this issue Mar 26, 2014 · 14 comments
Closed

How to use aggs's cardinality?? #1097

nickchang opened this issue Mar 26, 2014 · 14 comments

Comments

@nickchang
Copy link

In Kibana.
I don't have to saw about cardinality function.

How to use it ??

Thanks

@rashidkpc
Copy link
Contributor

This is not currently available in Kibana, we are working on it.

@ebuildy
Copy link
Contributor

ebuildy commented May 29, 2014

Hello,

Is it something almost done? Or can I help on it?

I am planning to edit the histogram widget with a query like this:

{
"size" : 0,
"aggs" : {
"daily" : { "date_histogram" : {"field":"date", "interval" : "day"},
"aggs" : {
"query_count" : {
"cardinality" : {
"field" : "q"
}
}
}}}
}

Thanks.

@rashidkpc
Copy link
Contributor

We have a working prototype and it will be included in an upcoming version

@ebuildy
Copy link
Contributor

ebuildy commented May 29, 2014

Ok great new! I am waiting so .... thanks.

@apurvasinha
Copy link

Any updates on when we can try this feature? Thanks.

@ebuildy
Copy link
Contributor

ebuildy commented Jul 1, 2014

True ? I still can implement it if needed, i dont want to create a fork if this awsome project .

@kelf
Copy link

kelf commented Jul 8, 2014

+1

@vlaskinvlad
Copy link

Take a look on cardinality simple widget issue: #1158

@dfliess
Copy link

dfliess commented Jul 21, 2014

is somebody working on this ?

@SuperveS
Copy link

+1
any expected release date?

@dfliess
Copy link

dfliess commented Aug 29, 2014

+1

2 similar comments
@quentinchap
Copy link

+1

@leehosung
Copy link

+1

@reynoldsalec
Copy link

The new widget appears to work well for simple use cases: #1158 (comment)

Seems like this issue should be closed out?

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

12 participants