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

Table text sorting error #28

Closed
ddnz opened this issue Apr 4, 2013 · 2 comments
Closed

Table text sorting error #28

ddnz opened this issue Apr 4, 2013 · 2 comments

Comments

@ddnz
Copy link

ddnz commented Apr 4, 2013

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.

@rashidkpc
Copy link
Contributor

This is down to ES mapping, sorting is not possible on analyzed fields. This needs better error communication

@rashidkpc
Copy link
Contributor

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
spalger referenced this issue in spalger/kibana Mar 3, 2016
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
nreese added a commit that referenced this issue Jan 4, 2019
) (#28104)

* 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
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants