hi,
i'm searching how to aggregate 2 or more events issued from a log file. The events have an common id. This is the criteria to aggregate events.
I has tried the example of logstash 6.8 documentation, but it doesn't work !
And I would like these 2 result events to push them into elasticsearch :
{ "country_name": "France", "towns": [ {"town_name": "Paris"}, {"town_name": "Marseille"} ] }
{ "country_name": "USA", "towns": [ {"town_name": "New-York"} ] }
But in fact, the result obtained is 3 lines in Elastic index ! Why ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.