Nine core monitoring and operations modules that replace manual middleware console work with a single, always-on dashboard.
Metric collection scripts connect to your servers on a configurable schedule — set the polling interval to match your environment's size and load — and collect metrics for every server node in the cluster.
The dashboard surfaces RAM usage, heap pressure, stuck thread counts, active requests, and node lifecycle states — without any agent installation.
| Node | Status | RAM | Heap | Stuck |
|---|---|---|---|---|
| SOAServer1 | Running | 68% | 3.2 GB | 0 |
| SOAServer2 | Running | 71% | 3.8 GB | 0 |
| OSBServer1 | Warning | 84% | 4.1 GB | 2 |
| AdminServer | Running | 38% | 1.4 GB | 0 |
Define alert types and thresholds for your environment. Pulse fires notifications via JMS queue so they reach your operations team through existing notification channels.
The log analysis scheduler runs overnight. Qiyara AI surfaces patterns automatically — no grep required.
Access logs, diagnostic logs, and integration logs are ingested by the ESS scheduler into PULSE_LOG_ANALYSIS_DATA for reporting and pattern detection.
Natural language interface over Pulse metadata. Powered by LangChain4j. Ask "which composites had faults today?" or "is my cert about to expire?"
LangChain4j · LLMAI analytics identifies recurring faults, slow query patterns, and anomalies across integration logs — then surfaces them with suggested remediation hints.
The scheduler scans all configured trust store paths across every environment. It records each certificate's alias, subject DN, validity window, and days remaining.
Certificates expiring in under 15 days surface as a KPI badge on the main dashboard. The full tracker shows every cert across every system with search and pagination.
| System | Certificate | Expires | Days left |
|---|---|---|---|
| PROD-SOA | prod-root-ca | 14 Aug 2026 | 111 |
| PROD-OSB | osb-server-cert | 29 Jun 2026 | 65 |
| UAT-SOA | uat-root-ca | 6 May 2026 | 11 |
| SIT | sit-dev-cert | 12 May 2026 | 17 |
Centralised security controls across every route and API action.
Synchronizer token validation for all mutating requests. GET /logout requires a POST-back with token in SIT/UAT/PROD.
HSTS, CSP, and TLS-only traffic via TlsEnforcementFilter + SecurityHeadersFilter. CIDR-aware forwarded header trust.
Path-to-menu authorization via PulseMenuPathAuthorization and MenuAuthorizationFilter.
Bounded LRU rate limiter with TTL eviction. Stricter cap on POST /login to prevent credential stuffing.
See all modules, the deployment architecture, and the full technology stack.