index-custom-title-page.html 7.6 KB

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