diff --git a/conf.yaml b/conf.yaml index bd716a459b2d6..969ad492a8bd0 100644 --- a/conf.yaml +++ b/conf.yaml @@ -65,16 +65,16 @@ repos: x-pack-kibana: https://github.com/elastic/x-pack-kibana.git x-pack-logstash: https://github.com/elastic/x-pack-logstash.git -contents_title: Elastic Stack and Product Documentation +contents_title: Welcome to Elastic Docs # Each item should take the form: # : & # The keys don't really matter, but by convention the are the same as the variable. variables: - stackcurrent: &stackcurrent 8.1 - stacklive: &stacklive [ master, 8.1, 7.17 ] + stackcurrent: &stackcurrent 8.2 + stacklive: &stacklive [ master, 8.2, 7.17 ] - stacklivemain: &stacklivemain [ main, 8.1, 7.17 ] + stacklivemain: &stacklivemain [ main, 8.2, 7.17 ] cloudSaasCurrent: &cloudSaasCurrent ms-72 @@ -122,7 +122,7 @@ contents: prefix: en/welcome-to-elastic current: *stackcurrent index: welcome-to-elastic/index.asciidoc - branches: [ 8.1 ] + branches: [ 8.2 ] live: *stacklivemain chunk: 1 tags: Elastic/Welcome diff --git a/extra/docs_landing.html b/extra/docs_landing.html index 64bb14e5d8bf7..3b172bb17d755 100644 --- a/extra/docs_landing.html +++ b/extra/docs_landing.html @@ -1 +1,117 @@ -
+
+

View all docs

+

+ Elastic provides flexible search, monitoring, and security solutions based on Elasticsearch. +

+
+ About the Elastic Stack +
+

Elasticsearch is the distributed search and analytics engine + that provides a unified data store for solutions built on the Elastic Stack. + +

Elastic Agent, Beats, and Logstash facilitate collecting, aggregating, and enriching + your data and storing it in Elasticsearch.

+ +

Kibana provides access to the Elastic Observability, Security, and + Enterprise Search solutions, enables you to interactively explore, visualize, and + share insights into your data.

+ +

Together, they form the Elastic Stack and provide + powerful search, analysis, and monitoring capabilities for all types of data.

+ +

You can use the stack to:

+ +
    +
  • Add a search box to an app or website
  • +
  • Store and analyze logs, metrics, and security event data
  • +
  • Use machine learning to automatically model the behavior of your data in real time
  • +
  • Automate business workflows using Elasticsearch as a storage engine
  • +
  • Manage, integrate, and analyze spatial information using Elasticsearch as a geographic information system (GIS)
  • +
  • Store and process genetic data using Elasticsearch as a bioinformatics research tool
  • +
+
+
+ +

Get started

+

New to Elastic? Learn how you can make the most of your data with the Elastic Stack. + Get hands-on with a solution and quickly see data in action, or start from a blank page.

+ + + + + +
+ + + +
+ + + + + + + + + + +

Featured topics

Subscribe

+ + + +
+ +

Need help?

+ + + + + +
+ + + +
+
+ +
diff --git a/shared/versions/stack/8.1.asciidoc b/shared/versions/stack/8.1.asciidoc index b1260432ee358..4d82f5a00631e 100644 --- a/shared/versions/stack/8.1.asciidoc +++ b/shared/versions/stack/8.1.asciidoc @@ -23,7 +23,7 @@ release-state can be: released | prerelease | unreleased ////////// is-current-version can be: true | false ////////// -:is-current-version: true +:is-current-version: false ////////// hide-xpack-tags defaults to "false" (they are shown unless set to "true") diff --git a/shared/versions/stack/8.2.asciidoc b/shared/versions/stack/8.2.asciidoc index ab28cd068963f..954f3ffd08b50 100644 --- a/shared/versions/stack/8.2.asciidoc +++ b/shared/versions/stack/8.2.asciidoc @@ -18,12 +18,12 @@ bare_version never includes -alpha or -beta ////////// release-state can be: released | prerelease | unreleased ////////// -:release-state: unreleased +:release-state: released ////////// is-current-version can be: true | false ////////// -:is-current-version: false +:is-current-version: true ////////// hide-xpack-tags defaults to "false" (they are shown unless set to "true") diff --git a/shared/versions/stack/current.asciidoc b/shared/versions/stack/current.asciidoc index e306f897abf29..b720d08853036 100644 --- a/shared/versions/stack/current.asciidoc +++ b/shared/versions/stack/current.asciidoc @@ -1 +1 @@ -include::8.1.asciidoc[] +include::8.2.asciidoc[]