mnagel
7 years agoProfessor
add key/value store (redis or similar)
It is becoming very clear we cannot rely on parameters in LM to drive scripts, either because some tokens are mysteriously unavailable for use as parameters (discovered only when assuming they should be), or because tokens have limitations on length that preclude using them for data passed to logicmodules. Please consider integrating a distributed key/value store like redis into LM, with data replicated among collectors. This would help with access to configuration data as well as cross-run results within or across datasources. Ideally this would work natively with Groovy and PowerShell.