This project is aimed at people looking to get started with Logstash. It provides a web-based UI to create Logstash config files. Created config files can be downloaded and used with Logstash.
In the future, the UI will also allow users to test their config files online.
- Bower, for dependency management
-
Open a Terminal window
-
Clone this repo
git clone .../logstash-config-maker.git cd logstash-config-maker
-
Install dependencies
bower install
-
Load up the UI in your browser
open index.html