All Apps and Add-ons

Why am I having issues getting Splunk OPSEC-LEA authentication in Splunk Add-on for Check Point OPSEC LEA?

tiagofbmm
Influencer

Hello

I'm facing an issue connecting to a Primary OPSEC-LEA server:

Client Could not choose an authentication method for service lea. 

Any ideas what would solve it?

0 Karma
1 Solution

milesbrennan
Path Finder

There is a current issue with an updated glibc library if you're on Linux, this was my workaround:

First - yum downgrade glibc glibc-common libgcc

Dependencies Resolved

==============================================================================================================

Package Arch Version Repository Size

Downgrading:
glibc i686 2.17-196.el7_4.2 rhel-7-server-rpms 4.2 M
glibc x86_64 2.17-196.el7_4.2 rhel-7-server-rpms 3.6 M
glibc-common x86_64 2.17-196.el7_4.2 rhel-7-server-rpms 11 M
libgcc i686 4.8.5-28.el7 rhel-7-server-rpms 108 k
libgcc x86_64 4.8.5-28.el7 rhel-7-server-rpms 101 k

Transaction Summary

Downgrade 5 Packages

Second - service splunk restart

Third - Goto OPSEC Addon and rejoin all CP management servers

Fourth (validation) - index=firewall sourcetype=opsec | stats count by host

Fifth - yum upgrade

View solution in original post

0 Karma

milesbrennan
Path Finder

There is a current issue with an updated glibc library if you're on Linux, this was my workaround:

First - yum downgrade glibc glibc-common libgcc

Dependencies Resolved

==============================================================================================================

Package Arch Version Repository Size

Downgrading:
glibc i686 2.17-196.el7_4.2 rhel-7-server-rpms 4.2 M
glibc x86_64 2.17-196.el7_4.2 rhel-7-server-rpms 3.6 M
glibc-common x86_64 2.17-196.el7_4.2 rhel-7-server-rpms 11 M
libgcc i686 4.8.5-28.el7 rhel-7-server-rpms 108 k
libgcc x86_64 4.8.5-28.el7 rhel-7-server-rpms 101 k

Transaction Summary

Downgrade 5 Packages

Second - service splunk restart

Third - Goto OPSEC Addon and rejoin all CP management servers

Fourth (validation) - index=firewall sourcetype=opsec | stats count by host

Fifth - yum upgrade

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...