- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- Re: Error in Show logs API
- 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
Error in Show logs API
Hi,
I am trying to get the Checkpoint logs using API from postman and I could see the below error.
I can see all the logs in the smart console. Please let me know if I need to change any settings.
Thanks
- Labels:
-
Integrations
-
Logging
-
SmartConsole
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As @PhoneBoy said, your management should be your log server. What do you get with the API call "show-checkpoint-host name <server name> details-level full"? You should see:
"management-blades" : {
...
"logging-and-status" : true,
...
}
...
"logs-settings" : {
"enable-log-indexing" : true,
...
}
If not, then you need to enable the Logging blade on your management object as well as log indexing. The show-logs API requires the indexer to be running. Use SmartConsole to enable both options:
* Edit your management object, select the the "Logging and Status" checkbox in the Products list
* On the left tree, select Logs, and enable Log Indexing
* Click OK, publish changes
You'll have to wait for the indexer to load the logs into the database which can take time, depending on your log size and any historical logs. If you need to load historical logs, then you'll need to use sk111766.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It only shows log server working in index mode. IDK if relevant in your case but if the server is not indexing the logs it might explain the error for no log servers available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not sure if any of below would apply in your case, but maybe worth checking...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Thanks, but I see it works in the smart console, but in the API I get this error. So is there any specific settings to configure management server as log server .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Gotcha...just wondering, do you see anything from below command?
https://sc1.checkpoint.com/documents/latest/APIs/?#cli/show-logs~v1.8.1%20
Unless I dont see it, cant really locate section to configure log server, maybe someone else can chime in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see server_error with the command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you try api restart?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes, but still the same error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need "new-query.time-frame" as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I get the same error as in the post, when I tried with new-query.time-frame
I assume that I need to configure management server as log server, but I am confused that I can see logs in the Smart Console, not sure if I am right, Please let me know what are the steps to check and change log server configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The management server is the log server unless you've configured an external log and/or SmartEvent server.
What are the hardware specs on your management/log server?
Specify the amount of RAM, CPUs, and disk allocated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please find the configuration
RAM - 11GB
CPU- 2 cores
Storage- 200GB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As @PhoneBoy said, your management should be your log server. What do you get with the API call "show-checkpoint-host name <server name> details-level full"? You should see:
"management-blades" : {
...
"logging-and-status" : true,
...
}
...
"logs-settings" : {
"enable-log-indexing" : true,
...
}
If not, then you need to enable the Logging blade on your management object as well as log indexing. The show-logs API requires the indexer to be running. Use SmartConsole to enable both options:
* Edit your management object, select the the "Logging and Status" checkbox in the Products list
* On the left tree, select Logs, and enable Log Indexing
* Click OK, publish changes
You'll have to wait for the indexer to load the logs into the database which can take time, depending on your log size and any historical logs. If you need to load historical logs, then you'll need to use sk111766.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, after enabling the log indexing, it is working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is your precise API call?
Also, version/JHF level?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please find my API call:
and the version is R81 take 392
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What are the hardware specs on your management/log server?
Specify RAM, CPUs, and disk allocated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not that good with API, but wanted to try this in the lab, except cant open https://mgmtIP:port/web-api link. Let me see whats missing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please let me know if this works for you
curl --insecure -XPOST "https://mgmtIP:port/web-api /login" --data-binary "{\"user\": \"xxx\", \"password\": \”xxxx\"}" -H "Content-Type: application/json"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I replaced the values but says curl command not found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It only shows log server working in index mode. IDK if relevant in your case but if the server is not indexing the logs it might explain the error for no log servers available.
