[ZBX-17829] Not everything shown in "Latest Data" when searching per Name Created: 2020 May 27 Updated: 2020 Sep 23 Resolved: 2020 Jun 03 |
|
| Status: | Closed |
| Project: | ZABBIX BUGS AND ISSUES |
| Component/s: | Frontend (F) |
| Affects Version/s: | 5.0.0 |
| Fix Version/s: | None |
| Type: | Incident report | Priority: | Trivial |
| Reporter: | Dirk Hilges | Assignee: | Zabbix Development Team |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Linux RHEL 7.8 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
When Searching for "CPU" i get all Items. No problem. When searching for an item named "sendmessage_to_cp" f.ex. i receive nothing.
When searching for an item named "sendmessage_to_cp" AND i select a hostname, i get what i want.
Same if i search for the name AND application string, i receive the wanted Items.
Searching with all hostgroups and the String -> nothing
PHP fpm and httpd already restarted. Loglines (when searching only for the "sendmessage_to_cp" string: 10.232.3.87 - - [27/May/2020:18:31:37 +0200] "GET /zabbix/zabbix.php?action=latest.view&filter_application=&filter_select=sendmessage_to_cp&filter_show_without_data=1&filter_show_details=1&filter_set=1 HTTP/1.1" 200 21594
|
| Comments |
| Comment by Kristians Pavars [ 2020 May 29 ] |
|
Hi, Can you update to latest version 5.0.1 and check if the problem persists? There are a number of bugfixes, you can read more about them here https://www.zabbix.com/rn/rn5.0.1
Also, so I can replicate it, can you please share your item configuration? Are they defined on template or host level?
And which php version are you using? |
| Comment by Dirk Hilges [ 2020 Jun 02 ] |
|
Hi, PHP 7.2.24 (cli) (built: Oct 30 2019 04:12:25) ( NTS ) Update to 5.0.1 done -> same issue. It's a template. Please check attachment. It's a Zabbix upgrade from 4.4.4. Thanks |
| Comment by Kristians Pavars [ 2020 Jun 03 ] |
|
Hi Dirk,
I have confirmed this behavior. The issue seems to be with the "Limit for search and filter results". As a workaround if you increase this limit to be a little bit larger than your total item count, you should be able to see other search results.
I'll check with developers if this is intended functionality or a bug
Regards, Kristians |
| Comment by Andrejs Verza [ 2020 Jun 03 ] |
|
Closing this issue as duplicate of |
| Comment by Dirk Hilges [ 2020 Jun 03 ] |
|
Doubling to 2000 still was not ok. I set it to 20000 and the items are visible. |