mirror of
https://github.com/Lanakod-Networks/rsyslog_docker.git
synced 2025-07-04 05:16:40 +03:00
4.7 KiB
4.7 KiB
❯ Rsyslog Docker
❯ lanakod-networking
Built with the tools and technologies:
Table of Contents
- Overview
- Features
- Project Structure
- Getting Started
- Project Roadmap
- Contributing
- License
- Acknowledgments
Overview
❯ TODO
Features
❯ TODO
Project Structure
└── /
├── docker-compose.yml
├── logs
├── logstash
│ └── pipeline
├── README.md
├── rsyslog
│ ├── conf
│ ├── Dockerfile
│ └── rsyslog.d
└── rsyslog_kafka_elk.iml
Project Index
/
__root__
docker-compose.yml ❯ docker-compose file
logstash
pipeline
logstash.conf ❯ Logstash config file
rsyslog
Dockerfile ❯ Rsyslog Dockerfile
conf
rsyslog.conf ❯ rsyslog configuration file
rsyslog.d
01-json-template.conf ❯ REPLACE-ME
50-default.conf ❯ REPLACE-ME
60-output.conf ❯ REPLACE-ME
Getting Started
Prerequisites
Before getting started with , ensure your runtime environment meets the following requirements:
- Programming Language: Error detecting primary_language: {'yml': 1, 'conf': 5}
- Container Runtime: Docker
Installation
Install using one of the following methods:
Build from source:
- Clone the repository:
❯ git clone https://github.com/Lanakod-Networks/rsyslog_docker.git
- Navigate to the project directory:
❯ cd rsyslog_docker
- Install the project dependencies:
❯ docker compose build
Usage
Run using the following command:
Using docker
❯ docker compose up -d
Testing
Run the test suite using the following command: echo 'INSERT-TEST-COMMAND-HERE'
Project Roadmap
Task 1
:Implement feature one.Task 2
: Implement feature two.Task 3
: Implement feature three.