Skip to content

Instantly share code, notes, and snippets.

@lockwooddev
Created May 23, 2022 14:48
Show Gist options
  • Save lockwooddev/10bf30c7b3d24bb14d6dfcf1dbcb8343 to your computer and use it in GitHub Desktop.
Save lockwooddev/10bf30c7b3d24bb14d6dfcf1dbcb8343 to your computer and use it in GitHub Desktop.
data stream index template
{
"index_patterns": [
"metrics"
],
"data_stream": {},
"priority": 100,
"template": {
"settings": {
"number_of_shards": 2,
"number_of_replicas": 1
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment