splunk_modinput_prometheus
splunk_modinput_prometheus copied to clipboard
A Splunk modular input for ingesting Prometheus metrics
Greetings.I installed v1.0.0 in Splunk Enterprise v9.0.0 today, but I'm afraid I can't get past this issue. My config in /etc/apps/modinput_prometheus/local/inputs.conf is ``` [prometheus://kfk-akira-1] URI = http://hostabc.my.domain:8297/metrics index = prometheus...
I'm trying to connect splunk via this mod_input to our Prometheus server. The Prometheus api is as below and works fine: curl https://usr:pwd@hostname/prometheus/ciams/api/v1/label/job/values However the config in the inputs.conf file...
It appears to be a couple years since the last commit but says its not quite 1.0 ready yet. I'm just wondering what the status of this plugin is? Is...
Hi, would it be possible to extend the input to provide credential based authentication?
This allows a username/password to work with a remote Prometheus server, tested on a federate endpoint
Hello, I'm new for Prometheus and Splunk. In README, it mentioned prometheusrw has been designed to mimic HEC but much simpler. Then I'm wondering could prometheusrw support SSL communication? If...
Hello, We are trying to use the remote-write feature, but we keep getting this ERROR below on our HF. We opened firewalls, and tcp port on the local CentOS server....
I was testing out the released version on Splunk 7.3.1 (deployed with Docker, Splunk Developer License). When trying to create a static prometheus exporter setup through the UI I found...
I've made this change on my local installation, but would love to see it added to the official app. I've added these two input config settings, similar to prometheusrw.go, and...
I see following error in splunk, even after updating file descriptor limit to much higher number. http: Accept error: accept tcp 0.0.0.0:8098: accept4: too many open files; retrying in 20ms....