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

elasticsearch 6 Load more is not working #205

Open
tmanninger opened this issue Apr 4, 2019 · 0 comments
Open

elasticsearch 6 Load more is not working #205

tmanninger opened this issue Apr 4, 2019 · 0 comments

Comments

@tmanninger
Copy link
Contributor

tmanninger commented Apr 4, 2019

Hi,

i am using elasticsearch 6.

If i open "Alerts" in the 411 gui and click on the Button "Load 100" to load more alerts, the query fails,
411 executes the following query:
(state:(0 OR 1)) AND assignee:3 AND assignee_type:0 AND escalated:0 AND search_id:50 AND state:1

escalated is a boolean, and only supports false or true as value since elasticsearch 6:
See: elastic/elasticsearch#22200

The query must changed to:
(state:(0 OR 1)) AND assignee:3 AND assignee_type:false AND escalated:0 AND search_id:50 AND state:1

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

1 participant