Stellar Command Insights (SCI) is a real-time monitoring, visualization, and alerting system designed to help Stellar developers, system administrators, and blockchain enthusiasts gain deep insights into Stellar CLI and RPC command executions.
Built on the powerful ELK Stack (Elasticsearch, Logstash, Kibana), SCI provides a user-friendly platform to capture, analyze, and visualize command dataβbringing transparency, observability, and operational intelligence to Stellar-based development.
-
βοΈ Real-Time CLI & RPC Monitoring
Capture and analyze bothsorobanCLI and Stellar RPC command outputs as they happen. -
π Interactive Dashboards
Visualize command activity, transaction execution, and errors with Kibana dashboards. -
π Real-Time Alerts via Telegram & Slack
Receive immediate notifications for command failures, anomalies, or custom conditions. -
π Historical Log Tracking
Store and search past command executions to streamline debugging and performance reviews. -
π§ Extensible & Open Source
Easily configurable and extendable for your custom Stellar workflow and infrastructure.
SCI is composed of the following components:
- CLI & RPC Logger β Captures
sorobanCLI and RPC command executions and logs them tostellar.log. - Filebeat β Monitors the log file and forwards new entries to Logstash.
- Logstash β Parses and structures the logs before sending them to Elasticsearch.
- Elasticsearch β Indexes and stores log data for querying and analysis.
- Kibana β Provides a visual interface for dashboards, filtering, and reporting.
- Alerting System β Sends configurable alerts through Telegram or Slack.
You can install Soroban-ELK by downloading the appropriate installer script from the latest release.
Go to the release page and download the installation script that matches your system:
curl -LO https://github.com/bytemaster333/Soroban-ELK/releases/download/release-v1.0/MACOS_install.sh
chmod +x MACOS_install.sh
./MACOS_install.shcurl -LO https://github.com/bytemaster333/Soroban-ELK/releases/download/release-v1.0/UBUNTU_install.sh
chmod +x UBUNTU_install.sh
./UBUNTU_install.shπ₯ Track SCI download stats here:
https://tooomm.github.io/github-release-stats/?username=bytemaster333&repository=Soroban-ELK
- π¬ Discuss the project on Stellar Discord
- π« Reach out via GitHub Issues or email:
salih@sci.dev(example)
This project is licensed under the MIT License β see the LICENSE file for details.
Created with β€οΈ for the Stellar Developer Community