You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running fluentd in the official image from dockerhub. I am using the fluent.conf.xray from this repo (with required modifications) and I get error starting fluentd: [error]: config error file="/fluentd/etc/fluent.conf" error_class=Fluent::ConfigError error="Unknown input plugin 'jfrog_siem'. Run 'gem search -rd fluent-plugin to find plugins
Ok, just run the fluen-gem install command, blam!:
root@13eb89abbb26:/# fluent-gem install fluent-plugin-jfrog-siemFetching http-accept-1.7.0.gemFetching unf-0.1.4.gemFetching domain_name-0.5.20190701.gemFetching unf_ext-0.0.8.gemFetching mime-types-3.4.1.gemFetching netrc-0.11.0.gemFetching http-cookie-1.0.4.gemFetching mime-types-data-3.2022.0105.gemFetching fluent-plugin-jfrog-siem-2.0.1.gemFetching rest-client-2.1.0.gemFetching concurrent-ruby-edge-0.6.0.gemSuccessfully installed http-accept-1.7.0Building native extensions. This could take a while...ERROR: Error installing fluent-plugin-jfrog-siem: ERROR: Failed to build gem native extension. current directory: /usr/local/bundle/gems/unf_ext-0.0.8/ext/unf_ext/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r./siteconf20220110-11-1sis4ah.rbextconf.rbcheckingfor -lstdc++... *** extconf.rbfailed ***
CouldnotcreateMakefileduetosomereason,probablylackofnecessarylibrariesand/or headers. Check the mkmf.log file for more details. You mayneed configuration options.Provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/local/bin/$(RUBY_BASE_NAME)
--with-static-libstdc++
--without-static-libstdc++
--with-stdc++lib
--without-stdc++lib
/usr/local/lib/ruby/2.6.0/mkmf.rb:467:in`try_do': The compiler failed to generate an executable file. (RuntimeError)You have to install development tools first. from /usr/local/lib/ruby/2.6.0/mkmf.rb:552:in `try_link0' from /usr/local/lib/ruby/2.6.0/mkmf.rb:570:in `try_link'from /usr/local/lib/ruby/2.6.0/mkmf.rb:789:in`try_func' from /usr/local/lib/ruby/2.6.0/mkmf.rb:1016:in `blockinhave_library' from /usr/local/lib/ruby/2.6.0/mkmf.rb:959:in `block in checking_for'from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in`block (2 levels) in postpone' from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in `open' from /usr/local/lib/ruby/2.6.0/mkmf.rb:361:in `block in postpone'from /usr/local/lib/ruby/2.6.0/mkmf.rb:331:in`open' from /usr/local/lib/ruby/2.6.0/mkmf.rb:357:in `postpone' from /usr/local/lib/ruby/2.6.0/mkmf.rb:958:in `checking_for'from /usr/local/lib/ruby/2.6.0/mkmf.rb:1011:in`have_library' from extconf.rb:6:in `<main>'
Toseewhythisextensionfailedtocompile,pleasecheckthemkmf.logwhichcanbefoundhere:
/usr/local/bundle/extensions/x86_64-linux/2.6.0/unf_ext-0.0.8/mkmf.logextconffailed,exitcode1Gemfileswillremaininstalledin/usr/local/bundle/gems/unf_ext-0.0.8forinspection.Resultsloggedto /usr/local/bundle/extensions/x86_64-linux/2.6.0/unf_ext-0.0.8/gem_make.out
I'm stuck here. Other required plugins weren't any issue: fluent-plguin-splunk-enterprisefluent-plugin-splunk-hec
The text was updated successfully, but these errors were encountered:
I am running fluentd in the official image from dockerhub. I am using the fluent.conf.xray from this repo (with required modifications) and I get error starting fluentd:
[error]: config error file="/fluentd/etc/fluent.conf" error_class=Fluent::ConfigError error="Unknown input plugin 'jfrog_siem'. Run 'gem search -rd fluent-plugin to find plugins
Ok, just run the fluen-gem install command, blam!:
I'm stuck here. Other required plugins weren't any issue:
fluent-plguin-splunk-enterprise
fluent-plugin-splunk-hec
The text was updated successfully, but these errors were encountered: