opennms-forge / stack-play

🎢 Just the fun parts! - Some docker-compose container stacks for local labs or playgrounds
GNU General Public License v3.0
6 stars 6 forks source link

Update minimal flow stack #20

Closed indigo423 closed 1 year ago

indigo423 commented 1 year ago

Use the latest stable release tag as the default floating tag instead bleeding. The ElasticSearch version is updated from 7.6.2 to 7.17.5 including the drift plugin. The Helm plugin is updated from 8.0.0 to 8.0.4. To make it easier for the user, I've created a provisioning file for Grafana to populate the data sources in Grafana accordingly. The default admin password is changed from mypass to admin to make it consistent with the Horizon default login in the Web UI.

agalue commented 1 year ago

Maybe the following helps as a reference: https://github.com/agalue/onms-flows-overview

That deploys a complete end-to-end test with flows using Minions and Sentinels, and it describes how to use pmacctd to send flows for testing purposes.

indigo423 commented 1 year ago

Maybe the following helps as a reference: https://github.com/agalue/onms-flows-overview

That deploys a complete end-to-end test with flows using Minions and Sentinels, and it describes how to use pmacctd to send flows for testing purposes.

I think this is exactly the missing piece to build a full-stack example. Thanks for pointing this out.