Is possible to send zabbix data to elasticsearch. If possible please provide the steps
Ad Widget
Collapse
Is possible zabbix send data to elasticsearch
Collapse
X
-
Yes, but your question isn't really clear.
There is this https://www.zabbix.com/documentation...c_search_setup that stores history on elasticsearch, it's "Experimental". I don't think this would be easily queried in elasticsearch
I have created elasticsearch queries that run as cronjobs, sending data with zabbix_sender, with triggers defined for alerting. I find this easier for me than the Watcher functions, mainly because Zabbix was already integrated with our on-call rotation system. I've also used userparameters instead, either work, but some queries may risk timeout failures as userparameters.Comment
Comment