summaryrefslogtreecommitdiff
path: root/src/es5
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-12-06 15:07:51 +0100
committerChristian Pointner <equinox@spreadspace.org>2014-12-06 15:07:51 +0100
commiteed1794e5d1bfe4328a1ac74ca0e8bff1f9a6f26 (patch)
tree1817d06c526037a25352098c4c232e2b91df7064 /src/es5
parenthub: improved last-update query for elasticsearch (diff)
es5: fixed hub forwarding test script
Diffstat (limited to 'src/es5')
-rwxr-xr-xsrc/es5/hub-fwd-es3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/es5/hub-fwd-es b/src/es5/hub-fwd-es
index 20699fa..520736c 100755
--- a/src/es5/hub-fwd-es
+++ b/src/es5/hub-fwd-es
@@ -5,5 +5,4 @@ if [ -z "$1" ] || [ -z "$2" ]; then
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/e14"
-
+../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"