Skip to content

Commit

Permalink
Use correct property for index in update challenge
Browse files Browse the repository at this point in the history
With this commit we use the correct property `index` in the
`bulk-update` challenge instead of the outdated property name
`index_name`. This is a leftover from elastic#36

Relates elastic#44
  • Loading branch information
danielmitterdorfer authored Sep 16, 2019
1 parent 3c60b78 commit 59112a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventdata/challenges/bulk-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"operation": {
"operation-type": "create-index",
"index_name": "elasticlogs",
"index": "elasticlogs",
"settings": {
{% if index_refresh_interval is defined %}
"index.refresh_interval": {{ index_refresh_interval | int }},
Expand Down

0 comments on commit 59112a9

Please sign in to comment.