index-custom-title-page.html 7.8 KB

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