Test elastic-package#3725 - DO NOT MERGE#19907
Test elastic-package#3725 - DO NOT MERGE#19907elastic-vault-github-plugin-prod[bot] wants to merge 3 commits into
Conversation
Add a one-off Buildkite path for PR 19907 that forces full package coverage on 9.5.0-SNAPSHOT with LogsDB and LogsDB Columnar enabled. This ensures the normal integrations test flow exercises the elastic-package columnar implementation under realistic CI conditions.
TL;DRThe failed Buildkite jobs are caused by the Remediation
Investigation detailsRoot CauseThis PR only changes the Buildkite one-off mode and the Category validation failuresThe new lint validation compares each data stream manifest’s Examples from the current source:
Generated README driftThe tested
Evidence
Verification
Follow-up
What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
platformlogs |
6622.52 | 4048.58 | -2573.94 (-38.87%) | 💔 |
provisioning |
11363.64 | 9090.91 | -2272.73 (-20%) | 💔 |
activitylogs |
1964.64 | 1569.86 | -394.78 (-20.09%) | 💔 |
auditlogs |
5617.98 | 4237.29 | -1380.69 (-24.58%) | 💔 |
Package azure_app_service 👍(0) 💚(0) 💔(1)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
app_service_logs |
1930.5 | 1187.65 | -742.85 (-38.48%) | 💔 |
Package google_workspace 👍(14) 💚(1) 💔(7)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
gcp |
8849.56 | 5988.02 | -2861.54 (-32.34%) | 💔 |
gmail |
1344.09 | 1136.36 | -207.73 (-15.46%) | 💔 |
meet |
3289.47 | 2544.53 | -744.94 (-22.65%) | 💔 |
token |
3355.7 | 2538.07 | -817.63 (-24.37%) | 💔 |
user_accounts |
24390.24 | 18518.52 | -5871.72 (-24.07%) | 💔 |
alert |
4132.23 | 2173.91 | -1958.32 (-47.39%) | 💔 |
chrome |
2994.01 | 2320.19 | -673.82 (-22.51%) | 💔 |
Package microsoft_sqlserver 👍(0) 💚(1) 💔(2)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
audit |
2450.98 | 1663.89 | -787.09 (-32.11%) | 💔 |
performance |
7246.38 | 5882.35 | -1364.03 (-18.82%) | 💔 |
Package windows 👍(3) 💚(5) 💔(2)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
powershell_operational |
2475.25 | 1313.72 | -1161.53 (-46.93%) | 💔 |
applocker_exe_and_dll |
5291.01 | 3649.64 | -1641.37 (-31.02%) | 💔 |
To see the full report comment with /test benchmark fullreport
|
I reproduced the Summary:
I did not patch Full Elastic Agent error JSON{"log.level":"error","@timestamp":"2026-07-01T17:34:35.220Z","message":"failed to index document","resource":{"service.instance.id":"56ac4a15-5a49-4c48-9a03-195300de3593","service.name":"/usr/share/elastic-agent/data/elastic-agent-1885ca/components/elastic-otel-collector","service.version":"9.5.0"},"otelcol.component.id":"elasticsearch/_agent-component/default","otelcol.signal":"logs","index":"","http.response.status_code":400,"log.origin.stack_trace":"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter.flushBulkIndexer\n\tgithub.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter@v0.154.0/bulkindexer.go:425\ngithub.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter.(*syncBulkIndexerSession).Flush\n\tgithub.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter@v0.154.0/bulkindexer.go:252\ngithub.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter.(*sessionList).Flush.func1\n\tgithub.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter@v0.154.0/exporter.go:666\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\tgolang.org/x/sync@v0.21.0/errgroup/errgroup.go:93","otelcol.component.kind":"exporter","error.type":"illegal_argument_exception","error.reason":"field [event.original] cannot reconstruct _source from doc values; every field must be reconstructable from doc values in index using [logsdb_columnar] index mode","ecs.version":"1.6.0","log.origin":{"file.line":425,"file.name":"elasticsearchexporter@v0.154.0/bulkindexer.go","function":"github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter.flushBulkIndexer"},"ecs.version":"1.6.0"} |
|
The ECS which makes it incompatible with columnar index modes because of
|
Update elastic-package reference to elastic/elastic-package@45bf8de.
Automated by Buildkite build
Relates: elastic/elastic-package#3725