How to make Logstash plugin to BCFIPS compliant?

I am trying to make my log stash input plugin to BCFIPS complaint. I have added bc-fips.jar in my plugin dependency list and also registered the fips provider using Security.addProvider(new BouncyCastleFipsProvider()); .

But when I installed the plugin and try to run the logstash.... i am getting >"Unable to configure plugins: java.lang.NoClassDefFoundError: org/bouncycastle/jcajce/provider/BouncyCastleFipsProvider",

Can you please help me how fix this ?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.