某些日志(例如流量、威胁或系统)可能不会显示,或者在 Web 界面的“监控”选项卡下显示速度很慢
4460
Created On 10/08/24 08:30 AM - Last Modified 02/19/25 22:23 PM
Symptom
当启用 ui-telemetry (cfg.features.ui-telemetry) 时,某些日志(例如流量、威胁或系统)可能不会显示,或者在 Web 界面上的 MONITOR 选项卡下显示速度会很慢。
这种缓慢的情况往往是由于应用过滤器时造成的,但不使用过滤器时也会出现这种情况,如下面的示例截图所示。
Environment
- PA 系列下一代防火墙
- 支持的 PAN OS 版本
Cause
这已被确定为 UI 遥测代码的性能问题,该代码在任何点击事件上递归搜索页面 html 中的 UI 按钮、字段名称标识符。
Resolution
If disabling ui-telemetry temporarily solves the slowness, you're most likely facing the issue that has been addressed through PAN-241504.
To disable ui-telemetry:
* This will not impact device telemetry.
> request ui telemetry disabled
To check the state of ui-telemetry:
* This example shows "enabled" case.
> show system state | match cfg.features.ui-telemetry
cfg.features.ui-telemetry: { 'dependencies': [ ], 'enabled': True, 'schema-transform': False, }