Commit graph

1099 commits

Author SHA1 Message Date
Cauê Marcondes
cb3c7e9140
[9.0] [APM] Fix query for transaction marks (#215819) (#216668)
# Backport

This will backport the following commits from `main` to `9.0`:
- [[APM] Fix query for transaction marks
(#215819)](https://github.com/elastic/kibana/pull/215819)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Sunghyun
Kim","email":"cqbqdd11519@gmail.com"},"sourceCommit":{"committedDate":"2025-04-01T15:05:42Z","message":"[APM]
Fix query for transaction marks (#215819)\n\n## Summary\n\nThere is a
bug in kibana 8.17, where no transaction marks are shown in\nthe APM's
transaction waterfall ui.\nThe marks are stored in the field
`transaction.marks.agent` of\ndocuments, but kibana apm server is
querying `transaction.agent.marks`.\n\nThis PR fixes the field
name.\n\n\nI also added `span.id` in the query source to include the
marks in the\nresponse, even if there is no `span.links` in the
transaction info.\n(I found the case from RUM data with
`transaction.marks.agent` but\nwithout `span.links`, so that the
response does not include marks\nbecause there is no `source` field in
the query result)\n\nI am not sure if it's the right way to fix it, as i
have no\nunderstanding about the relationsip between
`transaction.marks.agent`\nand `span.links`, so this PR is more like a
bug report.\n\n\n\n### Checklist\n\nCheck the PR satisfies following
conditions. \n\nReviewers should verify this PR satisfies this list as
well.\n\n- [ ] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[
]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [ ] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [ ] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[ ] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [ ] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n###
Identify risks\n\nDoes this PR introduce any risks? For example,
consider risks like hard\nto test bugs, performance regression,
potential of data loss.\n\nDescribe the risk, its severity, and
mitigation for each identified\nrisk. Invite stakeholders and evaluate
how to proceed before merging.\n\n- [ ] [See some
risk\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\n-
[ ]
...\nNone","sha":"d4d1c2b6ddf98859e5d36654eab0ca71cefc8808","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","💝community","backport:all-open","ci:project-deploy-observability","Team:obs-ux-infra_services","v9.1.0"],"title":"[APM]
Fix query for transaction
marks","number":215819,"url":"https://github.com/elastic/kibana/pull/215819","mergeCommit":{"message":"[APM]
Fix query for transaction marks (#215819)\n\n## Summary\n\nThere is a
bug in kibana 8.17, where no transaction marks are shown in\nthe APM's
transaction waterfall ui.\nThe marks are stored in the field
`transaction.marks.agent` of\ndocuments, but kibana apm server is
querying `transaction.agent.marks`.\n\nThis PR fixes the field
name.\n\n\nI also added `span.id` in the query source to include the
marks in the\nresponse, even if there is no `span.links` in the
transaction info.\n(I found the case from RUM data with
`transaction.marks.agent` but\nwithout `span.links`, so that the
response does not include marks\nbecause there is no `source` field in
the query result)\n\nI am not sure if it's the right way to fix it, as i
have no\nunderstanding about the relationsip between
`transaction.marks.agent`\nand `span.links`, so this PR is more like a
bug report.\n\n\n\n### Checklist\n\nCheck the PR satisfies following
conditions. \n\nReviewers should verify this PR satisfies this list as
well.\n\n- [ ] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[
]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [ ] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [ ] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[ ] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [ ] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n###
Identify risks\n\nDoes this PR introduce any risks? For example,
consider risks like hard\nto test bugs, performance regression,
potential of data loss.\n\nDescribe the risk, its severity, and
mitigation for each identified\nrisk. Invite stakeholders and evaluate
how to proceed before merging.\n\n- [ ] [See some
risk\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\n-
[ ]
...\nNone","sha":"d4d1c2b6ddf98859e5d36654eab0ca71cefc8808"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215819","number":215819,"mergeCommit":{"message":"[APM]
Fix query for transaction marks (#215819)\n\n## Summary\n\nThere is a
bug in kibana 8.17, where no transaction marks are shown in\nthe APM's
transaction waterfall ui.\nThe marks are stored in the field
`transaction.marks.agent` of\ndocuments, but kibana apm server is
querying `transaction.agent.marks`.\n\nThis PR fixes the field
name.\n\n\nI also added `span.id` in the query source to include the
marks in the\nresponse, even if there is no `span.links` in the
transaction info.\n(I found the case from RUM data with
`transaction.marks.agent` but\nwithout `span.links`, so that the
response does not include marks\nbecause there is no `source` field in
the query result)\n\nI am not sure if it's the right way to fix it, as i
have no\nunderstanding about the relationsip between
`transaction.marks.agent`\nand `span.links`, so this PR is more like a
bug report.\n\n\n\n### Checklist\n\nCheck the PR satisfies following
conditions. \n\nReviewers should verify this PR satisfies this list as
well.\n\n- [ ] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[
]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [ ] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [ ] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[ ] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [ ] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n###
Identify risks\n\nDoes this PR introduce any risks? For example,
consider risks like hard\nto test bugs, performance regression,
potential of data loss.\n\nDescribe the risk, its severity, and
mitigation for each identified\nrisk. Invite stakeholders and evaluate
how to proceed before merging.\n\n- [ ] [See some
risk\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\n-
[ ] ...\nNone","sha":"d4d1c2b6ddf98859e5d36654eab0ca71cefc8808"}}]}]
BACKPORT-->

Co-authored-by: Sunghyun Kim <cqbqdd11519@gmail.com>
2025-04-01 18:43:53 +01:00
Chris Cowan
56e51b892b
[9.0] [Streams 🌊] Introduce GroupStreams (#208126) (#209776)
# Backport

This will backport the following commits from `main` to `9.0`:
- [[Streams 🌊] Introduce GroupStreams
(#208126)](https://github.com/elastic/kibana/pull/208126)

<!--- Backport version: 9.6.4 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Chris
Cowan","email":"chris@elastic.co"},"sourceCommit":{"committedDate":"2025-02-04T10:12:35Z","message":"[Streams
🌊] Introduce GroupStreams (#208126)\n\n## 🍒 Summary\r\n \r\nThis PR adds
support to `/api/streams` endpoints for the\r\n`GroupStreamDefinition`
type. Group streams are simply a list of member\r\nstreams along with
dashboards. An example of the definition looks
like:\r\n\r\n```JSON\r\n{\r\n \"name\": \"nginx-logs\",\r\n \"stream\":
{\r\n \"grouped\": {\r\n \"description\": \"A collection of streams for
Nginx\",\r\n \"members\": [\r\n \"logs\",\r\n \"logs.nginx\"\r\n ]\r\n
}\r\n },\r\n \"dashboards\": []\r\n}\r\n```\r\nThe following APIs
support `GroupStreamDefinition`:\r\n\r\n- `GET /api/streams`\r\n- `GET
/api/streams/{id}`\r\n- `PUT /api/streams/{id}`\r\n- `DELETE
/api/streams/{id}`\r\n- `GET /api/streams/{id}/_details`\r\n\r\nThis PR
only includes the support to the APIs, I will submit a follow PR\r\nfor
the UI.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Joe
Reuter
<johannes.reuter@elastic.co>","sha":"2092c3d4ca2ae917420f992686fc7a704b393ea4","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["v9.0.0","release_note:feature","backport:version","Feature:Streams","v9.1.0","v8.19.0"],"title":"[Streams
🌊] Introduce
GroupStreams","number":208126,"url":"https://github.com/elastic/kibana/pull/208126","mergeCommit":{"message":"[Streams
🌊] Introduce GroupStreams (#208126)\n\n## 🍒 Summary\r\n \r\nThis PR adds
support to `/api/streams` endpoints for the\r\n`GroupStreamDefinition`
type. Group streams are simply a list of member\r\nstreams along with
dashboards. An example of the definition looks
like:\r\n\r\n```JSON\r\n{\r\n \"name\": \"nginx-logs\",\r\n \"stream\":
{\r\n \"grouped\": {\r\n \"description\": \"A collection of streams for
Nginx\",\r\n \"members\": [\r\n \"logs\",\r\n \"logs.nginx\"\r\n ]\r\n
}\r\n },\r\n \"dashboards\": []\r\n}\r\n```\r\nThe following APIs
support `GroupStreamDefinition`:\r\n\r\n- `GET /api/streams`\r\n- `GET
/api/streams/{id}`\r\n- `PUT /api/streams/{id}`\r\n- `DELETE
/api/streams/{id}`\r\n- `GET /api/streams/{id}/_details`\r\n\r\nThis PR
only includes the support to the APIs, I will submit a follow PR\r\nfor
the UI.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Joe
Reuter
<johannes.reuter@elastic.co>","sha":"2092c3d4ca2ae917420f992686fc7a704b393ea4"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/208126","number":208126,"mergeCommit":{"message":"[Streams
🌊] Introduce GroupStreams (#208126)\n\n## 🍒 Summary\r\n \r\nThis PR adds
support to `/api/streams` endpoints for the\r\n`GroupStreamDefinition`
type. Group streams are simply a list of member\r\nstreams along with
dashboards. An example of the definition looks
like:\r\n\r\n```JSON\r\n{\r\n \"name\": \"nginx-logs\",\r\n \"stream\":
{\r\n \"grouped\": {\r\n \"description\": \"A collection of streams for
Nginx\",\r\n \"members\": [\r\n \"logs\",\r\n \"logs.nginx\"\r\n ]\r\n
}\r\n },\r\n \"dashboards\": []\r\n}\r\n```\r\nThe following APIs
support `GroupStreamDefinition`:\r\n\r\n- `GET /api/streams`\r\n- `GET
/api/streams/{id}`\r\n- `PUT /api/streams/{id}`\r\n- `DELETE
/api/streams/{id}`\r\n- `GET /api/streams/{id}/_details`\r\n\r\nThis PR
only includes the support to the APIs, I will submit a follow PR\r\nfor
the UI.\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by: Joe
Reuter
<johannes.reuter@elastic.co>","sha":"2092c3d4ca2ae917420f992686fc7a704b393ea4"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
2025-02-05 17:06:45 +01:00
Kibana Machine
6607934859
[api-docs] 2025-01-30 Daily api_docs build (#208875)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/968
2025-01-30 08:16:08 +01:00
Kibana Machine
620cde7026
[api-docs] 2025-01-29 Daily api_docs build (#208673)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/967
2025-01-29 08:42:16 +01:00
Hanna Tamoudi
06d16614a9
[Automatic Import] rename plugin to automatic import (#207325)
## Summary

Rename `integration-assistant` plugin to `automatic-import`.
2025-01-28 21:55:42 +01:00
Kibana Machine
56d508fe33
[api-docs] 2025-01-28 Daily api_docs build (#208478)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/966
2025-01-28 07:10:28 +00:00
Kibana Machine
276e651b32
[api-docs] 2025-01-27 Daily api_docs build (#208318)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/965
2025-01-27 07:01:55 +00:00
Kibana Machine
62399e7d30
[api-docs] 2025-01-26 Daily api_docs build (#208311)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/964
2025-01-26 07:51:21 +00:00
Kibana Machine
de1b9833a2
[api-docs] 2025-01-25 Daily api_docs build (#208296)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/963
2025-01-25 07:18:39 +00:00
Kibana Machine
b45030ad21
[api-docs] 2025-01-24 Daily api_docs build (#208139)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/962
2025-01-24 07:18:29 +00:00
Kibana Machine
5e8188a960
[api-docs] 2025-01-23 Daily api_docs build (#207980)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/961
2025-01-23 06:57:47 +00:00
Kibana Machine
e75bc38839
[api-docs] 2025-01-22 Daily api_docs build (#207670)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/960
2025-01-22 07:54:00 +00:00
Kibana Machine
fac6ed8835
[api-docs] 2025-01-21 Daily api_docs build (#207288)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/959
2025-01-21 07:24:52 +00:00
Kibana Machine
5f04ba0b8d
[api-docs] 2025-01-20 Daily api_docs build (#207163)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/958
2025-01-20 07:01:08 +00:00
Kibana Machine
37a6b357ab
[api-docs] 2025-01-19 Daily api_docs build (#207150)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/957
2025-01-19 07:04:06 +00:00
Kibana Machine
5b7520f187
[api-docs] 2025-01-18 Daily api_docs build (#207145)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/956
2025-01-18 07:01:32 +00:00
Kibana Machine
ad1f5c49b5
[api-docs] 2025-01-17 Daily api_docs build (#207018)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/955
2025-01-17 07:22:25 +00:00
Kibana Machine
e6a4080754
[api-docs] 2025-01-16 Daily api_docs build (#206888)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/954
2025-01-16 07:17:04 +00:00
Kibana Machine
112acc1ae8
[api-docs] 2025-01-15 Daily api_docs build (#206700)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/953
2025-01-15 07:06:15 +00:00
Kibana Machine
5f759ae514
[api-docs] 2025-01-14 Daily api_docs build (#206539)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/952
2025-01-14 07:01:25 +00:00
Kibana Machine
794465a699
[api-docs] 2025-01-13 Daily api_docs build (#206387)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/951
2025-01-13 07:13:08 +00:00
Kibana Machine
52cda77b7b
[api-docs] 2025-01-12 Daily api_docs build (#206376)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/950
2025-01-12 07:16:18 +00:00
Kibana Machine
873b5c9e55
[api-docs] 2025-01-11 Daily api_docs build (#206369)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/949
2025-01-11 06:59:50 +00:00
Kibana Machine
6a4f4ea346
[api-docs] 2025-01-10 Daily api_docs build (#206196)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/948
2025-01-10 07:17:40 +00:00
Kibana Machine
e96915a719
[api-docs] 2025-01-08 Daily api_docs build (#205836)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/946
2025-01-08 07:07:39 +00:00
Candace Park
08535f54a0
[AVC Banner] Updates the AVC Banner for 2025 (#205467)
## Summary

- [x] Updates the AVC banner title and blog link
- [x] Banner will remain visible until EOY 2025 
- [x] Confirm that the original AVC banner code (not the part that hides
it EOY of 2024) is present in 8.16, 8.17 and 8.x branches

# Screenshots

![image](https://github.com/user-attachments/assets/c2ec37fc-4d42-45f9-aaa1-47b5a6cc715a)

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2025-01-07 18:30:27 +00:00
Kibana Machine
9d95a8038f
[api-docs] 2025-01-07 Daily api_docs build (#205673)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/945
2025-01-07 07:11:39 +00:00
Kibana Machine
5f8ce1d989
[api-docs] 2025-01-06 Daily api_docs build (#205580)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/944
2025-01-06 07:01:54 +00:00
Kibana Machine
eba13abe65
[api-docs] 2025-01-05 Daily api_docs build (#205568)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/943
2025-01-05 07:04:58 +00:00
Kibana Machine
0b3a4a0a5d
[api-docs] 2025-01-04 Daily api_docs build (#205560)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/942
2025-01-04 07:03:37 +00:00
Kibana Machine
576a231c71
[api-docs] 2025-01-03 Daily api_docs build (#205466)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/941
2025-01-03 01:11:40 -06:00
Kibana Machine
2ac942b03f
[api-docs] 2025-01-02 Daily api_docs build (#205348)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/940
2025-01-02 01:36:31 -06:00
Kibana Machine
ab5f0b143d
[api-docs] 2025-01-01 Daily api_docs build (#205342)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/939
2025-01-01 01:37:13 -06:00
Kibana Machine
187eb7327f
[api-docs] 2024-12-31 Daily api_docs build (#205306)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/938
2024-12-31 01:23:43 -06:00
Kibana Machine
968058f4db
[api-docs] 2024-12-30 Daily api_docs build (#205233)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/937
2024-12-30 01:24:24 -06:00
Kibana Machine
f85de09b58
[api-docs] 2024-12-28 Daily api_docs build (#205225)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/935
2024-12-28 01:15:41 -06:00
Kibana Machine
1d1d265bac
[api-docs] 2024-12-27 Daily api_docs build (#205185)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/934
2024-12-27 03:09:41 -06:00
Kibana Machine
eef1bda227
[api-docs] 2024-12-26 Daily api_docs build (#205160)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/933
2024-12-26 01:44:38 -06:00
Kibana Machine
6d9cfe2059
[api-docs] 2024-12-24 Daily api_docs build (#205127)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/931
2024-12-24 01:02:31 -06:00
Kibana Machine
4fa7b783cc
[api-docs] 2024-12-23 Daily api_docs build (#205072)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/930
2024-12-23 01:15:10 -06:00
Kibana Machine
f8b7eda222
[api-docs] 2024-12-21 Daily api_docs build (#205062)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/928
2024-12-21 01:09:34 -06:00
Kibana Machine
fecc6d510d
[api-docs] 2024-12-20 Daily api_docs build (#205030)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/927
2024-12-20 01:03:46 -06:00
Kibana Machine
e4dc35c894
[api-docs] 2024-12-19 Daily api_docs build (#204887)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/926
2024-12-19 01:19:30 -06:00
Kibana Machine
dbf8818f88
[api-docs] 2024-12-17 Daily api_docs build (#204519)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/924
2024-12-17 01:16:22 -06:00
Kibana Machine
612ddaaf71
[api-docs] 2024-12-16 Daily api_docs build (#204335)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/923
2024-12-16 01:07:12 -06:00
Kibana Machine
c29bb41188
[api-docs] 2024-12-15 Daily api_docs build (#204324)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/922
2024-12-15 01:47:05 -06:00
Kibana Machine
c87a79483b
[api-docs] 2024-12-14 Daily api_docs build (#204297)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/921
2024-12-14 01:10:59 -06:00
Kibana Machine
b52051116a
[api-docs] 2024-12-13 Daily api_docs build (#204163)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/920
2024-12-13 01:43:45 -06:00
Kibana Machine
b880a1d1ff
[api-docs] 2024-12-12 Daily api_docs build (#203961)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/919
2024-12-12 01:13:44 -06:00
Kibana Machine
68b9df061b
[api-docs] 2024-12-10 Daily api_docs build (#203515)
Generated by
https://buildkite.com/elastic/kibana-api-docs-daily/builds/917
2024-12-10 01:20:47 -06:00