index-extra-title-page.html 780 B

1234567891011121314151617181920
  1. <div class="legalnotice">
  2. <p>
  3. Welcome to the official documentation for Elasticsearch:
  4. the search and analytics engine that powers the Elastic Stack.
  5. If you want to learn how to use Elasticsearch to search and analyze your
  6. data, you've come to the right place. This guide shows you how to:
  7. </p>
  8. <div class="itemizedlist">
  9. <ul class="itemizedlist" type="disc">
  10. <li class="listitem">Install, configure, and administer an Elasticsearch
  11. cluster.</li>
  12. <li class="listitem">Index your data, optimize your indices, and search
  13. with the Elasticsearch query language.
  14. </li>
  15. <li class="listitem">Discover trends, patterns, and anomalies with
  16. aggregations and the machine learning APIs.
  17. </li>
  18. </ul>
  19. </div>
  20. </div>