Skip to content

Commit 3523332

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add a note on updated default search capabilities (#3873)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent f70c066 commit 3523332

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29628,6 +29628,8 @@ paths:
2962829628
consider use of the Datadog archive capabilities instead of the log list API.
2962929629
See [Datadog Logs Archive documentation][2].**
2963029630

29631+
**Note**: This endpoint is enabled by default for logs customers. To disable it, contact [Datadog support](https://docs.datadoghq.com/help/).
29632+
2963129633
[1]: /logs/guide/collect-multiple-logs-with-pagination
2963229634
[2]: https://docs.datadoghq.com/logs/archives
2963329635
operationId: ListLogs

api/datadogV1/api_logs.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ type LogsApi datadog.Service
2323
// consider use of the Datadog archive capabilities instead of the log list API.
2424
// See [Datadog Logs Archive documentation][2].**
2525
//
26+
// **Note**: This endpoint is enabled by default for logs customers. To disable it, contact [Datadog support](https://docs.datadoghq.com/help/).
27+
//
2628
// [1]: /logs/guide/collect-multiple-logs-with-pagination
2729
// [2]: https://docs.datadoghq.com/logs/archives
2830
func (a *LogsApi) ListLogs(ctx _context.Context, body LogsListRequest) (LogsListResponse, *_nethttp.Response, error) {

0 commit comments

Comments
 (0)