Sha256: c43086ad6a3bec48e7ca6a05dd7702e9a0b59fcdb2414ef7eb9aacb79822a233
Contents?: true
Size: 853 Bytes
Versions: 4
Compression:
Stored size: 853 Bytes
Contents
# fluent-plugin-splunk-enterprise ## Table of Contents * [Installation](#installation) * [out_splunk_hec](#out_splunk_hec) * [out_splunk_tcp](#out_splunk_tcp) * [Running test](#running-tests) ## Installation ``` $ fluent-gem install fluent-plugin-splunk-enterprise ``` ## [out_splunk_hec](/README.hec.md) Splunk HTTP Event Collector Output plugin http://dev.splunk.com/view/event-collector/SP-CAAAE6M ## [out_splunk_tcp](/README.tcp.md) Splunk TCP inputs Output Plugin http://docs.splunk.com/Documentation/Splunk/latest/Data/Monitornetworkports ## Running tests Available Splunk versions in tests are `6.5.2`, `6.4.6`, `6.3.9`, `6,2.12`, `6.1.13` and `6.0.14`. Start a docker instance Splunk. ``` $ ./docker.sh login $ ./docker.sh debug_run <splunk_version> ``` Run tests. ``` $ SPLUNK_VERSION=<splunk_version> bundle exec rake test ```
Version data entries
4 entries across 4 versions & 1 rubygems