Hello everyone!
I am having some problems in filtering metrics in elasticsearch.
For example: beside a Total field, I want to filter value in fail column.
function:Total AND fail>0
In the above example: fail>0 is wrong. How can I fixt it? Thanks !
Quang Vũ Blog
Địa chỉ: 432 Nguyễn Thị Minh Khai, Phường 5, Quận 3, Hồ Chí Minh
Phone: +84 977 689 733
Email: quangvublog@gmail.com
Website: https://blog.vu-review.com
dadoonet
(David Pilato)
July 14, 2019, 12:55pm
2
Try:
function:Total AND fail:[0 TO ]
might work.
Thank you so much! I have tried it and I get this reponse "2 of 4 shards failed"
dadoonet
(David Pilato)
July 14, 2019, 4:24pm
4
Probably because one of the mapping is not correct but I can't really tell with so few information.
This is a snapshot of kibana, you can see it easily
dadoonet
(David Pilato)
July 14, 2019, 5:01pm
6
I don't see anything wrong as you described previously. So unless you give all details I'm afraid I cannot help.
Can you retrieve and show the mappings for the indices matching the index pattern?
system
(system)
Closed
August 11, 2019, 5:16pm
8
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.