Back to Blog
âąKeita Higaki
v0.4.0: Structured Event Output - From Tool to Platform
releaseintegrationjsonsiemsoararchitecture
đ TFDrift-Falco v0.4.0: Structured Event Output
Release Date: December 14, 2024
Major milestone: TFDrift-Falco evolves from a monitoring tool to an integration platform.
đŻ The Vision: "ăæè»œ" Ă "ă€ăȘăă"
v0.4.0 brings two critical capabilities:
- ăæè»œ (Easy to use) - Still zero-config with
--auto - ă€ăȘăă (Connect) - Now integrates with any system
# Still easy
tfdrift --auto
# Now also machine-readable
tfdrift --auto --output json | jq '.severity'
# And connects everywhere
tfdrift --auto --output json | fluent-bit ...