Test elastic-package#3725 - DO NOT MERGE#19907
Test elastic-package#3725 - DO NOT MERGE#19907elastic-vault-github-plugin-prod[bot] wants to merge 4 commits into
Conversation
This comment has been minimized.
This comment has been minimized.
🚀 Benchmarks reportTo see the full report comment with |
|
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
|
This comment has been minimized.
This comment has been minimized.
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.
Point the test branch at elastic-package commit b2124167, which drops the LogsDB Columnar nested-mapping skip logic now that Elasticsearch supports nested fields in columnar mode. Assisted-By: Composer
0c9ad7b to
47887e1
Compare
This comment has been minimized.
This comment has been minimized.
TL;DRThe four Remediation
Investigation detailsRoot CauseAll four Evidence
VerificationThe prefetched logs provide the same timeout signature for all four jobs; no package source changes are implicated by these failures. What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
Update elastic-package reference to elastic/elastic-package@45bf8de.
Automated by Buildkite build
Relates: elastic/elastic-package#3725