docker – Aggregate exception occurred {:ERROR=>#
I’m new with elastic, I’m working with log file , I want to process them so I can create a new fields based on aggregation to calculate time between operations “overall” and “internal”. This is the configuration file input { beats { port => 5044 } } filter { json { source => “message” remove_field … Read more