Hi,
My Filebeat is reading the time that the a log file is created as the timestamp. This is a problem since it does not read every message in the log with a unique time.
What I am trying to do is to parse a json that one of its terms will become the timestamp, that I will be able to get correct graphs.
Here is an example of such a json
{
"msg": "Hello",
"msgSubmissionTime": "1484752676968"
}
Many Thanks for any one who can help