Andrew Wilkins

Results 478 comments of Andrew Wilkins

> Would this issue also contain the work to put the ingest pipeline for adding the ECS version in place? I think all we need to do is: - set...

> One option for making this data available could be to have apm-server able to output to two Elasticsearch deployments (internal + external). One major complication is that APM Server...

@bmorelli25 do you have any opinions on the current approach, and anything we could do to improve the docs at the same time? @gtback in https://github.com/elastic/elasticsearch/issues/67335#issuecomment-759078203 you mentioned you're looking...

Given that this has been open for 2 weeks without any changes I'm assuming it's not needed after all. Please reopen as needed.

There is automation here to automate PRs for bumping the Go version: https://github.com/elastic/apm-pipeline-library/blob/main/.ci/.bump-go-release-version.yml

One of the motivations for doing this is to ensure that authorization and rate-limiting errors are returned to the client. When we fix that, we should make sure to update...

@simitt all of these model processors will be run in the background goroutine: https://github.com/elastic/apm-server/blob/bd0969db37e6f6200b496cf2fa10b3d3239323ff/internal/beater/beater.go#L670-L693 That includes authorization. Authentication is still done synchronously, as that happens in HTTP middleware, prior to...

https://github.com/elastic/elasticsearch/pull/89466 has been merged, but unfortunately we still can't enable synthetic source: `2022/09/06 18:20:08 illegal_argument_exception: [illegal_argument_exception] Reason: field [transaction.duration.histogram] of type [histogram] doesn't support synthetic source`

Should be unblocked soon :crossed_fingers: https://github.com/elastic/elasticsearch/pull/89833