README.md in fluent-plugin-splunk-http-eventcollector-0.0.4 vs README.md in fluent-plugin-splunk-http-eventcollector-0.1.0

- old
+ new

@@ -44,19 +44,27 @@ Or install it yourself as: $ gem install fluent-plugin-splunk-http-eventcollector +Whatever is appropriate for your environment. Note: If you're using the +`td-agent` package, it brings with it its own "embedded" Ruby environment with +either `td-agent-gem` or `/opt/td-agent/embedded/bin/gem` depending on platform. + ## Configuration Put the following lines to your fluent.conf: <match **> type splunk-http-eventcollector # server: Splunk server host and port # default: localhost:8088 server localhost:8088 + + # protocol: Connect to Splunk server via 'http' or 'https' + # default: https + #protocol http # verify: SSL server verification # default: true #verify false