Matthew Modestino

Results 27 comments of Matthew Modestino

i think it's SSL version, that I am after... ``` /opt/splunk/etc/system/default/server.conf sslVersions = tls1.2 ``` I want the output from the pods to be tls1.2, not v3.

I ended up getting it to calm down by removing custom `sslVersions` settings in `server.conf` and `inputs.conf` on the Splunk side (Splunk default is "anything but sslv2") , but we...

Hey Okkez! Dockerfile for the images used is here: https://github.com/splunk/fluent-plugin-splunk-hec/blob/master/docker/Dockerfile We use Ruby 2.5.1-slim, concat 2.3.0 & fluentd 1.4.0 in our latest build. Don’t believe we saw this using ruby...

anything further I can help collect to assist with this?

Have you had the chance to test the plugin against fluent 1.4? What is your preferred testing method? If I provide steps using our docker container, is that ok? Or...

Hi @okkez, Apologies for the delay. I have pushed test configs to my repo, that I hope will make it easy for you to have a look at this. I...

Thanks so much for checking. I will review and advise.

Bump. Any progress on transform processor? Would be really handy to have the `if` style expressions that the log collection `operators` support.

Sweet! In the logs signal, we would likely need to apply this conditionally,ie. based on resource or attribute values. Looking forward to seeing how this turns out!

Please post your the yaml you used to deploy the daemonset. Be sure to scrub any sensitive info. Are you familiar with configuring/troubleshooting the Splunk UF? You can exec into...