Refine your search:

Hi,

I am trying to get logs from Check Point Firewall into our Splunk server.

We have a cluster of 2 UTM-1 Firewalls managed by a Smart-1.

Firewall Logs are being sent to the Smart-1.

All Checkpoint are running R75.20.

I have configured Splunk OPSEC LEA-Loggrabber to connect to the Smart-1 to grab the logs according to the guide from OPSEC LEA for Check Point (Linux) on Splunkbase

Everything seems well except i do not see any data with sourcetype=opsec on Splunk.

Will anyone be able to assist with my set up?

I will be glad to provide more info.

Thanks,

Alvin

asked 02 May '12, 02:30

alvin's gravatar image

alvin
1112
accept rate: 0%


3 Answers:

what do you see in internal logs?

index=_internal sourcetype=splunkd "lea-loggrabber.sh"
link

answered 02 May '12, 02:49

MarioM's gravatar image

MarioM
2.7k47
accept rate: 20%

internal logs results:

05-02-2012 18:21:28.762 +0800 INFO ExecProcessor - Ran script: /opt/splunk/etc/apps/lea-loggrabber-splunk/bin/lea-loggrabber.sh, took 317.9 milliseconds to run, 0 bytes read

Occurs every minute.

(02 May '12, 03:29) alvin

do you send it to a specific index or default one ?

do you get anything from this search?

index=* source="*lea-loggrabber*"
(02 May '12, 03:43) MarioM

default index. Got nothing from the above search.

(02 May '12, 03:52) alvin

Thanks a lot MarioM.

The link was very helpful. Was able to see the problem with debug. opsec_entity_sic_name was set wrongly. Able to see the Checkpoint logs now.

You are a great help.

(02 May '12, 20:10) alvin

then your Smart-1 are possibly not sending data... You need to do packet capture to see if any data from your smart-1 is reaching the splunk machine. As well you could try lea debug as per this answer: How can I debug my lea client for checkpoint? on Splunk Answers

link

answered 02 May '12, 04:04

MarioM's gravatar image

MarioM
2.7k47
accept rate: 20%

I'd just like to add that I too had a problem identifying the correct value for opsec_entity_sic. Getting the SIC DN from the GUI isn't obvious to me in R75.30. I found this command which can be run from the expert shell on the management server which provides a list of values including the DN for your management server.

cpca_client lscert -kind SIC
link

answered 18 May '12, 10:20

PunchMonkey's gravatar image

PunchMonkey
211
accept rate: 50%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

Asked: 02 May '12, 02:30

Seen: 2,179 times

Last updated: 18 May '12, 10:20

Copyright © 2005-2012 Splunk Inc. All rights reserved.