Carson Ip
Carson Ip
This should be tested again when 7.17 snapshot is fixed. Currently 7.17.22-SNAPSHOT is broken and APM doesn't start after upgrade to 8.x.
> > Currently 7.17.22-SNAPSHOT is broken and APM doesn't start. > > Could you link to a tracking issue for this please? The issue should be https://github.com/elastic/beats/pull/39585
I can confirm that the 7.17 build is fixed and both updated smoke tests now pass for `latest`.
[exporter/elasticsearch] Bulk indexer error: an id must be provided if version type or value are set
Sorry for the late reply. I am unable to reproduce the issue with v7.17.23 Elasticsearch and v0.108.0 elasticsearchexporter with a simpler config: ``` receivers: otlp: protocols: grpc: endpoint: 0.0.0.0:4317 http:...
[exporter/elasticsearch] Bulk indexer error: an id must be provided if version type or value are set
I managed to reproduce this. It is because in version ES 7.3.2, bulk API `create` action requires an ID. It is not required after https://github.com/elastic/elasticsearch/pull/45806 which was released in 7.5.0....
@dmitryax @sfc-gh-sili Thanks for the design doc, it looks good at a high level. Moving batching into queue sender when sending queue is enabled makes sense to me, and it...
#32585 will add the config option and another PR in the future will change the default.
> @carsonip as https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/32585 has been merged, can this be closed or is there more to do? It will be closed via https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/34684