I recently upgraded from Zabbix 5.4 to 6.0 and there no longer seems to be an auto-complete for graph names.
In 5.4, I could click on a host, go to graphs, filter, name, and when I started typing, the names of available graphs would auto populate and allow me to select them. Since upgrading to 6.0, I no longer have any auto-complete on this function. Looking at the browser developer console and inspecting the element, it appears that there's not even a trigger on that input form to detect input or change states.
I'm not sure if the feature has been removed, the upgrade didn't complete successfully, or if I'm doing something wrong (i.e. misconfiguration).
This is a single server installation on CentOS Stream 8 using the repo/RPM installation method.
zabbix-server-mysql-6.0.5-1.el8.x86_64
zabbix-selinux-policy-6.0.5-1.el8.x86_64
zabbix-web-deps-6.0.5-1.el8.noarch
zabbix-web-service-6.0.5-1.el8.x86_64
zabbix-web-mysql-6.0.5-1.el8.noarch
zabbix-agent-6.0.5-1.el8.x86_64
zabbix-nginx-conf-6.0.5-1.el8.noarch
zabbix-release-6.0-1.el8.noarch
zabbix-sql-scripts-6.0.5-1.el8.noarch
zabbix-web-6.0.5-1.el8.noarch
I have tried this on both Firefox and Chrome (latest stable release).
The browser development console doesn't show any JavaScript errors and all network requests result in a 200 response code.
Any help or ideas are greatly appreciated.
In 5.4, I could click on a host, go to graphs, filter, name, and when I started typing, the names of available graphs would auto populate and allow me to select them. Since upgrading to 6.0, I no longer have any auto-complete on this function. Looking at the browser developer console and inspecting the element, it appears that there's not even a trigger on that input form to detect input or change states.
I'm not sure if the feature has been removed, the upgrade didn't complete successfully, or if I'm doing something wrong (i.e. misconfiguration).
This is a single server installation on CentOS Stream 8 using the repo/RPM installation method.
zabbix-server-mysql-6.0.5-1.el8.x86_64
zabbix-selinux-policy-6.0.5-1.el8.x86_64
zabbix-web-deps-6.0.5-1.el8.noarch
zabbix-web-service-6.0.5-1.el8.x86_64
zabbix-web-mysql-6.0.5-1.el8.noarch
zabbix-agent-6.0.5-1.el8.x86_64
zabbix-nginx-conf-6.0.5-1.el8.noarch
zabbix-release-6.0-1.el8.noarch
zabbix-sql-scripts-6.0.5-1.el8.noarch
zabbix-web-6.0.5-1.el8.noarch
I have tried this on both Firefox and Chrome (latest stable release).
The browser development console doesn't show any JavaScript errors and all network requests result in a 200 response code.
Any help or ideas are greatly appreciated.
Comment