CVElk allows you to build a local Elastic Stack quickly using docker-compose and import data directly from NVD and EPSS.
CVElk was built and tested on macOS 13.0 and requires the following software:
-
Clone the repository
git clone https://github.com/jgamblin/CVElk
-
Run the installation script.
./CVElk.sh
Once the shell script has finished running you can access the Kibana Dashboard at http://localhost:5601/ to start exploring the data.
There is an example dashboard included in the install:
Instead of running locally you can push to Elastic Cloud
- Scheduled Data Runs
Depending on your internet speed and the amount of data requested, startup can take 10 minutes to more than an hour. By Default:
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Use the issues tab to report any problems or issues.
Distributed under the MIT License. See LICENSE
for more information.
Jerry Gamblin - @jgamblin