The Secure60 Collector is a service that ingests data from various log sources and automatically transforms it into the Secure60 Common Information Model (CIM). The collector normalizes and sends this data to your Secure60 Project.
Secure60 Collector supports two configuration approaches. Choose the path that best fits your needs:
Best for: Most users, teams wanting visual management, and those who prefer UI-based configuration.
The recommended approach for most users is to manage collector configuration through the Secure60 Portal. This modern interface provides:
Best for: Advanced users, custom scenarios, and features not yet available in the portal UI.
For advanced features and scenarios not yet available in the portal UI, you can configure collectors using:
.env files).env fileRead the full Collectors guide →
.env file with your Project ID and tokenRead the full Manual Configuration guide →
The Secure60 Collector can be deployed using Docker:
docker run -i --name s60-collector \
-p 80:80 -p 443:443 -p 514:514/udp -p 6514:6514 -p 5044:5044 \
--rm -d --env-file .env secure60/s60-collector:1.09
Or using Docker Compose:
services:
s60-collector:
image: "secure60/s60-collector:1.09"
container_name: "s60-collector"
ports:
- "443:443"
- "80:80"
- "514:514/udp"
- "6514:6514"
- "5044:5044"
env_file:
- .env
restart: 'always'
Note: Generate your .env file through the portal (recommended) or manually configure it for advanced scenarios.
Portal-based configuration workflow (Recommended)
Complete guide to managing collectors through the Secure60 Portal interface, including Collector Groups, Profiles, Log Parsers, and Log Patterns.
Open Collectors Documentation →
Advanced configuration via files and environment variables
Comprehensive reference for advanced configuration options, including environment variables, YAML files, custom transformations, and all features not yet in the portal UI.
Open Manual Configuration Documentation →
We strongly recommend working with our Integrations team for custom advice and onboarding assistance specific to your organization’s needs.
Contact: integrations@secure60.io
Our integrations team can help with: