-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update APM server code for breaking changes in libbeat API (ES client) #3433
Comments
2 tasks
Assigning myself, since this is going to get tangled up with go-modules migration. |
👍 thanks @ycombinator |
axw
added a commit
to axw/apm-server
that referenced
this issue
Mar 7, 2020
axw
added a commit
to axw/apm-server
that referenced
this issue
Mar 7, 2020
axw
added a commit
to axw/apm-server
that referenced
this issue
Mar 7, 2020
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Mar 25, 2020
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Mar 25, 2020
simitt
added a commit
that referenced
this issue
Mar 25, 2020
* Update beats framework to 97b3455639aa * Update for libbeat "eslegclient" changes Closes #3433
simitt
added a commit
that referenced
this issue
Mar 26, 2020
* Update beats framework to 5d550fbc2313 * Update for libbeat "eslegclient" changes Closes #3433 * Update version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're undertaking some major refactoring/cleanup in the libbeat codebase, specifically in the Elasticsearch output package. The PR for this is elastic/beats#16150.
Please see the "Developer Docs" section in the PR description for how it might impact APM server code. From my snooping around, it looks like the following locations might be impacted:
apm-server/beater/beater.go
Line 210 in 72c446d
apm-server/beater/beater.go
Line 217 in 72c446d
apm-server/_beats/libbeat/scripts/cmd/stress_pipeline/main.go
Line 32 in eaaf95c
apm-server/elasticsearch/config_test.go
Lines 102 to 105 in 6ef9305
apm-server/ingest/pipeline/register.go
Line 31 in 3732dad
apm-server/ingest/pipeline/register_test.go
Line 34 in 3732dad
apm-server/ingest/pipeline/register_test.go
Line 52 in 3732dad
The text was updated successfully, but these errors were encountered: