Add fieldvalue DateHistogramFacet query and panel config for the result#49
Closed
saez0pub wants to merge 1 commit intoelastic:masterfrom
saez0pub:total
Closed
Add fieldvalue DateHistogramFacet query and panel config for the result#49saez0pub wants to merge 1 commit intoelastic:masterfrom saez0pub:total
saez0pub wants to merge 1 commit intoelastic:masterfrom
saez0pub:total
Conversation
Author
|
Where to put the config ? on the panel or on the query ? You can have count, min, max, total,... |
Contributor
|
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 <algernon@balabit.hu>
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 <algernon@balabit.hu>
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 <algernon@balabit.hu>
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
edmarmoretti
pushed a commit
to edmarmoretti/kibana-pt-br
that referenced
this pull request
Sep 7, 2025
Storybook build require higher node memory. NODE_OPTIONS=--max_old_space_size=4096 variable is now set on travis ci. Storybook now build successfully. Adding back deployment script to gh pages
This file contains hidden or 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
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 ?