kibana/.buildkite
Julian Gernun 411ab215a5
[Response Ops][Connectors] New xpack.actions.email.services.enabled Kibana setting (#223363)
## Summary

Closes #220288

## Release note
New kibana setting `xpack.actions.email.services.enabled` to
enable/disable email services for email connector.
2025-06-20 16:10:43 +02:00
..
hooks [Ops] Refactor env loading & fix agent-targeting rewrite (#178320) 2024-03-12 16:31:26 +01:00
pipeline-resource-definitions AI4DSOC security serverless periodic pipeline (#221127) 2025-06-16 17:00:07 -04:00
pipeline-utils [ci] Bump jest disk to 80gb (#221116) 2025-05-21 08:08:56 -05:00
pipelines Upgrade Node.js to 22.16.0 (#205983) 2025-06-18 08:55:18 -05:00
scripts Upgrade Node.js to 22.16.0 (#205983) 2025-06-18 08:55:18 -05:00
.mocharc.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
.npmrc [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
disabled_jest_configs.json [Index Management] Fix broken jest tests (#173029) 2023-12-18 17:21:28 +01:00
ftr_base_serverless_configs.yml [FTR] add feature flags configs for deployment-agnostic tests (#222371) 2025-06-04 15:57:03 +02:00
ftr_chat_serverless_configs.yml [Config stripUnknowns] Skip compatible mode when running in CI (#217536) 2025-04-14 17:52:51 +02:00
ftr_configs_manifests.json [workchat] Initial FTR test setup (#216828) 2025-04-09 10:31:12 +02:00
ftr_oblt_serverless_configs.yml [Observability] [Serverless] Introduce custom roles (#219861) 2025-06-13 22:03:49 -04:00
ftr_oblt_stateful_configs.yml [Observability] [Serverless] Introduce custom roles (#219861) 2025-06-13 22:03:49 -04:00
ftr_platform_stateful_configs.yml [Response Ops][Connectors] New xpack.actions.email.services.enabled Kibana setting (#223363) 2025-06-20 16:10:43 +02:00
ftr_search_serverless_configs.yml [ftr] split svl common configs with 4 extra groups (#218415) 2025-04-16 11:34:55 -05:00
ftr_search_stateful_configs.yml [Search][Playground] View Saved Playground (#223062) 2025-06-18 21:58:57 +02:00
ftr_security_serverless_configs.yml [Security Solution] Refactor prebuilt rules integration tests (#219831) 2025-05-30 12:23:45 +02:00
ftr_security_stateful_configs.yml [SKA] relocate alerting_api_integration tests (#222603) 2025-06-13 12:28:51 +02:00
package-lock.json [On-Week] Automate chromium linux builds for reporting in Kibana (#212674) 2025-05-06 22:04:08 +02:00
package.json [On-Week] Automate chromium linux builds for reporting in Kibana (#212674) 2025-05-06 22:04:08 +02:00
pull_requests.json [ska] update paths, kibana.jsons for test plugins (#223004) 2025-06-10 22:00:02 +02:00
README.md [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00
scout_ci_config.yml chore(streams): add scout test for wired and classic stream (#220295) 2025-05-23 08:37:51 -04:00
tsconfig.json fix(NA): adds pipeline-resource-definitions/fix-location-collection.ts into a tsconfig 2024-04-04 15:16:01 +01:00
tsconfig.test.json [CI] Move kibana-buildkite-library into kibana (#134787) 2022-06-28 13:19:05 -04:00

Kibana / Buildkite

Directory Structure

  • hooks - special directory used by Buildkite agents for hooks
  • pipeline-utils - Shared TypeScript utils for use in pipeline scripts
  • pipelines - contains pipeline definitions
  • scripts/common - scripts that get sourced by other scripts to set environment variables or import shared functions
  • scripts/lifecycle - general scripts for tasks that run before or after individual steps or the entire build
  • scripts/steps - scripts that define something that will run for a step defined in a pipeline
  • scripts/* - all other scripts are building blocks that make up the tasks in pipelines. They may be run by other scripts, but should not be sourced