System Requirements
When installing LogScale self-install within your own environment there are system requirements for the deployment. This document covers:
Operating System — Operating systems for bare metal deployment.
Browsers — Web browsers used to interact with and use the LogScale dashboard
Java — Java Virtual machines and variants for running LogScale server
Operating System
LogScale is designed to operate on a Linux-based Operating System, with assumptions made about the environment and capabilities consistent with Linux infrastructure.
The following Linux distributions are known to work:
Debian-based distributions, including Ubuntu
RedHat-based distributions
Browsers
LogScale works within the following browsers:
Google Chrome — the two most recent versions
The following browsers should work but are not officially supported:
Apple Safari — at least the three most recent versions
Mozilla Firefox — at least the three most recent versions
Operation with other browsers is unknown and not officially supported.
Java
LogScale requires Java. Customers deploying LogScale using the Docker containers will receive a bundled JDK and do not need to take account of the Java compatibility.
Customers deploying using other methods will need to use their own JDK. We recommend that you install the latest LTS (Long Term Support) JDK for deployment. For compatibility, we retain support for older JDK versions to allow users time to upgrade. The currently supported JDK releases compared to our LogScale product releases are shown in the table below. Release Notes for each version will also list the minimum supported JDK.
Minimum JDK Version | Supported Version Range | JDK EOL Date |
---|---|---|
11 | 1.0.6 to current | 30 Sep 2023 |
17 | 1.0.6 to current | 30 Sep 2026 |
We will announce the cessation of support for any LTS JDK version 6 months ahead of time on Deprecated Features.
We operate LogScale Cloud using the Azul-provided Zulu JVM version 13. Our Docker container uses this JVM as well.
Other JVMs
The following JVM distributions may work, but have not been tested or validated.
Open J9
We've not yet qualified LogScale on OpenJ9 (vs HotSpot) and so cannot recommend using it as yet.
Azul Zing
We have tried Zing 11 and in our testing thus far the C4 (or GPGC) garbage collector and Falcon C2 JIT work, providing predictable, low pause collections and efficient execution.
Oracle's Graal and SubstrateVM
Is an interesting alternative to the C2 HotSpot JIT in the OpenJDK. It is not yet supported for production use with LogScale. We plan to investigate and support it as it matures.