Skip to content

Commit 362e78e

Browse files
authored
docs: update instructions for synthetic source (#3823)
See elastic/elasticsearch#88211
1 parent 6c2e1e0 commit 362e78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how_to_test_new_indexing_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PUT /_component_template/metrics-nginx.substatus@custom
2222
"settings": {},
2323
"mappings": {
2424
"_source": {
25-
"synthetic": true
25+
"mode": "synthetic"
2626
}
2727
}
2828
},

0 commit comments

Comments
 (0)