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:

  1. ăŠæ‰‹è»œ (Easy to use) - Still zero-config with --auto
  2. ぀ăȘがる (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 ...