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 workspace
  2. Find your error-log-filter pipeline
  3. Status shows Running (green)
  4. 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:

  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
  • ✅ 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?