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
@@ -28362,8 +28362,9 @@ paths:
28362
28362
tags:
28363
28363
- Logs Indexes
28364
28364
x-permission:
28365
-
operator: OPEN
28366
-
permissions: []
28365
+
operator: OR
28366
+
permissions:
28367
+
- logs_read_config
28367
28368
put:
28368
28369
description: 'This endpoint updates the index order of your organization.
28369
28370
@@ -28435,8 +28436,9 @@ paths:
28435
28436
tags:
28436
28437
- Logs Indexes
28437
28438
x-permission:
28438
-
operator: OPEN
28439
-
permissions: []
28439
+
operator: OR
28440
+
permissions:
28441
+
- logs_read_config
28440
28442
post:
28441
28443
description: Creates a new index. Returns the Index object passed in the request
28442
28444
body when the request is successful.
@@ -28513,6 +28515,10 @@ paths:
28513
28515
summary: Get an index
28514
28516
tags:
28515
28517
- Logs Indexes
28518
+
x-permission:
28519
+
operator: OR
28520
+
permissions:
28521
+
- logs_read_config
28516
28522
put:
28517
28523
description: "Update an index as identified by its name.\nReturns the Index
28518
28524
object passed in the request body when the request is successful.\n\nUsing
@@ -28587,8 +28593,9 @@ paths:
28587
28593
tags:
28588
28594
- Logs Pipelines
28589
28595
x-permission:
28590
-
operator: OPEN
28591
-
permissions: []
28596
+
operator: OR
28597
+
permissions:
28598
+
- logs_read_config
28592
28599
put:
28593
28600
description: 'Update the order of your pipelines. Since logs are processed sequentially,
28594
28601
reordering a pipeline may change
@@ -28669,8 +28676,9 @@ paths:
28669
28676
tags:
28670
28677
- Logs Pipelines
28671
28678
x-permission:
28672
-
operator: OPEN
28673
-
permissions: []
28679
+
operator: OR
28680
+
permissions:
28681
+
- logs_read_config
28674
28682
post:
28675
28683
description: Create a pipeline in your organization.
28676
28684
operationId: CreateLogsPipeline
@@ -28784,8 +28792,9 @@ paths:
28784
28792
tags:
28785
28793
- Logs Pipelines
28786
28794
x-permission:
28787
-
operator: OPEN
28788
-
permissions: []
28795
+
operator: OR
28796
+
permissions:
28797
+
- logs_read_config
28789
28798
put:
28790
28799
description: "Update a given pipeline configuration to change it\u2019s processors
28791
28800
or their order.\n\n**Note**: Using this method updates your pipeline configuration
@@ -36578,10 +36587,7 @@ tags:
36578
36587
- description: Search your logs and send them to your Datadog platform over HTTP.
36579
36588
See the [Log Management page](https://docs.datadoghq.com/logs/) for more information.
36580
36589
name: Logs
36581
-
- description: 'Manage configuration of [log indexes](https://docs.datadoghq.com/logs/indexes/).
36582
-
36583
-
You need an API and non-scoped application key with Admin rights to interact with
36584
-
these endpoints.'
36590
+
- description: Manage configuration of [log indexes](https://docs.datadoghq.com/logs/indexes/).
36585
36591
externalDocs:
36586
36592
description: Find out more at
36587
36593
url: https://docs.datadoghq.com/logs/indexes/
@@ -36591,14 +36597,12 @@ tags:
36591
36597
page](https://app.datadoghq.com/logs/pipelines)\n for a list of the pipelines
36592
36598
and processors currently configured in web UI.\n\n- Additional API-related information
36593
36599
about processors can be found in the\n [processors documentation](https://docs.datadoghq.com/logs/log_configuration/processors/?tab=api#lookup-processor).\n\n-
36594
-
For more information about Pipelines, see the\n [pipeline documentation](https://docs.datadoghq.com/logs/log_configuration/pipelines).\n\n**Notes:**\n\nThese
36595
-
endpoints are only available for admin users.\nMake sure to use an application
36596
-
key created by an admin with no applied scopes.\n\n**Grok parsing rules may effect
36597
-
JSON output and require\nreturned data to be configured before using in a request.**\nFor
36598
-
example, if you are using the data returned from a\nrequest for another request
36599
-
body, and have a parsing rule\nthat uses a regex pattern like `\\s` for spaces,
36600
-
you will\nneed to configure all escaped spaces as `%{space}` to use\nin the body
36601
-
data."
36600
+
For more information about Pipelines, see the\n [pipeline documentation](https://docs.datadoghq.com/logs/log_configuration/pipelines).\n\n**Notes:**\n\n**Grok
36601
+
parsing rules may effect JSON output and require\nreturned data to be configured
36602
+
before using in a request.**\nFor example, if you are using the data returned
36603
+
from a\nrequest for another request body, and have a parsing rule\nthat uses a
36604
+
regex pattern like `\\s` for spaces, you will\nneed to configure all escaped spaces
0 commit comments