summaryrefslogtreecommitdiff
path: root/src/es5/create-index-es
blob: b3a10bff1f311a82a1af3f5319a6afc4c5e4e712 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -z "$1" ]; then
  echo "Usage $0 <index>"
  exit 1
fi

curl -XPOST 'http://stream.elevate.at:9200/'"$1"'?pretty' -d @sfive-mapping.json