I have a log file which contains a log like following:
2014-02-14 01:49:22,938 Updated this customer:
email:
[email protected], created: 2012-03-11 02:11:34, firstname: XXX, lastname YYY.
once I search in splunk
[email protected] I have this result
2012-03-11 02:11:34 email:
[email protected], created: 2012-03-11 02:11:34, firstname: XXX, lastname YYY.
Splunk considers time in the log as event time, it should returns full event (include 2 lines as my example) instead of.
How can I config splunk to fix this problem, event time always is at the first line
... View more