SO 2.4 with ELK and Zabbix #12122
-
Our infrastructure already contains ELK as a SIEM and Zabbix for monitoring, we decided to work with SO for Network Security and now we need a way to send alerts from SO to our ELK and to connect influxdb to zabbix (as mentioned in best practices not to install third party agents to avoid conflicts! ) so we get those info in a centralized manner, my question is: is there a way to do that with API or something else please? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Is this for 2.3 or 2.4? You could use Logstash to forward alerts via output plugin. Have you looked at this https://www.zabbix.com/integrations/influxdb? Just be aware we customize telegraf/influxdb for SO. |
Beta Was this translation helpful? Give feedback.
-
Hello again, thank you for the previous answer, The curl commands are launched from zabbix instance. What do you think about that please!! (I have a doubt about the token it needs to be created somewhere else or have extra permissions perhaps but I don't know why and how) If someone could help with that please? |
Beta Was this translation helpful? Give feedback.
-
Yes I tried with that too but it didn't work for the command, otherwise the integration now can retreive the data it maint to have |
Beta Was this translation helpful? Give feedback.
"q=SHOW DATABASES" is for the old FLUX-QL query language for INFLUXDB v1.8 which was on SOv2.3.x. The new INFLUXDB on SOv2.4 is v2.7.1 which uses the FLUX query language natively. The new FLUX language uses Buckets instead of databases. If you want to enable the old FLUX-QL for reasons maybe that is what Zabbix is using, follow the instructions on link below.
Pretty much in summary this is what I had to do: