You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log collection service for IBM AS/400 (iSeries) systems that integrates with the UTMStack platform for security analysis and event correlation.
4
+
5
+
## General Description
6
+
7
+
UTMStack AS400 Collector is a service written in Go that acts as a bridge between IBM AS/400 systems and the UTMStack platform. The service is installed on an intermediate server, connects to multiple remotely configured AS/400 systems, collects security logs, and transmits them in real-time to the UTMStack server for analysis.
8
+
9
+
### Key Features
10
+
11
+
-**Multi-Server Collection**: Support for multiple AS/400 systems simultaneously
12
+
-**Remote Configuration**: Management of AS/400 servers from the UTMStack panel via gRPC streaming
13
+
-**Local Persistence**: Temporary log storage in SQLite to ensure delivery in case of network failures
14
+
-**Auto-Updates**: Automatic update service included
15
+
-**Automatic Reconnection**: Robust handling of disconnections with automatic retries
16
+
-**Configurable Retention**: Control of local database size by retention in megabytes
17
+
-**Security**: AES encryption for credentials and TLS communication with the server
18
+
19
+
## Requirements
20
+
21
+
-**Operating System**: Linux (recommended)
22
+
-**Connectivity**: Network access to:
23
+
- UTMStack server (ports 9000, 9001, 50051)
24
+
- AS/400 systems to monitor
25
+
-**Java**: Installed automatically during installation
26
+
-**Privileges**: Administrator/root permissions to install the service
0 commit comments