Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@todoesverso todoesverso released this 14 Jun 14:40
· 1 commit to main since this release

πŸŽ‰ v0.0.3 πŸŽ‰

Upgrades

New Features

  • Added triggers:
    Each container or matched line can now trigger a shell command (number of threads per container is configurable)
    For example:
 curl -s https://raw.githubusercontent.com/linuxacademy/content-elastic-log-samples/master/access.log | logss -c GET,"echo '__line__' >> /tmp/get.log" -c \.css,'echo found css at $(date) >> /tmp/css.log'

This will echo the matched GET line to /tmp/get.log and a a /tmp/css.log file with the date of each match.

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3