All,
I have a json log file we're bringing in.
Its time is logged as:
"start":"1461191869.576”
Any idea on where I would start with props.conf for timestamping?
Try this:
[your_sourcetype]
TIME_PREFIX = "start":"
TIME_FORMAT = %s.%3N
Try this:
[your_sourcetype]
TIME_PREFIX = "start":"
TIME_FORMAT = %s.%3N