Skip to content

Commit ddec979

Browse files
lcawlgtbackkilfoyle
authored
Bump current version to 8.2 (#2421)
Co-authored-by: Greg Back <[email protected]> Co-authored-by: David Kilfoyle <[email protected]>
1 parent acdb0e4 commit ddec979

File tree

5 files changed

+126
-10
lines changed

5 files changed

+126
-10
lines changed

conf.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ repos:
6565
x-pack-kibana: https://github.com/elastic/x-pack-kibana.git
6666
x-pack-logstash: https://github.com/elastic/x-pack-logstash.git
6767

68-
contents_title: Elastic Stack and Product Documentation
68+
contents_title: Welcome to Elastic Docs
6969

7070
# Each item should take the form:
7171
# <key>: &<variable> <value>
7272
# The keys don't really matter, but by convention the are the same as the variable.
7373
variables:
74-
stackcurrent: &stackcurrent 8.1
75-
stacklive: &stacklive [ master, 8.1, 7.17 ]
74+
stackcurrent: &stackcurrent 8.2
75+
stacklive: &stacklive [ master, 8.2, 7.17 ]
7676

77-
stacklivemain: &stacklivemain [ main, 8.1, 7.17 ]
77+
stacklivemain: &stacklivemain [ main, 8.2, 7.17 ]
7878

7979
cloudSaasCurrent: &cloudSaasCurrent ms-72
8080

@@ -122,7 +122,7 @@ contents:
122122
prefix: en/welcome-to-elastic
123123
current: *stackcurrent
124124
index: welcome-to-elastic/index.asciidoc
125-
branches: [ 8.1 ]
125+
branches: [ 8.2 ]
126126
live: *stacklivemain
127127
chunk: 1
128128
tags: Elastic/Welcome

extra/docs_landing.html

Lines changed: 117 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,117 @@
1-
<div style="visibility: hidden;"></div>
1+
<div class="legalnotice">
2+
<p style="font-size:small"><a href="#viewall">View all docs</a></p>
3+
<p>
4+
Elastic provides flexible search, monitoring, and security solutions based on Elasticsearch.
5+
</p>
6+
<details>
7+
<summary class="title">About the Elastic Stack</summary>
8+
<div class="content">
9+
<p><strong>Elasticsearch</strong> is the distributed search and analytics engine
10+
that provides a unified data store for solutions built on the Elastic Stack.
11+
12+
<p><strong>Elastic Agent, Beats, and Logstash</strong> facilitate collecting, aggregating, and enriching
13+
your data and storing it in Elasticsearch. </p>
14+
15+
<p><strong>Kibana</strong> provides access to the Elastic Observability, Security, and
16+
Enterprise Search solutions, enables you to interactively explore, visualize, and
17+
share insights into your data. </p>
18+
19+
<p>Together, they form the <strong>Elastic Stack</strong> and provide
20+
powerful search, analysis, and monitoring capabilities for all types of data.</p>
21+
22+
<p>You can use the stack to:</p>
23+
24+
<ul>
25+
<li>Add a search box to an app or website</li>
26+
<li>Store and analyze logs, metrics, and security event data</li>
27+
<li>Use machine learning to automatically model the behavior of your data in real time</li>
28+
<li>Automate business workflows using Elasticsearch as a storage engine</li>
29+
<li>Manage, integrate, and analyze spatial information using Elasticsearch as a geographic information system (GIS)</li>
30+
<li>Store and process genetic data using Elasticsearch as a bioinformatics research tool</li>
31+
</ul>
32+
</div>
33+
</details>
34+
35+
<h2>Get started</h2>
36+
<p>New to Elastic? Learn how you can make the most of your data with the Elastic Stack.
37+
Get hands-on with a solution and quickly see data in action, or start from a blank page. </p>
38+
<table style="width: 100%">
39+
<tr>
40+
<td style="width: 50%">
41+
<div class="itemizedlist">
42+
<ul class="itemizedlist" type="disc">
43+
<li class="listitem"><a href="en/welcome-to-elastic/current/getting-started-observability.html">Monitor applications and systems with Elastic Observability</a></li>
44+
<li class="listitem"><a href="en/welcome-to-elastic/current/getting-started-siem-security.html">Use Elastic Security for SIEM</a></li>
45+
<li class="listitem"><a href="en/welcome-to-elastic/current/getting-started-endpoint-security.html">Protect hosts with endpoint threat intelligence from Elastic Security</a></li>
46+
</ul>
47+
</div>
48+
</td>
49+
<td style="width: 50%">
50+
<div class="itemizedlist">
51+
<ul class="itemizedlist" type="disc">
52+
<li class="listitem"><a href="en/welcome-to-elastic/current/getting-started-appsearch.html">Build a custom search engine experience with Elastic Enterprise Search</a></li>
53+
<li class="listitem"><a href="en/welcome-to-elastic/current/getting-started-general-purpose.html">Deploy your own platform to store, search, and visualize any data</a></li>
54+
</ul>
55+
</div>
56+
</td>
57+
</tr>
58+
</table>
59+
60+
<table style="width: 100%">
61+
<tr>
62+
<th style="width: 50%"><h3>Featured topics</h3></th>
63+
<th style="width: 50%"><h3>Subscribe</h3></th>
64+
</tr>
65+
<tr>
66+
<td style="width: 50%">
67+
<div class="itemizedlist">
68+
<ul class="itemizedlist" type="disc">
69+
<li class="listitem"><a href="en/cloud/current/ec-migrating-data.html">Migrate to Elastic Cloud</a></li>
70+
<li class="listitem"><a href="en/kibana/current/connect-to-elasticsearch.html">Add data to the Elastic Stack</a></li>
71+
<li class="listitem"><a href="en/cloud/current/ec-planning.html">Plan for production</a></li>
72+
<li class="listitem"><a href="en/cloud/current/ec-monitoring.html">Keep your deployment healthy</a></li>
73+
<li class="listitem"><a href="en/elasticsearch/reference/current/example-using-index-lifecycle-policy.html">Manage data retention</a></li>
74+
<li class="listitem"><a href="en/kibana/current/dashboard.html">Visualize data with dashboards</a></li>
75+
</ul>
76+
</div>
77+
</td>
78+
<td style="width: 50%">
79+
<div class="itemizedlist">
80+
<ul class="itemizedlist" type="disc">
81+
<li class="listitem"><a href="en/cloud/current/ec-billing-models.html">Elastic Cloud</a></li>
82+
<li class="listitem"><a href="https://aws.amazon.com/marketplace/pp/prodview-voru33wi6xs7k">AWS Marketplace</a></li>
83+
<li class="listitem"><a href="https://azuremarketplace.microsoft.com/en-us/marketplace/apps/elastic.ec-azure-pp">Azure Marketplace</a></li>
84+
<li class="listitem"><a href="https://console.cloud.google.com/marketplace/product/endpoints/elasticsearch-service.gcpmarketplace.elastic.co">GCP Marketplace</a></li>
85+
<li class="listitem"><a href="https://cloud.elastic.co/pricing">Review pricing using our calculator</a></li>
86+
</ul>
87+
</div>
88+
</td>
89+
</tr>
90+
</table>
91+
92+
<h3>Need help?</h3>
93+
<table width="100%">
94+
<tr>
95+
<td style="width: 50%">
96+
<div class="itemizedlist">
97+
<ul class="itemizedlist" type="disc">
98+
<li class="listitem"><a href="en/welcome-to-elastic/current/get-support-help.html">How to get support</a></li>
99+
<li class="listitem"><a href="https://discuss.elastic.co/">Forums</a></li>
100+
<li class="listitem"><a href="https://www.elastic.co/training/">Training</a></li>
101+
</ul>
102+
</div>
103+
</td>
104+
<td style="width: 50%">
105+
<div class="itemizedlist">
106+
<ul class="itemizedlist" type="disc">
107+
<li class="listitem"><a href="https://www.elastic.co/events/?tab=1&solution=null&event=Meetup&region=null&language=English&industry=null">Meetups and virtual events</a></li>
108+
<li class="listitem"><a href="https://www.elastic.co/videos/">Webinars</a></li>
109+
<li class="listitem"><a href="https://ela.st/slack">Community Slack</a></li>
110+
</ul>
111+
</div>
112+
</td>
113+
</tr>
114+
</table>
115+
</div>
116+
117+
<hr id="viewall"/>

shared/versions/stack/8.1.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ release-state can be: released | prerelease | unreleased
2323
//////////
2424
is-current-version can be: true | false
2525
//////////
26-
:is-current-version: true
26+
:is-current-version: false
2727

2828
//////////
2929
hide-xpack-tags defaults to "false" (they are shown unless set to "true")

shared/versions/stack/8.2.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ bare_version never includes -alpha or -beta
1818
//////////
1919
release-state can be: released | prerelease | unreleased
2020
//////////
21-
:release-state: unreleased
21+
:release-state: released
2222

2323
//////////
2424
is-current-version can be: true | false
2525
//////////
26-
:is-current-version: false
26+
:is-current-version: true
2727

2828
//////////
2929
hide-xpack-tags defaults to "false" (they are shown unless set to "true")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include::8.1.asciidoc[]
1+
include::8.2.asciidoc[]

0 commit comments

Comments
 (0)