Menu
  • HOME
  • TAGS

Get file's last modification date with Logstash

file,logstash,datecreated,datemodified

Logstash does not expose this by default, but you can do just about anything with a ruby filter. A quick Google search find: Is it possible to read a file's modification date with Ruby? Logstash does expose the name of the file as part of the event, so putting it...