π v0.0.3 π
Upgrades
- The most important one is ratatui v0.26.3
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
- chore: Update changelog by @todoesverso in #109
- Update Cargo.lock by @orhun in #129
- Add AUR instructions to README.md by @orhun in #130
- Triggers by @todoesverso in #145
- Fix triggers cli by @todoesverso in #146
New Contributors
Full Changelog: v0.0.2...v0.0.3