❯ Rsyslog Docker

❯ lanakod-networking

Built with the tools and technologies:

Kibana Docker


## Table of Contents - [ Overview](#-overview) - [ Features](#-features) - [ Project Structure](#-project-structure) - [ Project Index](#-project-index) - [ Getting Started](#-getting-started) - [ Prerequisites](#-prerequisites) - [ Installation](#-installation) - [ Usage](#-usage) - [ Testing](#-testing) - [ Project Roadmap](#-project-roadmap) - [ Contributing](#-contributing) - [ License](#-license) - [ Acknowledgments](#-acknowledgments) --- ## Overview ❯ TODO --- ## Features ❯ TODO --- ## Project Structure ```sh └── / ├── 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: ```sh ❯ git clone https://github.com/Lanakod-Networks/rsyslog_docker.git ``` 2. Navigate to the project directory: ```sh ❯ cd rsyslog_docker ``` 3. Install the project dependencies: **Using `docker`**   [](https://www.docker.com/) ```sh ❯ docker compose build ``` ### Usage Run using the following command: **Using `docker`**   [](https://www.docker.com/) ```sh ❯ docker compose up -d ``` ### Testing Run the test suite using the following command: echo 'INSERT-TEST-COMMAND-HERE' --- ## Project Roadmap - [X] **`Task 1`**: Implement feature one. - [ ] **`Task 2`**: Implement feature two. - [ ] **`Task 3`**: Implement feature three. ---