Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ELK stack container: Investigate using GraalVM CE #37

Open
SwooshyCueb opened this issue May 8, 2024 · 1 comment
Open

ELK stack container: Investigate using GraalVM CE #37

SwooshyCueb opened this issue May 8, 2024 · 1 comment

Comments

@SwooshyCueb
Copy link
Member

Temurin was chosen as the Java runtime for the elk stack, as Temurin is the successor to AdoptOpenJDK, which tweaked the JVM in ways that were advantageous for our use case. However, with the transition to Eclipse Foundation stewardship, the goals of the project have changed, so Temurin does not actually carry forward these changes to the JVM, and is, in fact, a pretty vanilla distribution of OpenJDK.
Therefore, we may as well be using the distro-provided packages for the Java runtime. I've opened #36 to make this change, but given that performance has become a concern for the audit plugin, it still may be worth using a Java runtime more tailored to our needs. After doing a little bit of research, it appears that GraalVM CE may be the way to go.

@SwooshyCueb
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant