-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Rollup search ignores the "format" option in date_histogram #34391
Labels
Comments
kiju98
added
:StorageEngine/Rollup
Turn fine-grained time-based data into coarser-grained data
v6.4.0
labels
Oct 11, 2018
Pinging @elastic/es-search-aggs |
polyfractal
added a commit
to polyfractal/elasticsearch
that referenced
this issue
Oct 16, 2018
Adds support for query-time formatting of the date histo keys when executing a rollup search. Closes elastic#34391
polyfractal
added a commit
that referenced
this issue
Oct 18, 2018
polyfractal
added a commit
that referenced
this issue
Oct 18, 2018
matriv
pushed a commit
to matriv/elasticsearch
that referenced
this issue
Oct 19, 2018
Adds support for query-time formatting of the date histo keys when executing a rollup search. Closes elastic#34391
kcm
pushed a commit
that referenced
this issue
Oct 30, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Elasticsearch version (
bin/elasticsearch --version
): Version: 6.4.0, Build: default/tar/595516e/2018-08-17T23:18:47.308994Z, JVM: 1.8.0_162Plugins installed: []
JVM version (
java -version
): 1.8.0_162, Java HotSpot(TM) 64-Bit Server VM, 25.162-b12, Oracle CorporationOS version (
uname -a
if on a Unix-like system): Linux oss-elastic02 3.10.0-327.el7.x86_64 #1 SMP Thu Oct 29 17:29:29 EDT 2015 x86_64 x86_64 x86_64 GNU/LinuxDescription of the problem including expected versus actual behavior:
I tried a rollup search but "format" option in date_histogram was ignored.
Steps to reproduce:
and see the
format
option in thedate_histogram
aggregation was ignored as below:"key_as_string" should be "2018-09-01".
Provide logs (if relevant):
The text was updated successfully, but these errors were encountered: