splunk_modinput_prometheus icon indicating copy to clipboard operation
splunk_modinput_prometheus copied to clipboard

Prometheus operator

Open omerbeni opened this issue 2 years ago • 3 comments

Hi, I'm trying to install this on an openshift cluster. I face some issues with the fact that It’s an operator. Can someone please help me?

omerbeni avatar Mar 21 '23 17:03 omerbeni

This project is for a Splunk add-on that interacts with Prometheus, not Prometheus or Splunk itself. You'll have to get help from that project with installing and running Prometheus.

lukemonahantnt avatar Mar 21 '23 22:03 lukemonahantnt

Yes this I understand. I have issues with the remote write configuration on a prometheus operator.. anyway, is there a way to test the splunk add on? To send fake metrics without prometheus just to check if it’s configured right?

omerbeni avatar Mar 21 '23 22:03 omerbeni

Not easily.

The remote write protocol from Prometheus is "just HTTP", but in the content body it uses protocol buffers and snappy compression: not something that you can do with a script that would be any easier than just getting Prometheus up and running.

lukemonahantnt avatar Mar 21 '23 22:03 lukemonahantnt