Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 43 additions & 26 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6484,6 +6484,49 @@ menu:
- ListAuthNMappings
unstable: []
order: 4
- name: Bits AI
url: /api/latest/bits-ai/
identifier: bits-ai
generated: true
- name: Get a Bits AI investigation
url: '#get-a-bits-ai-investigation'
identifier: bits-ai-get-a-bits-ai-investigation
parent: bits-ai
generated: true
params:
versions:
- v2
operationids:
- GetInvestigation
unstable:
- v2
order: 3
- name: Trigger a Bits AI investigation
url: '#trigger-a-bits-ai-investigation'
identifier: bits-ai-trigger-a-bits-ai-investigation
parent: bits-ai
generated: true
params:
versions:
- v2
operationids:
- TriggerInvestigation
unstable:
- v2
order: 1
- name: List Bits AI investigations
url: '#list-bits-ai-investigations'
identifier: bits-ai-list-bits-ai-investigations
parent: bits-ai
generated: true
params:
versions:
- v2
operationids:
- ListInvestigations
unstable:
- v2
order: 2
- name: CI Visibility Pipelines
url: /api/latest/ci-visibility-pipelines/
identifier: ci-visibility-pipelines
Expand Down Expand Up @@ -14810,32 +14853,6 @@ menu:
unstable:
- v2
order: 5
- name: Get Flaky Tests Management policies
url: '#get-flaky-tests-management-policies'
identifier: test-optimization-get-flaky-tests-management-policies
parent: test-optimization
generated: true
params:
versions:
- v2
operationids:
- GetFlakyTestsManagementPolicies
unstable:
- v2
order: 6
- name: Update Flaky Tests Management policies
url: '#update-flaky-tests-management-policies'
identifier: test-optimization-update-flaky-tests-management-policies
parent: test-optimization
generated: true
params:
versions:
- v2
operationids:
- UpdateFlakyTestsManagementPolicies
unstable:
- v2
order: 7
- name: Widgets
url: /api/latest/widgets/
identifier: widgets
Expand Down
3 changes: 3 additions & 0 deletions content/en/api/latest/bits-ai/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: Bits AI
---
4 changes: 4 additions & 0 deletions content/en/api/v2/bits-ai/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Bits AI
headless: true
---
217 changes: 217 additions & 0 deletions content/en/api/v2/bits-ai/examples.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions content/en/api/v2/observability-pipelines/examples.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"data": {
"attributes": {
"config": {
"destinations": [
{
"id": "splunk-hec-destination",
"inputs": [
"my-processor-group"
],
"type": "splunk_hec",
"token_key": "SPLUNK_HEC_TOKEN",
"token_strategy": "custom"
}
],
"processor_groups": [
{
"enabled": true,
"id": "my-processor-group",
"include": "service:my-service",
"inputs": [
"datadog-agent-source"
],
"processors": [
{
"enabled": true,
"id": "filter-processor",
"include": "status:error",
"type": "filter"
}
]
}
],
"sources": [
{
"id": "datadog-agent-source",
"type": "datadog_agent"
}
]
},
"name": "Pipeline with Splunk HEC token_strategy"
},
"type": "pipelines"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"data": {
"attributes": {
"config": {
"destinations": [
{
"id": "datadog-logs-destination",
"inputs": [
"my-processor-group"
],
"type": "datadog_logs"
}
],
"processor_groups": [
{
"enabled": true,
"id": "my-processor-group",
"include": "service:my-service",
"inputs": [
"splunk-hec-source"
],
"processors": [
{
"enabled": true,
"id": "filter-processor",
"include": "status:error",
"type": "filter"
}
]
}
],
"sources": [
{
"id": "splunk-hec-source",
"type": "splunk_hec",
"store_hec_token": true
}
]
},
"name": "Pipeline with Splunk HEC store_hec_token"
},
"type": "pipelines"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"data": {
"attributes": {
"config": {
"destinations": [
{
"id": "datadog-logs-destination",
"inputs": [
"my-processor-group"
],
"type": "datadog_logs"
}
],
"processor_groups": [
{
"enabled": true,
"id": "my-processor-group",
"include": "service:my-service",
"inputs": [
"datadog-agent-source"
],
"processors": [
{
"enabled": true,
"id": "enrichment-processor",
"include": "*",
"target": "enriched",
"type": "enrichment_table",
"file": {
"encoding": {
"delimiter": ",",
"type": "csv",
"includes_headers": true
},
"key": [
{
"column": "user_id",
"comparison": "equals",
"field": {
"secret": "LOOKUP_KEY_SECRET"
}
}
],
"path": "/etc/enrichment/lookup.csv",
"schema": [
{
"column": "user_id",
"type": "string"
}
]
}
}
]
}
],
"sources": [
{
"id": "datadog-agent-source",
"type": "datadog_agent"
}
]
},
"name": "Pipeline with Enrichment Table Secret Field Lookup"
},
"type": "pipelines"
}
}
311 changes: 0 additions & 311 deletions content/en/api/v2/test-optimization/examples.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions data/api/v2/CodeExamples.json
Original file line number Diff line number Diff line change
Expand Up @@ -1332,6 +1332,16 @@
"suffix": "_3565101276",
"description": "Validate an observability pipeline with OCSF mapper library mapping returns \"OK\" response"
},
{
"group": "observability_pipelines",
"suffix": "_1267410221",
"description": "Validate an observability pipeline with Splunk HEC destination token_strategy returns \"OK\" response"
},
{
"group": "observability_pipelines",
"suffix": "_2960728933",
"description": "Validate an observability pipeline with Splunk HEC source store_hec_token returns \"OK\" response"
},
{
"group": "observability_pipelines",
"suffix": "_99164570",
Expand All @@ -1342,6 +1352,11 @@
"suffix": "_1330454428",
"description": "Validate an observability pipeline with destination secret key returns \"OK\" response"
},
{
"group": "observability_pipelines",
"suffix": "_815080644",
"description": "Validate an observability pipeline with enrichment table secret field lookup returns \"OK\" response"
},
{
"group": "observability_pipelines",
"suffix": "_2899320203",
Expand Down
Loading
Loading