Skip to content

Commit

Permalink
Merge branch '1.0.0-beta2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudor Golubenco committed Jul 24, 2015
2 parents 3733b2c + 48b0c49 commit 5426282
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/gettingstarted.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ To load the sample pages, follow these steps:
[source,shell]
----------------------------------------------------------------------
curl -L -O https://download.elastic.co/beats/packetbeat/packetbeat-dashboards-1.0.0~Beta1.tar.gz
tar xzvf packetbeat-dashboards-1.0.0~Beta1.tar.gz
cd packetbeat-dashboards-1.0.0~Beta1/
curl -L -O https://download.elastic.co/beats/packetbeat/packetbeat-dashboards-1.0.0-beta2.tar.gz
tar xzvf packetbeat-dashboards-1.0.0-beta2.tar.gz
cd packetbeat-dashboards-1.0.0-beta2/
./load.sh
----------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_gettingstarted.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OUTPUT=$2
PB_VERSION=1.0.0-beta2
ES_VERSION=1.5.2
KIBANA_VERSION=4.0.2
DASHBOARDS_VERSION=1.0.0~Beta1
DASHBOARDS_VERSION=1.0.0-beta2

usage() {
echo "Usage: $0 etc/gettingstarted.in.asciidoc etc/gettingstarted.asciidoc"
Expand Down

0 comments on commit 5426282

Please sign in to comment.