sonyxperiadev / lumber-mill

Where logs are cut into lumber
Apache License 2.0
12 stars 6 forks source link

Do not set @timestamp in CloudWatchLogsEventPreProcessor if it already exists #5

Closed jrask closed 8 years ago

jrask commented 8 years ago
.map ( 
    ifNotExists('@timestamp').map( timestampFromMs('timestamp')
)
jrask commented 8 years ago

Not valid, any custom fields would be in "message" and would have to be parsed after the event processor has been processed.