- CheckMates
- :
- Products
- :
- Infinity Global Services
- :
- Events
- :
- Re: how to see logs on smartevent only from a spec...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to see logs on smartevent only from a specific CMA of the MDSM
Hello,
We have made a deployment of a MDSM, log server and Smartevent. I´ve installed the smartevent in the global domain and a log server for each of the CMAs. Everything is working properly but when the administrators connect to the smartevent, they can see logs from all of the CMAs. This must be changed in a way that they can only see logs from their specific CMA.
Can anyone give me some insight on how to accomplish this?
Thank you .
Nuno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Normally, the way I have seen it done before.... the administrators of SmartEvent, are global administrators and therefore its ok for them to set up SmartEvent with a view on all CMAs.
Then to view the data and create reports, you are doing this through a single CMA/SmartConsole so each person setting up reports is connecting to a single CMA (or more if they are superuser)
I dont see any need for an individual administrator for each CMA on SmartEvent unless you have a very specific scenario.
I dont believe it would be possible without an RFE (Request for Enhancement) via your local Check Point SE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see your point but indeed the customer needs to see only the logs and events for the specific CMA he manages. For me this makes sense for a question of privacy and also to be more simple to make queries over the traffic that comes from each CMA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can set up a hard-coded filter on the server side for the relevant user.
This will ensure they only will be able to see logs from the relevant gateways;
https://community.checkpoint.com/t5/Management/Limited-Permission-Profile/m-p/32868
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello PhoneBoy,
I´ve tried that with the following syntaxe:
<emailServer/>
<_timestamp_><![CDATA[2024-03-12T12:04:00Z]]></_timestamp_>
<filter><![CDATA[orig:FW-1 OR orig:FW-2 OR orig:CLU_FW]]
<field><![CDATA[user]]></field>
<value><![CDATA[silva.af]]></value>
</filter>
</user>
</users>
But the user still can see the logs from all the gateways in smartevent.
Any idea?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Your syntax is incorrect...you should use origin instead of orig.
