Skip to content

Commit

Permalink
Update template example in usage doc (#2412)
Browse files Browse the repository at this point in the history
The example for template.json in the usage doc for the custom template and mapping setting section was incorrect and did not work for both template types. This fixes the example to work with both.
  • Loading branch information
mjwolf authored Dec 7, 2024
1 parent 9f1658a commit a735abd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,9 @@ This is an example `template.json` to be passed with `--template-setting-legacy`
"refresh_interval": "1s"
}
},
"mappings": {}
"template": {
"mappings": {}
}
}
```

Expand Down

0 comments on commit a735abd

Please sign in to comment.