Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakharb/openwec
Open source Windows Event Collector
https://github.com/zakharb/openwec
collecctor docker docker-compose event-collector fastapi log-collector mongodb wec windows-logs
Last synced: about 21 hours ago
JSON representation
Open source Windows Event Collector
- Host: GitHub
- URL: https://github.com/zakharb/openwec
- Owner: zakharb
- License: gpl-3.0
- Created: 2022-05-26T05:01:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T03:27:02.000Z (5 months ago)
- Last Synced: 2024-06-15T04:29:23.896Z (5 months ago)
- Topics: collecctor, docker, docker-compose, event-collector, fastapi, log-collector, mongodb, wec, windows-logs
- Language: Python
- Homepage:
- Size: 1 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## :red_square: Getting Started
[OpenWEC](https://github.com/zakharb/openwec) allows you to collect logs from Windows machines to Linux Server using native [Windows Event Forwarding and Event Collector](https://learn.microsoft.com/en-us/windows/win32/wec/windows-event-collector). This makes it easy to collect logs over HTTP, providing flexibility and higher performance than other alternatives.### Requirements
![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge&logo=fastapi)
![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white)
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)
![Nginx](https://img.shields.io/badge/nginx-%23009639.svg?style=for-the-badge&logo=nginx&logoColor=white)### Installing
Clone the project
```
git clone [email protected]:zakharb/openwec.git
cd openwec
```Start docker-compose
```
docker-compose up -d
```
## :red_square: Usage
## :red_square: Configuration
### Examples
## :red_square: Deployment
Edit `Dockerfile` for each Microservice and deploy container
## :red_square: Versioning
Using [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/zakharb/openwec/tags).
## :red_square: Authors
* **Zakhar Bengart** - *Initial work* - [Ze](https://github.com/zakharb)
See also the list of [contributors](https://github.com/zakharb/openwec/contributors) who participated in this project.
## :red_square: License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation - see the [LICENSE](LICENSE) file for details