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查询中过滤条件查询结果不对 #76

Closed
lddlww opened this issue Sep 14, 2023 · 1 comment
Closed

elasticsearch查询中过滤条件查询结果不对 #76

lddlww opened this issue Sep 14, 2023 · 1 comment

Comments

@lddlww
Copy link

lddlww commented Sep 14, 2023

比如我想要查询 ip地址为172.27.8.9 并且 logtype是slow的所有日志,输入如下查询:ip:172.27.8.9 and logtype:slow 或者 172.27.8.9 and slow;但是结果不对,我在kibana上面查询的结果是没问题的

@lddlww
Copy link
Author

lddlww commented Sep 14, 2023

找到问题了,是ip:172.27.8.9 AND logtype:slow;AND要大写

@lddlww lddlww closed this as completed Sep 14, 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

1 participant