Anchor | ||||
---|---|---|---|---|
|
Tip |
---|
Enable Additional Features in Platform Engine Module for advanced functionality |
Expand |
Steps To Run PlatformEngine
Enable the necessary flags in PlatformEngine to enable some of the advanced features.
Set flag as true in "server-config.json" to run respective Engines -("AuditEngine" or "PlatfromWebhookEngine")
Get the latest PlatformEngine jar - https://github.com/CognizantOneDevOps/Insights/releases
Run the engine jar by using following command or set it up as service in your operating system:
java -jar PlatformEngine.jar
Back to Top