Merged
Conversation
Uses an imaginary `log` event that's not actually available in the intake API
Member
|
Now that APM server support for logs intake is merged (elastic/apm-server#9068), this should not be blocked anymore |
1 task
Member
Author
|
Unfortunately, we're still kinda blocked as most of the fields used by ECS loggers, such as |
|
/test |
4 tasks
JonasKunz
reviewed
Dec 15, 2022
Contributor
JonasKunz
left a comment
There was a problem hiding this comment.
Great work, can't wait to see this in action!
Haven't had a look at the tests yet, I'll do so in the next iteration.
apm-agent-core/src/main/java/co/elastic/apm/agent/report/ReportingEvent.java
Outdated
Show resolved
Hide resolved
apm-agent-core/src/main/java/co/elastic/apm/agent/logging/ApmServerLogAppender.java
Show resolved
Hide resolved
apm-agent-core/src/main/java/co/elastic/apm/agent/logging/ApmServerLogAppender.java
Show resolved
Hide resolved
apm-agent-core/src/main/java/co/elastic/apm/agent/logging/ApmServerLogAppender.java
Show resolved
Hide resolved
apm-agent-core/src/main/java/co/elastic/apm/agent/logging/Log4j2ConfigurationFactory.java
Outdated
Show resolved
Hide resolved
apm-agent-core/src/main/java/co/elastic/apm/agent/report/IntakeV2ReportingEventHandler.java
Show resolved
Hide resolved
apm-agent-core/src/main/java/co/elastic/apm/agent/report/IntakeV2ReportingEventHandler.java
Outdated
Show resolved
Hide resolved
apm-agent-core/src/main/java/co/elastic/apm/agent/report/IntakeV2ReportingEventHandler.java
Show resolved
Hide resolved
apm-agent-core/src/main/java/co/elastic/apm/agent/report/MutableLogger.java
Outdated
Show resolved
Hide resolved
apm-agent-core/src/main/java/co/elastic/apm/agent/util/IOUtils.java
Outdated
Show resolved
Hide resolved
JonasKunz
approved these changes
Jan 13, 2023
...g4j2-plugin/src/test/java/co/elastic/apm/agent/log4j2/Log4j2InstrumentationTestVersions.java
Show resolved
Hide resolved
v1v
added a commit
that referenced
this pull request
Jan 25, 2023
…actions * upstream/main: (76 commits) Bump version.byte-buddy from 1.12.20 to 1.12.21 (#2953) Fix instrumentation for WebFlux with Spring 6.x (#2936) Fix SQS instrumentation within messaging transactions (#2979) Add test for unsampled Transaction (#2950) clarify about dropped requests for sampling in documentation (#2957) Doc add first stack trace detail (#2978) SpanBuilder.addLink is supported, so delete wrong comment (#2975) [doc] document log sending (#2929) Fix agent log sending (#2974) Bump version.aws.sdk from 2.19.8 to 2.19.18 in /apm-agent-plugins (#2973) test: synchronizing gherkin specs (#2965) Bump aws-java-sdk from 1.12.353 to 1.12.376 in /apm-agent-plugins (#2944) Fixed AgentOverheadMetricsTest flakyness (#2918) Fix AWS instrumentation destination.service.resource handling (#2947) [doc] restructure logs doc (#2916) Junit5 test with dependencies runner (#2962) Set service target for non-sampled ES client spans (#2959) Send logs via intake API (#2694) [doc] setup with docker image (#2956) Increase CI build timeout (#2955) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Implements sending logs directly from APM agent to APM server.
Checklist