Engine
The 10x Engine executes apps that deploy alongside existing log pipelines. All processing runs inside your network. No log data is sent externally.
The engine operates in two phases: the AOT compiler builds symbol vocabulary from repos and container images; the JIT stream processor uses those symbols to recognize and optimize input events at runtime.
graph LR
Forwarders["Log Forwarders"] -->|IPC| Edge["10x Edge Apps"]
Edge --> Analyzers["Analyzers & Storage"]
Analyzers -->|REST API| Cloud["10x Cloud Apps"]
Edge -.->|Metrics| Console["TSDB & Dashboards"]
Cloud -.->|Metrics| Console
classDef forwarders fill:#9333ea88,stroke:#7c3aed,color:#ffffff,stroke-width:2px,rx:8,ry:8
classDef edge fill:#2563eb88,stroke:#1d4ed8,color:#ffffff,stroke-width:2px,rx:8,ry:8
classDef analyzers fill:#ea580c88,stroke:#c2410c,color:#ffffff,stroke-width:2px,rx:8,ry:8
classDef cloud fill:#059669,stroke:#047857,color:#ffffff,stroke-width:2px,rx:8,ry:8
classDef console fill:#16a34a88,stroke:#15803d,color:#ffffff,stroke-width:2px,rx:8,ry:8
class Forwarders forwarders
class Edge edge
class Analyzers analyzers
class Cloud cloud
class Console console
Components
-
Design
JIT/AOT optimization model for structured event processing.
-
Flavors
Deployment variants built for different environments (edge, cloud, dev).
-
Pipelines
Processing workflows for compile and runtime operations.
-
Modules
Configurable components that define pipeline behavior, inputs, and outputs.
-
Launchers
Runtime frameworks for executing 10x Engine in various deployment contexts.
-
GitOps
Version-controlled configuration management.