In addition to our tutorial, we've put together a number of good example configs to get you started.
| Example | Description |
|---|---|
| Weblog | Quientissential log. Example used throughout the tutorial. |
| CSV | Generates CSV Data. Showcases Gogen can be used for use cases aside from time series data. |
| UNIX | This example showcases custom generators. Generates data like running df, ps, etc on a UNIX box the way Splunk's UNIX TA collects data. Variables correlate and make heavy use of the LUA Generators feature. |
| Users | This example also showcases LUA Generators. Simulates a group of users going through a set of actions. Show cases complex interplay that's only possible by writing code. |
If you have relevant examples, send a PR and we'll add them to this list!