Skip to content

Commit a846182

Browse files
[DOCS] Updated landing page (#91361) (#91657)
* [DOCS] New landing page * Add links for alerting, painless, and plugins * Change 'Get started with Elastic Cloud' into 'Get started' Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
1 parent eb16aac commit a846182

File tree

2 files changed

+233
-20
lines changed

2 files changed

+233
-20
lines changed
Lines changed: 233 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,233 @@
1+
<style>
2+
* {
3+
box-sizing: border-box;
4+
}
5+
6+
.card {
7+
cursor: pointer;
8+
padding: 16px;
9+
text-align: left;
10+
color: #000;
11+
}
12+
13+
.card:hover {
14+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
15+
padding: 16px;
16+
text-align: left;
17+
}
18+
19+
#guide a.no-text-decoration:hover {
20+
text-decoration: none!important;
21+
}
22+
23+
.icon {
24+
width: 24px;
25+
height: 24px;
26+
background-position: bottom;
27+
background-size: contain;
28+
background-repeat: no-repeat;
29+
}
30+
31+
.ul-col-1 {
32+
columns: 1;
33+
-webkit-columns: 1;
34+
-moz-columns: 1;
35+
}
36+
37+
@media (min-width:769px) {
38+
.ul-col-md-2 {
39+
columns: 2;
40+
-webkit-columns: 2;
41+
-moz-columns: 2;
42+
}
43+
}
44+
</style>
45+
46+
<div class="legalnotice"></div>
47+
48+
<div class="row my-4">
49+
<div class="col-md-6 col-12">
50+
<p></p>
51+
<h2>Search and analyze your data</h2>
52+
<p>
53+
Elasticsearch is the search and analytics engine that powers the Elastic Stack.
54+
</p>
55+
<p>
56+
<a href="https://www.elastic.co/guide/en/welcome-to-elastic/current/getting-started-guides.html">
57+
<button class="btn btn-primary">Get started</button>
58+
</a>
59+
</p>
60+
<p>
61+
<a class="inline-block mr-3" href="elasticsearch-intro.html">Introduction</a>
62+
<a class="inline-block mr-3" href="release-highlights.html">What's new</a>
63+
<a class="inline-block mr-3" href="es-release-notes.html">Release notes</a>
64+
</p>
65+
</div>
66+
<div class="col-md-6 col-12">
67+
<img class="w-100" src="https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltb8eb1c8cf2e7309e/636925fb7457f32a10457f6d/elasticsearch.png" />
68+
</div>
69+
</div>
70+
71+
<h3>Explore by use case</h3>
72+
73+
<div class="row my-4">
74+
<div class="col-md-4 col-12 mb-2">
75+
<a class="no-text-decoration" href="https://www.elastic.co/guide/en/enterprise-search/current/start.html">
76+
<div class="card h-100">
77+
<h4 class="mt-3">
78+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt11200907c1c033aa/634d9da119d8652169cf9b2b/enterprise-search-logo-color-32px.png');"></span>
79+
Search my data
80+
</h4>
81+
<p>Create search experiences for your content, wherever it lives.</p>
82+
</div>
83+
</a>
84+
</div>
85+
<div class="col-md-4 col-12 mb-2">
86+
<a class="no-text-decoration" href="https://www.elastic.co/guide/en/welcome-to-elastic/current/getting-started-observability.html">
87+
<div class="card h-100">
88+
<h4 class="mt-3">
89+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltaa08b370a00bbecc/634d9da14e565f1cdce27f7c/observability-logo-color-32px.png');"></span>
90+
Observe my data
91+
</h4>
92+
<p>Follow our guides to monitor logs, metrics, and traces.</p>
93+
</div>
94+
</a>
95+
</div>
96+
<div class="col-md-4 col-12 mb-2">
97+
<a class="no-text-decoration" href="https://www.elastic.co/guide/en/security/current/es-overview.html">
98+
<div class="card h-100">
99+
<h4 class="mt-3">
100+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt5e0e0ad9a13e6b8c/634d9da18473831f96bbdf1e/security-logo-color-32px.png');"></span>
101+
Protect my environment
102+
</h4>
103+
<p>Learn how to defend against threats across your environment.</p>
104+
</div>
105+
</a>
106+
</div>
107+
</div>
108+
109+
<h3>Get to know Elasticsearch</h3>
110+
111+
<div class="my-5">
112+
<div class="d-flex align-items-center mb-3">
113+
<h4 class="mt-3">
114+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt92d73ce4826bb90b/636925a6732dbf6cf9ec6aa0/64x64_Color_icon-management-64-color.png');"></span>
115+
Install, manage, and secure
116+
</h4>
117+
</div>
118+
<ul class="ul-col-md-2 ul-col-1">
119+
<li>
120+
<a href="setup.html">Set up Elasticsearch</a>
121+
</li>
122+
<li>
123+
<a href="secure-cluster.html">Secure the Elastic Stack</a>
124+
</li>
125+
<li>
126+
<a href="setup-upgrade.html">Upgrade Elasticsearch</a>
127+
</li>
128+
<li>
129+
<a href="high-availability.html">Set up a cluster for high availability</a>
130+
</li>
131+
<li>
132+
<a href="monitor-elasticsearch-cluster.html">Monitor a cluster</a>
133+
</li>
134+
<li>
135+
<a href="troubleshooting.html">Troubleshooting</a>
136+
</li>
137+
</ul>
138+
</div>
139+
140+
<div class="my-5">
141+
<div class="d-flex align-items-center mb-3">
142+
<h4 class="mt-3">
143+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt02e9f0adebbc1a3a/636925a5dfcded441e8a592a/64x64_Color_icon-add-data-64-color.png');"></span>
144+
Ingest data
145+
</h4>
146+
</div>
147+
<ul class="ul-col-md-2 ul-col-1">
148+
<li>
149+
<a href="https://www.elastic.co/guide/en/cloud/current/ec-cloud-ingest-data.html">Adding data to Elasticsearch</a>
150+
</li>
151+
<li>
152+
<a href="data-streams.html">Data streams</a>
153+
</li>
154+
<li>
155+
<a href="ingest.html">Ingest pipelines</a>
156+
</li>
157+
<li>
158+
<a href="mapping.html">Mapping</a>
159+
</li>
160+
</ul>
161+
</div>
162+
163+
<div class="my-5">
164+
<div class="d-flex align-items-center mb-3">
165+
<h4 class="mt-3">
166+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt840cd6d6cd00411b/636925a530ae7a6f07ce6bdf/64x64_Color_icon-search-ui-64-color.png');"></span>
167+
Search and analyze
168+
</h4>
169+
</div>
170+
<ul class="ul-col-md-2 ul-col-1">
171+
<li>
172+
<a href="search-your-data.html">Search your data</a>
173+
</li>
174+
<li>
175+
Query data with <a href="query-dsl.html">the Query DSL</a>, <a href="eql.html">EQL</a>, or <a href="xpack-sql.html">SQL</a>
176+
</li>
177+
<li>
178+
<a href="search-aggregations.html">Aggregations</a>
179+
</li>
180+
<li>
181+
<a href="https://www.elastic.co/guide/en/machine-learning/current/index.html">Machine Learning</a>
182+
</li>
183+
<li>
184+
<a href="xpack-alerting.html">Alerting</a>
185+
</li>
186+
</ul>
187+
</div>
188+
189+
<div class="my-5">
190+
<div class="d-flex align-items-center mb-3">
191+
<h4 class="mt-3">
192+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt7ebe7a4ac94bde82/636925a5ee6a787e4fee4edb/64x64_Color_icon-documents-64-color.png');"></span>
193+
Data management
194+
</h4>
195+
</div>
196+
<ul class="ul-col-md-2 ul-col-1">
197+
<li>
198+
<a href="data-management.html">Data management</a>
199+
</li>
200+
<li>
201+
<a href="data-rollup-transform.html">Roll up or transform your data</a>
202+
</li>
203+
<li>
204+
<a href="snapshot-restore.html">Snapshot and restore</a>
205+
</li>
206+
</ul>
207+
</div>
208+
209+
<div class="my-5">
210+
<div class="d-flex align-items-center mb-3">
211+
<h4 class="mt-3">
212+
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blteacd058910f155d8/636925a6e0ff7c532db636d7/64x64_Color_icon-dev-tools-64-color.png');"></span>
213+
APIs and developer docs
214+
</h4>
215+
</div>
216+
<ul class="ul-col-md-2 ul-col-1">
217+
<li>
218+
<a href="rest-apis.html">REST APIs</a>
219+
</li>
220+
<li>
221+
<a href="https://www.elastic.co/guide/en/elasticsearch/client/index.html">Elasticsearch clients</a>
222+
</li>
223+
<li>
224+
<a href="https://www.elastic.co/guide/en/elasticsearch/painless/current/index.html">Painless scripting language</a>
225+
</li>
226+
<li>
227+
<a href="https://www.elastic.co/guide/en/elasticsearch/plugins/current/index.html">Plugins and integrations</a>
228+
</li>
229+
</ul>
230+
</div>
231+
232+
233+
<p class="my-4"><a href="https://www.elastic.co/guide/index.html">View all Elastic docs</a></p>

docs/reference/index-extra-title-page.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)