Skip to content

Commit

Permalink
Merge pull request #1305 from untergeek/doc/fix_roll_ex_typo
Browse files Browse the repository at this point in the history
Fix rollover example text
  • Loading branch information
untergeek committed Oct 30, 2018
2 parents f2c6ca8 + 7808dc8 commit b172599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Changelog
**Documentation**

* Added Reindex example to the sidebar. (Nostalgiac) #1227
* Fix Rollover example text and typos. (untergeek)

5.5.4 (23 May 2018)
-------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/asciidoc/examples.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -707,18 +707,18 @@ actions:
1:
action: rollover
description: >-
Rollover the index associated with index 'name', which should be in the
form of prefix-000001 (or similar), or prefix-YYYY.MM.DD-1.
Rollover the index associated with alias 'aliasname', which should be in the
format of prefix-000001 (or similar), or prefix-YYYY.MM.DD-1.
options:
disable_action: True
name: aliasname
conditions:
max_age: 1d
max_docs: 1000000
max_size: 50g
extra_settings:
index.number_of_shards: 3
index.number_of_replicas: 1
disable_action: True
-------------


Expand Down

0 comments on commit b172599

Please sign in to comment.