diff --git a/USAGE.md b/USAGE.md index b29cdaa637..9035456951 100644 --- a/USAGE.md +++ b/USAGE.md @@ -372,7 +372,9 @@ This is an example `template.json` to be passed with `--template-setting-legacy` "refresh_interval": "1s" } }, - "mappings": {} + "template": { + "mappings": {} + } } ```