-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
pull_config.yaml
633 lines (573 loc) · 22.2 KB
/
pull_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
---
- data:
- org_name: jenkinsci
repos:
- repo_name: datadog-plugin
contents:
- action: pull-and-push-file
branch: master
globs:
- README.md
options:
dest_path: '/integrations/'
file_name: 'jenkins.md'
front_matters:
dependencies: ["https://github.com/jenkinsci/datadog-plugin/blob/master/README.md"]
public_title: Datadog-Jenkins Integration
custom_kind: integration
name: jenkins
is_public: true
integration_title: Jenkins
has_logo: true
git_integration_title: jenkins
description: "Automatically forward your Jenkins metrics, events, and service checks to Datadog."
short_description: "Automatically forward your Jenkins metrics, events, and service checks to Datadog."
categories:
- "configuration & deployment"
doc_link: https://docs.datadoghq.com/integrations/jenkins/
- org_name: ansible-collections
repos:
- repo_name: datadog
contents:
- action: pull-and-push-file
branch: main
globs:
- README.md
options:
dest_path: '/agent/basic_agent_usage/'
file_name: 'ansible.md'
front_matters:
title: Ansible
dependencies: ["https://github.com/ansible-collections/Datadog/blob/main/README.md"]
- org_name: aws
repos:
- repo_name: aws-sdk-go
contents:
- action: npm-integrations
branch: main
globs:
# https://github.com/aws/aws-sdk-go/blob/main/aws/endpoints/defaults.go
- aws/endpoints/defaults.go
- org_name: DataDog
repos:
- repo_name: dd-go
contents:
- action: npm-integrations
branch: prod
globs:
# https://github.com/DataDog/dd-go/blob/prod/networks/model/domain/gcp_services.go
- networks/model/domain/gcp_services.go
# https://github.com/DataDog/dd-go/blob/prod/networks/model/domain/azure_services.go
- networks/model/domain/azure_services.go
- repo_name: dogweb
contents:
- action: integrations
branch: prod
globs:
- integration/*/*_metadata.csv
- integration/*/manifest.json
- integration/*/service_checks.json
- integration/*/README.md
- integration/*/__init__.py
- repo_name: integrations-core
contents:
- action: integrations
branch: master
globs:
- "*/metadata.csv"
- "*/manifest.json"
- "*/assets/service_checks.json"
- "*/README.md"
- "*/datadog_checks/*/__about__.py"
- repo_name: integrations-extras
contents:
- action: integrations
branch: master
globs:
- "*/metadata.csv"
- "*/manifest.json"
- "*/assets/service_checks.json"
- "*/README.md"
- "*/datadog_checks/*/__about__.py"
- repo_name: integrations-internal-core
contents:
- action: integrations
branch: main
globs:
- "*/metadata.csv"
- "*/manifest.json"
- "*/assets/service_checks.json"
- "*/assets/metrics/metric-spec.yaml"
- "*/README.md"
- "*/datadog_checks/*/__about__.py"
- repo_name: marketplace
contents:
- action: marketplace-integrations
branch: master
globs:
- "*/metadata.csv"
- "*/manifest.json"
- "*/assets/service_checks.json"
- "*/README.md"
- "*/images/*.png"
- "*/images/*.jpg"
- "*/images/*.jpeg"
- "*/images/*.svg"
options:
front_matters:
algolia:
subcategory: Marketplace Integrations
- repo_name: ansible-datadog
contents:
- action: pull-and-push-file
branch: main
globs:
- README.md
options:
dest_path: '/agent/guide/'
file_name: 'ansible_standalone_role.md'
front_matters:
title: Set up Ansible Using a Standalone Datadog Role
dependencies: ["https://github.com/DataDog/ansible-datadog/blob/main/README.md"]
- repo_name: chef-datadog
contents:
- action: pull-and-push-file
branch: main
globs:
- README.md
options:
dest_path: '/agent/basic_agent_usage/'
file_name: 'chef.md'
front_matters:
title: Chef
dependencies: ["https://github.com/DataDog/chef-datadog/blob/main/README.md"]
- repo_name: heroku-buildpack-datadog
contents:
- action: pull-and-push-file
branch: master
globs:
- README.md
options:
dest_path: '/agent/basic_agent_usage/'
file_name: 'heroku.md'
front_matters:
title: Datadog Heroku Buildpack
dependencies: ["https://github.com/DataDog/heroku-buildpack-datadog/blob/master/README.md"]
aliases:
- /developers/faq/how-do-i-collect-metrics-from-heroku-with-datadog
- repo_name: puppet-datadog-agent
contents:
- action: pull-and-push-file
branch: main
globs:
- README.md
options:
dest_path: '/agent/basic_agent_usage/'
file_name: 'puppet.md'
front_matters:
title: Puppet
dependencies: ["https://github.com/DataDog/puppet-datadog-agent/blob/main/README.md"]
- repo_name: datadog-formula
contents:
- action: pull-and-push-file
branch: main
globs:
- README.md
options:
dest_path: '/agent/basic_agent_usage/'
file_name: 'saltstack.md'
front_matters:
title: SaltStack
dependencies: ["https://github.com/DataDog/datadog-formula/blob/main/README.md"]
- repo_name: dd-trace-rb
contents:
- action: pull-and-push-file
branch: release
globs:
- 'docs/GettingStarted.md'
options:
dest_path: '/tracing/trace_collection/automatic_instrumentation/dd_libraries/'
file_name: 'ruby.md'
front_matters:
dependencies: ["https://github.com/DataDog/dd-trace-rb/blob/release/docs/GettingStarted.md"]
title: Tracing Ruby Applications
code_lang: ruby
type: multi-code-lang
code_lang_weight: 15
aliases:
- /tracing/ruby/
- /tracing/languages/ruby/
- /tracing/setup/ruby/
- /tracing/setup_overview/ruby/
- /agent/apm/ruby/
- /tracing/setup_overview/setup/ruby
- /tracing/trace_collection/ruby
- /tracing/trace_collection/dd_libraries/ruby/
- action: pull-and-push-file
branch: release
globs:
- 'docs/legacy/GettingStarted-v1.md'
options:
dest_path: '/tracing/trace_collection/automatic_instrumentation/dd_libraries/'
file_name: 'ruby_v1.md'
front_matters:
dependencies: ["https://github.com/DataDog/dd-trace-rb/blob/release/docs/legacy/GettingStarted-v1.md"]
title: (Legacy) Tracing Ruby Applications
- repo_name: datadog-serverless-functions
contents:
- action: pull-and-push-file
branch: master
globs:
- 'aws/logs_monitoring/README.md'
options:
dest_path: '/logs/guide/'
file_name: 'forwarder.md'
# front_matters:
# dependencies: ["https://github.com/DataDog/datadog-serverless-functions/blob/master/aws/logs_monitoring/README.md"]
- repo_name: serverless-plugin-datadog
contents:
- action: pull-and-push-file
branch: main
globs:
- 'README.md'
options:
dest_path: '/serverless/libraries_integrations/'
file_name: 'plugin.md'
front_matters:
dependencies: ["https://github.com/DataDog/serverless-plugin-datadog/blob/main/README.md"]
title: Datadog Serverless Framework Plugin
aliases:
- /serverless/serverless_integrations/plugin
- repo_name: datadog-cloudformation-macro
contents:
- action: pull-and-push-file
branch: main
globs:
- 'serverless/README.md'
options:
dest_path: '/serverless/libraries_integrations/'
file_name: 'macro.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-cloudformation-macro/blob/main/serverless/README.md"]
title: Datadog Serverless Macro
aliases:
- /serverless/serverless_integrations/macro/
- repo_name: datadog-ci
contents:
- action: pull-and-push-file
branch: master
globs:
- 'src/commands/lambda/README.md'
options:
dest_path: '/serverless/libraries_integrations/'
file_name: 'cli.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-ci/blob/master/src/commands/lambda/README.md"]
title: Datadog Serverless CLI
aliases:
- /serverless/datadog_lambda_library/
- /serverless/serverless_integrations/cli/
- action: pull-and-push-file
branch: master
globs:
- 'src/commands/synthetics/README.md'
options:
dest_path: '/continuous_testing/cicd_integrations/'
file_name: 'configuration.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-ci/blob/master/src/commands/synthetics/README.md"]
title: Continuous Testing and CI/CD Configuration
description: Configure Continuous Testing to run tests in your CI/CD pipelines.
aliases:
- /synthetics/cicd_integrations/configuration
further_reading:
- link: "https://www.datadoghq.com/blog/datadog-github-action-synthetics-ci-visibility/"
tag: "Blog"
text: "Use Datadog's GitHub Action to add continuous testing to workflows"
- link: "/continuous_testing/cicd_integrations"
tag: "Documentation"
text: "Learn about Continuous Testing and CI/CD"
- link: "/continuous_testing/explorer"
tag: "Documentation"
text: "Learn about the Synthetic Monitoring & Testing Results Explorer"
- link: "/continuous_testing/testing_tunnel"
tag: "Documentation"
text: "Learn about the Continuous Testing Tunnel"
- repo_name: datadog-static-analyzer-circleci-orb
contents:
- action: pull-and-push-file
branch: main
globs:
- 'README.md'
options:
dest_path: '/code_analysis/static_analysis/'
file_name: 'circleci_orbs.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-static-analyzer-circleci-orb/blob/main/README.md"]
title: Static Analysis and CircleCI Orbs
description: Use Datadog and CircleCI to run Static Analysis jobs in a CI pipeline.
aliases:
- /continuous_integration/static_analysis/circleci_orbs
- /static_analysis/circleci_orbs
- repo_name: datadog-static-analyzer-github-action
contents:
- action: pull-and-push-file
branch: main
globs:
- 'README.md'
options:
dest_path: '/code_analysis/static_analysis/'
file_name: 'github_actions.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-static-analyzer-github-action/blob/main/README.md"]
title: Static Analysis and GitHub Actions
description: Use Datadog and GitHub to run Static Analysis jobs in a CI pipeline.
aliases:
- /continuous_integration/static_analysis/github_actions
- /static_analysis/github_actions
- repo_name: datadog-static-analyzer-rule-docs
contents:
- action: pull-and-push-folder
branch: main
globs:
- rulesets/**/*.md
options:
dest_dir: '/code_analysis/static_analysis_rules/'
path_to_remove: 'rulesets/'
front_matters:
disable_edit: true
- repo_name: datadog-sca-github-action
contents:
- action: pull-and-push-file
branch: main
globs:
- 'README.md'
options:
dest_path: '/code_analysis/software_composition_analysis/'
file_name: 'github_actions.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-sca-github-action/blob/main/README.md"]
title: Software Composition Analysis and GitHub Actions
description: Use Datadog and GitHub to run Software Composition Analysis jobs in a CI pipeline.
- repo_name: datadog-cdk-constructs
contents:
- action: pull-and-push-file
branch: main
globs:
- 'README.md'
options:
dest_path: '/serverless/libraries_integrations/'
file_name: 'cdk.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-cdk-constructs/blob/main/README.md"]
title: Datadog CDK Construct
- repo_name: datadog-lambda-extension
contents:
- action: pull-and-push-file
branch: main
globs:
- 'README.md'
options:
dest_path: '/serverless/libraries_integrations/'
file_name: 'extension.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-lambda-extension/blob/main/README.md"]
title: Datadog Lambda Extension
aliases:
- /serverless/datadog_lambda_library/extension
- repo_name: datadog-ci-azure-devops
contents:
- action: pull-and-push-file
branch: main
globs:
- 'README.md'
options:
dest_path: '/continuous_testing/cicd_integrations/'
file_name: 'azure_devops_extension.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-ci-azure-devops/blob/main/README.md"]
title: Continuous Testing and Datadog CI Azure DevOps Extension
description: Use the Synthetics and Datadog CI extension to create tasks that you can use in a CI pipeline.
aliases:
- /synthetics/cicd_integrations/azure_devops_extension
- repo_name: synthetics-ci-github-action
contents:
- action: pull-and-push-file
branch: main
globs:
- 'README.md'
options:
dest_path: '/continuous_testing/cicd_integrations/'
file_name: 'github_actions.md'
front_matters:
dependencies: ["https://github.com/DataDog/synthetics-ci-github-action/blob/main/README.md"]
title: Continuous Testing and CI GitHub Actions
algolia:
tags: ['datadog lambda extension']
aliases:
- /synthetics/cicd_integrations/github_actions
- repo_name: synthetics-test-automation-circleci-orb
contents:
- action: pull-and-push-file
branch: main
globs:
- 'README.md'
options:
dest_path: '/continuous_testing/cicd_integrations/'
file_name: 'circleci_orb.md'
front_matters:
dependencies: ["https://github.com/DataDog/synthetics-test-automation-circleci-orb/blob/main/README.md"]
title: Continuous Testing and CircleCI Orb
aliases:
- /synthetics/cicd_integrations/circleci_orb
- repo_name: synthetics-test-automation-bitrise-step-upload-application
contents:
- action: pull-and-push-file
branch: main
globs:
- 'README.md'
options:
dest_path: '/continuous_testing/cicd_integrations/'
file_name: 'bitrise_upload.md'
front_matters:
dependencies: ["https://github.com/DataDog/synthetics-test-automation-bitrise-step-upload-application/blob/main/README.md"]
title: Continuous Testing and Bitrise
- repo_name: synthetics-test-automation-bitrise-step-run-tests
contents:
- action: pull-and-push-file
branch: main
globs:
- 'README.md'
options:
dest_path: '/continuous_testing/cicd_integrations/'
file_name: 'bitrise_run.md'
front_matters:
dependencies: ["https://github.com/DataDog/synthetics-test-automation-bitrise-step-run-tests/blob/main/README.md"]
title: Continuous Testing and Bitrise
- repo_name: datadog-cloudformation-resources
contents:
- action: pull-and-push-file
branch: master
globs:
- 'README.md'
options:
dest_path: '/integrations/guide/'
file_name: 'amazon_cloudformation.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-cloudformation-resources/blob/master/README.md"]
title: Datadog-Amazon CloudFormation
aliases:
- /developers/amazon_cloudformation/
- repo_name: security-monitoring
contents:
- action: security-rules
branch: main
globs:
- "workload-security/backend-rules/*.yaml"
- "workload-security/backend-rules/*.md"
- "cloud-siem/**/*.json"
- "cloud-siem/**/*.md"
- "posture-management/**/*.json"
- "posture-management/**/*.yaml"
- "posture-management/**/*.yml"
- "posture-management/**/*.md"
- "application-security/**/*.json"
- "application-security/**/*.md"
options:
dest_path: '/security/default_rules/'
- repo_name: infrastructure-resources
contents:
- action: pull-and-push-folder
branch: prod
globs:
- "generated/md/external/*.md"
options:
dest_dir: '/infrastructure/resource_catalog/'
path_to_remove: 'generated/md/external/'
front_matters:
disable_edit: true
- repo_name: apps
contents:
- action: pull-and-push-file
branch: master
globs:
- "docs/en/getting-started.md"
options:
dest_path: "/developers/faq/"
file_name: "ui_extensions.md"
front_matters:
dependencies: ["https://github.com/DataDog/apps/blob/master/docs/en/getting-started.md"]
aliases: ["/developers/datadog_apps/", "/developers/ui_extensions"]
private: true
- repo_name: datadog-agent
contents:
- action: pull-and-push-file
branch: main
globs:
- "pkg/config/config_template.yaml"
options:
file_name: 'agent_config.yaml'
output_content: false
- action: pull-and-push-folder
branch: 7.59.x
globs:
- 'docs/cloud-workload-security/agent_expressions.md'
- 'docs/cloud-workload-security/backend_linux.md'
- 'docs/cloud-workload-security/backend_windows.md'
- 'docs/cloud-workload-security/linux_expressions.md'
- 'docs/cloud-workload-security/windows_expressions.md'
options:
dest_dir: '/security/threats/'
path_to_remove: 'docs/cloud-workload-security/'
- repo_name: dd-source
contents:
- action: pull-and-push-file
branch: main
globs:
- "domains/workflow/actionplatform/documentation/stable_bundles.json"
options:
base_path: ""
dest_path: "/data/"
file_name: "workflow_bundles.json"
- repo_name: web-ui
contents:
- action: pull-and-push-file
branch: prod
globs:
- "generated/md/external/semantic-color-documentation.md"
options:
base_path: ""
dest_path: "/layouts/shortcodes/"
file_name: "semantic-color.md"
- repo_name: dd-trace-rb
contents:
- action: pull-and-push-file
branch: release
globs:
- 'docs/Compatibility.md'
options:
dest_path: '/tracing/trace_collection/compatibility/'
file_name: 'ruby.md'
front_matters:
title: Ruby Compatibility Requirements
aliases:
- /tracing/compatibility_requirements/ruby
- /tracing/setup_overview/compatibility_requirements/ruby
code_lang: ruby
type: multi-code-lang
code_lang_weight: 20
dependencies: ["https://github.com/DataDog/dd-trace-rb/blob/release/docs/Compatibility.md"]
further_reading:
- link: 'tracing/trace_collection/dd_libraries/ruby'
tag: 'Documentation'
text: 'Instrument Your Application'
- action: pull-and-push-file
branch: release
globs:
- 'docs/legacy/Compatibility-v1.md'
options:
dest_path: '/tracing/trace_collection/compatibility/'
file_name: 'ruby_v1.md'
front_matters:
dependencies: ["https://github.com/DataDog/dd-trace-rb/blob/release/docs/legacy/Compatibility-v1.md"]
title: (Legacy) Ruby Compatibility Requirements