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.

Revisions

  1. lockwooddev created this gist May 23, 2022.
    13 changes: 13 additions & 0 deletions datastream-index-template.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    {
    "index_patterns": [
    "metrics"
    ],
    "data_stream": {},
    "priority": 100,
    "template": {
    "settings": {
    "number_of_shards": 2,
    "number_of_replicas": 1
    }
    }
    }