-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Log-queries to api #611
Comments
Hello, Support for new APIs is implemented in the https://github.com/DataDog/datadog-api-client-python repository. I believe it already contains what you need. We haven't made the first release, but it should happen soon. Could you check if that works for you? Thanks. |
Thanks @therve! Confirmed this solves our issue. |
Any idea on estimated time to release? |
Closing this as it is implemented in https://github.com/DataDog/datadog-api-client-python |
Thanks for checking!
I don't want to set expectations, but I hope we'll cut a first beta in the next few weeks if nothing major is found. If this works for you this is a good data point :). |
Note:
Currently trying to extract large number of logs that match a given query. We need to iterate over the 1000 limit imposed and it seems as though this is the only endpoint available.
I can take a stab at implementing unless there are concerns.
Is your feature request related to a problem? Please describe.
Need to extract logs over 1k limit and paginate over nextLogId. No ability to do this via events.
Describe the solution you'd like
Implement LogQuery class to return list of logs: https://docs.datadoghq.com/api/v1/logs/#get-a-list-of-logs
Describe alternatives you've considered
Currently using requests to handle this.
The text was updated successfully, but these errors were encountered: