Briefly, this error occurs when Elasticsearch is running in a valid license mode. However, this is not an error but a status message indicating that the Elasticsearch instance is operating under a valid license. If you’re seeing this message frequently and it’s causing confusion, you can adjust your logging settings to reduce the verbosity. Alternatively, if you suspect that your license shouldn’t be valid, you should check your license details and status using the appropriate Elasticsearch APIs.
This guide will help you check for common problems that cause the log ” license [{}] mode [{}] – valid ” to appear. To understand the issues related to this log, read the explanation below about the following Elasticsearch concepts: plugin, license.
Log Context
Log “license [{}] mode [{}] – valid” classname is ClusterStateLicenseService.java.
We extracted the following from Elasticsearch source code for those seeking an in-depth context :
now ) ) ); } logger.info("license [{}] mode [{}] - valid"; license.uid(); license.operationMode().name().toLowerCase(Locale.ROOT)); } updateXPackLicenseState(license); } }
[ratemypost]