Hello,
"Otherwise, the user doesn't know whether to access a field via doc["foo.bar"] or via doc["foo"]["bar"]. We don't want users to have knowledge about which fields are nested vs dotted as this is an implementation detail that can vary with different ecs-logging implementations and may even change for the same implementation."
This is a reference to issue #51 which is closed.
If we want to directly log in the ELK pipeline and that we can live with the fact that all dots are replaced for nested JSON object (no exception), then, in thoses conditions, is it possible to send nested JSON?
I would like to avoid filebeat for now and the plugin filter to de_dot is told to be CPU intensive.
See : https://www.elastic.co/guide/en/logstash/current/plugins-filters-de_dot.html
Thank you for considering this option.
Hello,
"Otherwise, the user doesn't know whether to access a field via doc["foo.bar"] or via doc["foo"]["bar"]. We don't want users to have knowledge about which fields are nested vs dotted as this is an implementation detail that can vary with different ecs-logging implementations and may even change for the same implementation."
This is a reference to issue #51 which is closed.
If we want to directly log in the ELK pipeline and that we can live with the fact that all dots are replaced for nested JSON object (no exception), then, in thoses conditions, is it possible to send nested JSON?
I would like to avoid filebeat for now and the plugin filter to de_dot is told to be CPU intensive.
See : https://www.elastic.co/guide/en/logstash/current/plugins-filters-de_dot.html
Thank you for considering this option.