-
Hi, Was looking for opensource fluentd plugin which connects to splunk without any licensing/enterprise version. Came across this fluent-plugin-splunk , but the installation command of the gem says "fluent-gem install fluent-plugin-splunk-enterprise" Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
This is because there is a naming glitches for its repo and actual gem name. |
Beta Was this translation helpful? Give feedback.
-
Hi @cosmo0920 , is this fluent-plugin-splunk plugin still supported ? The last commit on this repo seems to be around 4 years ago. So wanted to check if this is still supported and not EOL. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
-
@daipom @kenhys , can you please help in knowing if https://github.com/fluent/fluent-plugin-splunk is still supported ? Thanks, |
Beta Was this translation helpful? Give feedback.
This is because there is a naming glitches for its repo and actual gem name.
The repo name is fluent-plugin-splunk. However, fluent-plugin-splunk is already registered in rubygems and ought to avoid already registered name to ensure uniqueness of the gem name.
So, we use "fluent-gem install fluent-plugin-splunk-enterprise", instead.