Skip to content

Commit 59112a9

Browse files
Use correct property for index in update challenge
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
1 parent 3c60b78 commit 59112a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eventdata/challenges/bulk-update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"operation": {
2020
"operation-type": "create-index",
21-
"index_name": "elasticlogs",
21+
"index": "elasticlogs",
2222
"settings": {
2323
{% if index_refresh_interval is defined %}
2424
"index.refresh_interval": {{ index_refresh_interval | int }},

0 commit comments

Comments
 (0)