Merge pull request #11614 from oyiadom/patch-1

Fix typo in upgrade docs
This commit is contained in:
Clinton Gormley 2015-06-13 11:28:05 +02:00
parent 364cbbd282
commit e88535a67e
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ curl -XPUT localhost:9200/_cluster/settings -d '{
* There is no problem continuing to index while doing the upgrade. However, you can speed the process considerably
by *temporarily* stopping non-essential indexing and issuing a manual <<indices-synced-flush, synced flush>>.
A synced flush is special kind of flush which can seriously speed up recovery of shards. Elasticsearch automatically
uses it when an index has been inactive for a while (default is `30m`) but you can manuallky trigger it using the following command:
uses it when an index has been inactive for a while (default is `30m`) but you can manually trigger it using the following command:
[source,sh]
--------------------------------------------------