I have a dataset like this:-
1. Sun Jul 5 00:04:01 EDT 2015
2. root 1 0 0.0 0.0 640 10372 Apr20 init [3]
3. root 2 1 0.0 0.0 0 0 Apr20 [migration/0]
And I need to filter out the timestamp from first line and add it with each message from second line.
Please help me to do this using logstash grok plugin
.