summaryrefslogtreecommitdiff
path: root/src/es5/hub-fwd-es
blob: 520736c7b4f0ea1cc46d49025b40612cb695a316 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -z "$1" ] || [ -z "$2" ]; then
  echo "Usage: $0 <index> <sqlite-file>"
  exit 1
fi

../hub/bin/sfive-hub -start-pipe-server=false -start-pipegram-server=false -start-web-server=false -db "$2" -forward-es-url="http://stream.elevate.at:9200/$1"