elasticsearch/docs/reference/how-to.asciidoc
Leaf-Lin ed0fb8b819
Move fix common cluster issues to troubleshooting (#87440)
* Move fix common cluster issues to troubleshooting

* Include fix common cluster issues in the troubleshooting doc

* [DOCS] Remove extra include from How-To

Co-authored-by: Deb Adair <debadair@elastic.co>
2022-06-13 17:16:17 -07:00

31 lines
811 B
Text

[[how-to]]
= How to
[partintro]
--
Elasticsearch ships with defaults which are intended to give a good out of
the box experience. Full text search, highlighting, aggregations, and indexing
should all just work without the user having to change anything.
Once you better understand how you want to use Elasticsearch, however,
there are a number of optimizations you can make to improve performance
for your use case.
This section provides guidance about which changes should and shouldn't be
made.
--
include::how-to/general.asciidoc[]
include::how-to/recipes.asciidoc[]
include::how-to/indexing-speed.asciidoc[]
include::how-to/search-speed.asciidoc[]
include::how-to/disk-usage.asciidoc[]
include::how-to/size-your-shards.asciidoc[]
include::how-to/use-elasticsearch-for-time-series-data.asciidoc[]