It's a javascript web application to help you create your Elastic Fleets with ease.
- index.html - Just the presentation, where I put images, text and gifs, to better explain how Elastic Fleets work
- wizard.js - A series of functions that will handle user inputs, json and script formatting and creation (based on user inputs)
- FileSaver.js - This one helps allowing this web application generating download links
- styles.css - Yeah, CSS. I know you can do amazing things with CSS, but don't expect much in this app. I am just trying to make it functional
- jquery.serializejson.min.js - This plugin is AWESOME. Seriously. If it wasn't it, I would be just using powershell scripts instead of a web application (https://plugins.jquery.com/serializeJSON/)
- Image/gif files - These are there to give you more visual context on what needs to be done.
- Copy the files to your local computer (or publish in a web server)
- Open 'index.html'
- Create your awesome Elastic Fleet
You can check here: https://dtqryi1d1tj5j.cloudfront.net/index.html
- As for now, it only generates CF (and CLI) templates for WINDOWS fleets.
- Linux fleets were put aside for a moment, but I will come back to it soon.