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
* 6.x:
Watcher: Make settings reloadable (#31746)
[Rollup] Histo group config should support scaled_floats (#32048)
lazy snapshot repository initialization (#31606)
Add secure setting for watcher email password (#31620)
Watcher: cleanup ensureWatchExists use (#31926)
Add second level of field collapsing (#31808)
Added lenient flag for synonym token filter (#31484) (#31970)
Test: Fix a second case of bad watch creation
[Rollup] Use composite's missing_bucket (#31402)
Docs: Restyled cloud link in getting started
Docs: Change formatting of Cloud options
Re-instate link in StringFunctionUtils javadocs
Correct spelling of AnalysisPlugin#requriesAnalysisSettings (#32025)
Fix problematic chars in javadoc
[ML] Move open job failure explanation out of root cause (#31925)
[ML] Switch ML native QA tests to use a 3 node cluster (#32011)
Copy file name to clipboardExpand all lines: docs/reference/getting-started.asciidoc
+3
Original file line number
Diff line number
Diff line change
@@ -104,10 +104,13 @@ With that out of the way, let's get started with the fun part...
104
104
105
105
== Installation
106
106
107
+
[TIP]
108
+
==============
107
109
You can skip installation completely by using our hosted
108
110
Elasticsearch Service on https://www.elastic.co/cloud[Elastic Cloud], which is
109
111
available on AWS and GCP. You can
110
112
https://www.elastic.co/cloud/elasticsearch-service/signup[try out the hosted service] for free.
113
+
==============
111
114
112
115
Elasticsearch requires at least Java 8. Specifically as of this writing, it is recommended that you use the Oracle JDK version {jdk}. Java installation varies from platform to platform so we won't go into those details here. Oracle's recommended installation documentation can be found on http://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html[Oracle's website]. Suffice to say, before you install Elasticsearch, please check your Java version first by running (and then install/upgrade accordingly if needed):
0 commit comments