View Results & Monitor
See your pipeline in action and monitor its performance.
View Pipeline Status
- Go to Pipelines tab in your workspace
- Find your
error-log-filterpipeline - Status shows Running (green)
- Click the pipeline name to see details
Monitor the Pipeline
Open the pipeline's Monitoring tab to see its charts:
- Input Data Rate and Output Data Rate: bytes flowing in and out
- Pipeline Orchestration Errors: orchestration errors over the selected window
Choose the window with the time range picker, and use the refresh button to update the charts, which do not update on their own.
For per component metrics, open the pipeline's Overview and click a component in the graph to see its Latency Percentiles.
View the Output
The pipeline writes to STDOUT. View that output from the pipeline's Logs tab, which streams logs live (requires the node and workspace on v2.1.18 or newer).
You can also stream the same logs from the CLI:
expanso-cli job logs error-log-filter
You'll see the filtered ERROR 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
- ✅ 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