-
Notifications
You must be signed in to change notification settings - Fork 528
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
beater/middleware: update fields to be ECS-compliant #3796
Comments
4 tasks
Depends on elastic/beats#18820 |
simitt
added a commit
to simitt/apm-server
that referenced
this issue
May 28, 2020
If `logging.ecs` is set log data in ECS compliant way. closes elastic#3796
simitt
added a commit
to simitt/apm-server
that referenced
this issue
May 28, 2020
If `logging.ecs` is set log data in ECS compliant way. closes elastic#3796
5 tasks
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Jun 16, 2020
If `logging.ecs` is set log data in ECS compliant way. closes elastic#3796
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Dec 15, 2020
If `logging.ecs` is set log data in ECS compliant way. closes elastic#3796
simitt
added a commit
that referenced
this issue
Dec 15, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should update the logging middleware to use ECS-compliant field names and values:
apm-server/beater/middleware/log_middleware.go
Line 34 in c0f4767
"method" -> "http.method", "URL" -> "http.url", etc.
The text was updated successfully, but these errors were encountered: