rsyslog_docker/README.md
2024-12-05 23:19:01 +03:00

4.7 KiB
Raw Blame History

Rsyslog Docker

lanakod-networking

Built with the tools and technologies:

Kibana Docker


Table of Contents


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:

  1. Clone the repository:
 git clone https://github.com/Lanakod-Networks/rsyslog_docker.git
  1. Navigate to the project directory:
 cd rsyslog_docker
  1. Install the project dependencies:

Using docker  

 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.