You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The -server flag was previously filtered by the Windows service
installation routine. Since the default jvm.options file no longer
includes this flag, this filtering was removed from the Windows
service. As this flag is not compatible with the Windows service, this
means that if a user has an existing jvm.options file that includes this
flag they will run into problems when they try to start the
Elasticsearch service on Windows. This commit adds a note to the
migration docs regarding this change.
0 commit comments