-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add fieldvalue DateHistogramFacet query and panel config for the result #49
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Where to put the config ? on the panel or on the query ? You can have count, min, max, total,... |
Implemented this today in another fashion, thanks |
faxm0dem
pushed a commit
to ccin2p3/kibana
that referenced
this pull request
Feb 17, 2014
When encountering bison >= 3, treat it as ok, always. This addresses part of elastic#49. Signed-off-by: Gergely Nagy <[email protected]>
faxm0dem
pushed a commit
to ccin2p3/kibana
that referenced
this pull request
Feb 17, 2014
We add -Wno-yacc to AM_YFLAGS, to simplify the Makefile. This works for all autoconf versions, with all bison versions, and we require bison anyway. We also add -Wno-other there, to skip the bison warnings we previously grepped out in Mk/lex-rules.am. Grepping does not work anymore, as bison 3.0 uses multi-line messages, so we get half of them anyway. This addresses another part of elastic#49. Signed-off-by: Gergely Nagy <[email protected]>
faxm0dem
pushed a commit
to ccin2p3/kibana
that referenced
this pull request
Feb 17, 2014
In bison3, YYID() is gone. To make things easier, this patch adds a compatibility macro in this case. With the previous patches, this fixes elastic#49. Signed-off-by: Gergely Nagy <[email protected]>
rashidkpc
pushed a commit
that referenced
this pull request
Oct 6, 2014
rashidkpc
pushed a commit
that referenced
this pull request
Oct 6, 2014
spalger
pushed a commit
to spalger/kibana
that referenced
this pull request
Mar 3, 2016
Closed
weltenwort
added a commit
that referenced
this pull request
Oct 30, 2019
weltenwort
added a commit
that referenced
this pull request
Oct 30, 2019
orouz
pushed a commit
to orouz/kibana
that referenced
this pull request
Jan 13, 2022
ari-aviran
pushed a commit
to ari-aviran/kibana
that referenced
this pull request
Feb 7, 2022
kqualters-elastic
pushed a commit
to kqualters-elastic/kibana
that referenced
this pull request
Mar 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've added a parameter in the histogram panel.
This parameter can specify the histogram value of the entry.
It's activated if the value exist, the default is count.
Maybe an adaptation to pies could be interesting ?