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
+26-22Lines changed: 26 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -28348,8 +28348,9 @@ paths:
28348
28348
tags:
28349
28349
- Logs Indexes
28350
28350
x-permission:
28351
-
operator: OPEN
28352
-
permissions: []
28351
+
operator: OR
28352
+
permissions:
28353
+
- logs_read_config
28353
28354
put:
28354
28355
description: 'This endpoint updates the index order of your organization.
28355
28356
@@ -28421,8 +28422,9 @@ paths:
28421
28422
tags:
28422
28423
- Logs Indexes
28423
28424
x-permission:
28424
-
operator: OPEN
28425
-
permissions: []
28425
+
operator: OR
28426
+
permissions:
28427
+
- logs_read_config
28426
28428
post:
28427
28429
description: Creates a new index. Returns the Index object passed in the request
28428
28430
body when the request is successful.
@@ -28499,6 +28501,10 @@ paths:
28499
28501
summary: Get an index
28500
28502
tags:
28501
28503
- Logs Indexes
28504
+
x-permission:
28505
+
operator: OR
28506
+
permissions:
28507
+
- logs_read_config
28502
28508
put:
28503
28509
description: "Update an index as identified by its name.\nReturns the Index
28504
28510
object passed in the request body when the request is successful.\n\nUsing
@@ -28573,8 +28579,9 @@ paths:
28573
28579
tags:
28574
28580
- Logs Pipelines
28575
28581
x-permission:
28576
-
operator: OPEN
28577
-
permissions: []
28582
+
operator: OR
28583
+
permissions:
28584
+
- logs_read_config
28578
28585
put:
28579
28586
description: 'Update the order of your pipelines. Since logs are processed sequentially,
28580
28587
reordering a pipeline may change
@@ -28655,8 +28662,9 @@ paths:
28655
28662
tags:
28656
28663
- Logs Pipelines
28657
28664
x-permission:
28658
-
operator: OPEN
28659
-
permissions: []
28665
+
operator: OR
28666
+
permissions:
28667
+
- logs_read_config
28660
28668
post:
28661
28669
description: Create a pipeline in your organization.
28662
28670
operationId: CreateLogsPipeline
@@ -28770,8 +28778,9 @@ paths:
28770
28778
tags:
28771
28779
- Logs Pipelines
28772
28780
x-permission:
28773
-
operator: OPEN
28774
-
permissions: []
28781
+
operator: OR
28782
+
permissions:
28783
+
- logs_read_config
28775
28784
put:
28776
28785
description: "Update a given pipeline configuration to change it\u2019s processors
28777
28786
or their order.\n\n**Note**: Using this method updates your pipeline configuration
@@ -36564,10 +36573,7 @@ tags:
36564
36573
- description: Search your logs and send them to your Datadog platform over HTTP.
36565
36574
See the [Log Management page](https://docs.datadoghq.com/logs/) for more information.
36566
36575
name: Logs
36567
-
- description: 'Manage configuration of [log indexes](https://docs.datadoghq.com/logs/indexes/).
36568
-
36569
-
You need an API and non-scoped application key with Admin rights to interact with
36570
-
these endpoints.'
36576
+
- description: Manage configuration of [log indexes](https://docs.datadoghq.com/logs/indexes/).
36571
36577
externalDocs:
36572
36578
description: Find out more at
36573
36579
url: https://docs.datadoghq.com/logs/indexes/
@@ -36577,14 +36583,12 @@ tags:
36577
36583
page](https://app.datadoghq.com/logs/pipelines)\n for a list of the pipelines
36578
36584
and processors currently configured in web UI.\n\n- Additional API-related information
36579
36585
about processors can be found in the\n [processors documentation](https://docs.datadoghq.com/logs/log_configuration/processors/?tab=api#lookup-processor).\n\n-
36580
-
For more information about Pipelines, see the\n [pipeline documentation](https://docs.datadoghq.com/logs/log_configuration/pipelines).\n\n**Notes:**\n\nThese
36581
-
endpoints are only available for admin users.\nMake sure to use an application
36582
-
key created by an admin with no applied scopes.\n\n**Grok parsing rules may effect
36583
-
JSON output and require\nreturned data to be configured before using in a request.**\nFor
36584
-
example, if you are using the data returned from a\nrequest for another request
36585
-
body, and have a parsing rule\nthat uses a regex pattern like `\\s` for spaces,
36586
-
you will\nneed to configure all escaped spaces as `%{space}` to use\nin the body
36587
-
data."
36586
+
For more information about Pipelines, see the\n [pipeline documentation](https://docs.datadoghq.com/logs/log_configuration/pipelines).\n\n**Notes:**\n\n**Grok
36587
+
parsing rules may effect JSON output and require\nreturned data to be configured
36588
+
before using in a request.**\nFor example, if you are using the data returned
36589
+
from a\nrequest for another request body, and have a parsing rule\nthat uses a
36590
+
regex pattern like `\\s` for spaces, you will\nneed to configure all escaped spaces
0 commit comments