summaryrefslogtreecommitdiff
path: root/src/es5/create-index-es
blob: 7612f684e8623bd7689c7c792b96365498f95b78 (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