You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v1/openapi.yaml
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -36442,7 +36442,8 @@ tags:
36442
36442
name: Logs
36443
36443
- description: 'Manage configuration of [log indexes](https://docs.datadoghq.com/logs/indexes/).
36444
36444
36445
-
You need an API and application key with Admin rights to interact with this endpoint.'
36445
+
You need an API and non-scoped application key with Admin rights to interact with
36446
+
these endpoints.'
36446
36447
externalDocs:
36447
36448
description: Find out more at
36448
36449
url: https://docs.datadoghq.com/logs/indexes/
@@ -36454,11 +36455,12 @@ tags:
36454
36455
about processors can be found in the\n [processors documentation](https://docs.datadoghq.com/logs/log_configuration/processors/?tab=api#lookup-processor).\n\n-
36455
36456
For more information about Pipelines, see the\n [pipeline documentation](https://docs.datadoghq.com/logs/log_configuration/pipelines).\n\n**Notes:**\n\nThese
36456
36457
endpoints are only available for admin users.\nMake sure to use an application
36457
-
key created by an admin.\n\n**Grok parsing rules may effect JSON output and require\nreturned
36458
-
data to be configured before using in a request.**\nFor example, if you are using
36459
-
the data returned from a\nrequest for another request body, and have a parsing
36460
-
rule\nthat uses a regex pattern like `\\s` for spaces, you will\nneed to configure
36461
-
all escaped spaces as `%{space}` to use\nin the body data."
36458
+
key created by an admin with no applied scopes.\n\n**Grok parsing rules may effect
36459
+
JSON output and require\nreturned data to be configured before using in a request.**\nFor
36460
+
example, if you are using the data returned from a\nrequest for another request
36461
+
body, and have a parsing rule\nthat uses a regex pattern like `\\s` for spaces,
36462
+
you will\nneed to configure all escaped spaces as `%{space}` to use\nin the body
0 commit comments