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
{
"error": {
"type": "mapper_parsing_exception",
"reason": "object mapping for [host] tried to parse field [host] as object, but found a concrete value"
}
}
Support of ECS will bring breaking changes but definitely avoid extra setup time on new installations, which should increase time after time.
I'm not sure of how many fields are concerned but from what I see maybe it's only the host field.
Let me know if you are interested about feedback or to discuss on this!
The text was updated successfully, but these errors were encountered:
I guess this could be a configurable flag on LogstashFormatter so one can enable ECS support, and maybe a deprecation warning if not enabled so people are nudged to migrate slowly and in monolog 4 we can enable by default?
👋
I was wondering if Elastic Common Schema will be supported in the future.
For example, in the ECS, the host field should be an object but is set as a scalar string in the LogstashFormatter.
Since version 8 of the ELK stack, ECS is enabled by default on a new installation causing ingestion errors:
Log sent to Logstash from a classic Symfony / Monolog:
Logstash response:
Support of ECS will bring breaking changes but definitely avoid extra setup time on new installations, which should increase time after time.
I'm not sure of how many fields are concerned but from what I see maybe it's only the
host
field.Let me know if you are interested about feedback or to discuss on this!
The text was updated successfully, but these errors were encountered: