-
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
Table text sorting error #28
Comments
This is down to ES mapping, sorting is not possible on analyzed fields. This needs better error communication |
I've improved the error message to explain why sorting on multi token fields does not work |
faxm0dem
pushed a commit
to ccin2p3/kibana
that referenced
this issue
Feb 17, 2014
There are a number of cases in the configuration where one needs to set a size (think buffer sizes), and counting zeroes is extremely annoying and unintuitive. For this reason, we introduce number unit suffixes for kilo-, mega- and giga-: K, M, G, respectively (case-insensitive, optionally followed by a 'b' or 'B', for byte). The parser also understands KiB, MiB, etc to indicate base-two units. Anywhere where you can specify a number, you'll be able to specify one with a unit suffix from now on: log-fifo-size(200M) A function to parse longs already existed in basic-funcs (tf_parse_int), which was moved to lib/parse-number.c now, and enhanced to recognise the unit suffixes too. This also closes elastic#28. Signed-off-by: Balazs Scheidler <[email protected]> Signed-off-by: Gergely Nagy <[email protected]>
faxm0dem
pushed a commit
to ccin2p3/kibana
that referenced
this issue
Feb 17, 2014
…mpty value-pairs: Ignore empty values in SDATA too
Closed
nreese
added a commit
that referenced
this issue
Jan 4, 2019
) * put mouse position in store * widget overview component * Fixing layout of overlay (#28) * move layer_control and layer_toc under widget_overview folder * clear mouse coordinates when mouse leaves map * change how settig map view works to avoid state timing bug * debounce moveend event
liza-mae
pushed a commit
to liza-mae/kibana
that referenced
this issue
Feb 21, 2019
* Moves files under kibana folder to make room for other products * Creating top-level playbook
orouz
added a commit
to orouz/kibana
that referenced
this issue
Jan 13, 2022
ari-aviran
pushed a commit
to ari-aviran/kibana
that referenced
this issue
Feb 7, 2022
kqualters-elastic
pushed a commit
to kqualters-elastic/kibana
that referenced
this issue
Mar 8, 2022
…child-node Cypress child command
dgieselaar
referenced
this issue
in dgieselaar/kibana
Mar 31, 2022
* use optional chaining * do not log execution interval to build Promise * add log message on response to client Signed-off-by: inge4pres <[email protected]>
rockdaboot
pushed a commit
that referenced
this issue
Jul 4, 2022
* use optional chaining * do not log execution interval to build Promise * add log message on response to client Signed-off-by: inge4pres <[email protected]>
rockdaboot
pushed a commit
that referenced
this issue
Jul 4, 2022
* use optional chaining * do not log execution interval to build Promise * add log message on response to client Signed-off-by: inge4pres <[email protected]>
rockdaboot
pushed a commit
that referenced
this issue
Jul 5, 2022
* use optional chaining * do not log execution interval to build Promise * add log message on response to client Signed-off-by: inge4pres <[email protected]>
CoenWarmer
added a commit
to CoenWarmer/kibana
that referenced
this issue
Aug 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
In table panel, text type column sorting gives query unsuccessful error.
The table panel In demo page
http://demo.kibana.org/#/dashboard/elasticsearch/Tweet%20Dashboard
the text column sorting also gives error.
The text was updated successfully, but these errors were encountered: