Skip to main content

View Results & Monitor

See your pipeline in action and monitor its performance.

View Pipeline Status

  1. Go to Pipelines tab in your network
  2. Find your error-log-filter pipeline
  3. Status shows Running (green)
  4. 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:

  1. ✅ Read log files from /var/log/*.log
  2. ✅ Filtered to keep only ERROR lines
  3. ✅ Output results to stdout
  4. ✅ 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

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?