Hi,
I'm ingesting some logs containing a @timestamp using the json codec. This is working but I'd also like to save the timestamp containing the date and time logstash ingested my logs.
Can logstash create a new timestamp (not @timestamp but in a new field)? I want to use the @timestamp from my logs to analyze data so I don't want to touch that but for my use case the log time and ingestion time might be very different and it would be helpful in some cases to know when data was ingested.