You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Zalando Logbook v3.11.0, and its addon org.zalando:logbook-logstash.
Although logbook-logstash is supposed to provide compatibility with Elastic stack, it is not quite doing so.
When LogstashLogbackSink works, the serialized HTTP request/response details from "message" field are gone, and are placed into a separate "http" field.
Much better than serialized JSON, indeed.
However, this is quite different from HTTP fields specification in ECS: https://www.elastic.co/guide/en/ecs/8.17/ecs-http.html
For instance, the fields lack response suffix, and some names are different (e.g., http.status instead of http.response.status_code).
The same stands for request fields.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
I'm using Zalando Logbook v3.11.0, and its addon org.zalando:logbook-logstash.
Although logbook-logstash is supposed to provide compatibility with Elastic stack, it is not quite doing so.
When LogstashLogbackSink works, the serialized HTTP request/response details from "message" field are gone, and are placed into a separate "http" field.
Example:
Much better than serialized JSON, indeed.
However, this is quite different from HTTP fields specification in ECS: https://www.elastic.co/guide/en/ecs/8.17/ecs-http.html
For instance, the fields lack
response
suffix, and some names are different (e.g.,http.status
instead ofhttp.response.status_code
).The same stands for request fields.
Is this a known issue?
It doesn't seem to be relevant to ECS version, as the same is actual for 1.x schema version (https://www.elastic.co/guide/en/ecs/1.12/ecs-http.html).
Beta Was this translation helpful? Give feedback.
All reactions