Skip to content

jtklinger/sumologic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sumo Logic Integration

This repository contains various Sumo Logic integrations and deployment tools.

📁 Repository Structure

├── README.md                      # This file
└── k3s-collector/                 # Sumo Logic collector for K3s clusters
    ├── README.md                  # K3s collector documentation
    ├── CLAUDE.md                  # Claude Code guidance
    ├── DEPLOYMENT-GUIDE.md        # Complete deployment guide
    ├── PORT-ASSIGNMENTS.md        # Port allocation strategy
    ├── generate-collector.sh      # Automated configuration generator
    ├── sumo-ubiquiti-namespace.yaml   # Namespace and credentials
    ├── sumo-ubiquiti-sources.yaml     # Source configuration
    └── sumo-ubiquiti-daemonset.yaml   # DaemonSet and Service

🚀 Available Integrations

Deploy Sumo Logic collectors as syslog receivers on K3s clusters.

Features:

  • Individual collectors for different services
  • Port management and allocation strategy
  • Automated configuration generation
  • Scalable deployment for multiple syslog sources
  • Secure credential management

Quick Start:

cd k3s-collector
./generate-collector.sh ubiquiti your-node.example.com 514 ubiquiti.example.com

🔒 Security Notes

  • All sensitive information has been replaced with placeholders
  • Update placeholders before deployment
  • Use Kubernetes secrets for credential storage
  • Follow security best practices for production deployments

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. Submit a pull request

📝 License

This project is provided as-is for educational and operational purposes.


Generated with Claude Code

About

Sumo Logic collector deployment for K3s cluster with syslog reception

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages