summaryrefslogtreecommitdiff
path: root/src/es5/test-last-update-es
blob: 44d4b9384fec42260f9348774e06e062f2228534 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

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

curl -XGET 'http://stream.elevate.at:9200/'"$1"'/dataupdate/_search?pretty' -d @last-update.json