-
Problem report
-
Resolution: Duplicate
-
Major
-
None
-
5.0.28, 6.0.8, 6.2.2
-
Sprint 96 (Jan 2023)
I need to integrate Zabbix with ELK, Here are the configuration I made.
Steps to reproduce:
- Changes in configuration > I made the same configuration on zabbix V5 and It is working , but Zabbix V6 It isn't working.
at /etc/zabbix/zabbix_server.conf
HistoryStorageURL=http://172.16.0.194:9200
HistoryStorageTypes=text
and at /etc/zabbix/web/zabbix.conf.php
$HISTORY['url'] = 'http://172.16.0.194:9200';
$HISTORY['types'] = 'text';
Result:
See screenshot...
See log file...
Expected:
Can anyone solve this issue.