View Results & Monitor
See your pipeline in action and monitor its performance.
View Pipeline Status
- Go to Pipelines tab in your network
- Find your
error-log-filterpipeline - Status shows Running (green)
- Click the pipeline name to see details
Check Metrics
In the pipeline details, you'll see:
- Throughput: Messages per second
- Data Volume: Bytes per second
- Error Rate: Failed messages
- Latency: Processing time
These metrics update in real-time.
View Daemon Logs
Since we used STDOUT output, filtered logs appear in the daemon:
# View daemon logs
expanso-edge logs
# Or follow in real-time
expanso-edge logs --follow
You'll see ERROR-level log lines being output.
Understanding What Happened
Your pipeline just:
- ✅ Read log files from
/var/log/*.log - ✅ Filtered to keep only ERROR lines
- ✅ Output results to stdout
- ✅ Sent metrics to Expanso Cloud
All processing happened at the edge on your node, not in the cloud!
What's Next?
Congratulations! You've completed the Cloud Quickstart. You now know how to:
- ✅ Create an Expanso Cloud account
- ✅ Set up a network
- ✅ Deploy an edge node
- ✅ Build and deploy a pipeline
- ✅ Monitor pipeline performance
Continue Learning
- Core Concepts - Understand how Expanso works in depth
- Components - Explore 200+ inputs, processors, and outputs
- Use Cases - See real-world pipeline examples
- Bloblang Guide - Master data transformations
Build More
- Connect to real data sources (Kafka, databases, APIs)
- Transform and enrich data with Bloblang
- Send to cloud destinations (S3, Elasticsearch, etc.)
- Deploy multiple nodes across your infrastructure
- Set up monitoring and alerts
Need Help?
- Documentation: Browse docs.expanso.io
- Support: Email [email protected]
- Community: Join our community forum