Method: LogExtractor::Hit#timestamp

Defined in:
lib/log_extractor/hit.rb

#timestampObject



16
17
18
# File 'lib/log_extractor/hit.rb', line 16

def timestamp
  DateTime.rfc3339(source["@timestamp"]).to_time
end