Panorama API not retrieving some older logs

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Panorama API not retrieving some older logs

L0 Member

I'm working on a script to pull logs from our firewall, and noticed that I'm unable to grab logs more than couple days ago from the current date. For example, I can see logs in the UI for a specific domain on 8/20, but querying with the API won't yield results that far back. Even when adding (time_generated leq 'some date here') to the query, it doesn't pull any results. Is there something I am missing regarding API settings in the firewall, or does the logging API not go back that far?

1 REPLY 1

L5 Sessionator

Hi @Stromboni,

In a lab Panorama, I just did:

https://{{host}}/api?key={{key}}&type=log&log-type=traffic&query=( time_generated leq '2021/08/20 17:12:33' )

...then retrieved logs with:

https://{{host}}/api?type=log&action=get&key={{key}}&job-id={{job-id}}

...and got the expected logs. I was using Postman for the API calls, with Panorama 10.0.6.

 

Maybe you can share the API calls you are using?

Help the community: "Like" helpful comments, and click "Accept as Solution" if you found your answer 🙂
  • 1671 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!