Skip to content

Commit

Permalink
Merge pull request #1 from juneidysoo/fix-index
Browse files Browse the repository at this point in the history
Fix index creation
  • Loading branch information
lorenzoaiello authored Feb 1, 2022
2 parents 7c6287b + e454596 commit 9784e73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scipts/es-index-template.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
curl -XPUT -H 'Content-Type: application/json' "${ES_HOST:-localhost}:${ES_PORT:-9200}/_template/statsd-template" -d '
PUT /_template/statsd-template
{
"index_patterns" : ["statsd-*"],
"settings" : {
Expand Down Expand Up @@ -85,4 +84,4 @@ PUT /_template/statsd-template
}
}
}
```
'

0 comments on commit 9784e73

Please sign in to comment.