- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- Empty CSV files with SmartLog
- 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
Empty CSV files with SmartLog
Hi everyone!
I have a question about SmartLog.
I am trying to export logs in CSV format. When the query results appear as Type "log", the CSV files show data, but when the event type is "Correlated" logs, the exported CSV are empty and does not show data.
Any suggestions or something that I should be reviewing?
Regards!
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you want to do it in SmartView, you need to upgrade.
Otherwise, you'll have to parse the output of fw log and generate whatever format you're after.
If you upgrade to R80.40 with a recent JHF, you can do something like this, which I believe with a small modification will generate a CSV file: https://community.checkpoint.com/t5/API-CLI-Discussion/Using-Logs-API-to-see-Endpoint-VPN-Client-ver...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What version/JHF level?
And are you doing this in SmartConsole or SmartView?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Version: R80.10 / hotfix take 278
and I'm try it with SmartConsole
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
First of all, R80.10 is very close to End of Support and you should upgrade ASAP.
Second, you will get far better results exporting CSV from SmartView: https://mgmt-ip/smartview
SmartView in R80.10 is not as full featured, but it is much better in updated versions.
In SmartConsole, you will only get log entries that are visible when exporting via CSV, regardless of version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
We successfully export logs with SmartView and display the information.
However, we need to know specifically, the number of users that use Enpoint Security Client in its version E84 onwards.
Is there a way to add an extra column to add the "Product version" in the log query on SmartView?
Regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not in R80.10.
You might also try this alternative that doesn’t use SmartView at all: https://community.checkpoint.com/t5/Scripts/Endpoint-Versions-ONELINER/m-p/106988#M737
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried to make the query by terminal, however, original requirement of our client is to generate a report or export it in a CSV file. The report that is needed should show the Endpoint Security Client versions of the end users.
is there any way to export the output of the command "fw log" to CSV format or some alternative with Smartview?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you want to do it in SmartView, you need to upgrade.
Otherwise, you'll have to parse the output of fw log and generate whatever format you're after.
If you upgrade to R80.40 with a recent JHF, you can do something like this, which I believe with a small modification will generate a CSV file: https://community.checkpoint.com/t5/API-CLI-Discussion/Using-Logs-API-to-see-Endpoint-VPN-Client-ver...
