Skip to content

Commit

Permalink
Merge pull request #47 from monicasarbu/add_variable_package
Browse files Browse the repository at this point in the history
Add version variable for the topbeat package
  • Loading branch information
tsg committed Sep 24, 2015
2 parents f749ddf + 251b524 commit f9899ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/dashboards.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dashboards are maintained in this
https://github.com/elastic/beats-dashboards[GitHub repository], which also
includes instructions for loading them.

Load automatically all the sample dashboards in Kibana by following the {libbeat}/beats-getting-started.html#_load_kibana_dashboards[steps].
Load automatically all the sample dashboards in Kibana by following the {libbeat}/getting-started.html#_load_kibana_dashboards[steps].

image:./images/topbeat-dashboard.png[Topbeat statistics]

Expand Down
20 changes: 10 additions & 10 deletions docs/gettingstarted.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ statistics together with disk space overview.
Follow the steps to get started with your own Topbeat setup:

* Install Topbeat on your servers to capture system wide and per process statistics. <<topbeat-installation>>
* Install Elasticsearch for storage and indexing the data. {libbeat}beats-getting-started.html#_elasticsearch_installation[More details]
* Install Kibana for the UI. {libbeat}/beats-getting-started.html#_kibana_installation[More details]
* Install optionally Logstash. {libbeat}/beats-getting-started.html#logstash[More details]
* Install Elasticsearch for storage and indexing the data. {libbeat}getting-started.html#_elasticsearch_installation[More details]
* Install Kibana for the UI. {libbeat}/getting-started.html#_kibana_installation[More details]
* Install optionally Logstash. {libbeat}/getting-started.html#logstash[More details]
* Load sample Kibana dashboards to get it started. <<sample-dashboards>>


Expand All @@ -20,29 +20,29 @@ Follow the steps to get started with your own Topbeat setup:

deb:

[source,shell]
["source","sh",subs="attributes,callouts"]
------------------------------------------------
curl -L -O https://download.elasticsearch.org/beats/topbeat/topbeat_1.0.0-beta3_amd64.deb
curl -L -O https://download.elasticsearch.org/beats/topbeat/topbeat_{version}_amd64.deb
sudo dpkg -i topbeat_1.0.0-beta3_amd64.deb
------------------------------------------------



rpm:

[source,shell]
["source","sh",subs="attributes,callouts"]
------------------------------------------------
curl -L -O https://download.elasticsearch.org/beats/topbeat/topbeat-1.0.0-beta3-x86_64.rpm
curl -L -O https://download.elasticsearch.org/beats/topbeat/topbeat-{version}-x86_64.rpm
sudo rpm -vi topbeat-1.0.0-beta3-x86_64.rpm
------------------------------------------------


mac:

[source,shell]
["source","sh",subs="attributes,callouts"]
------------------------------------------------
curl -L -O https://download.elasticsearch.org/beats/topbeat/topbeat-1.0.0-beta3-darwin.tgz
tar xzvf topbeat-1.0.0-beta3-darwin.tgz
curl -L -O https://download.elasticsearch.org/beats/topbeat/topbeat-{version}-darwin.tgz
tar xzvf topbeat-{version}-darwin.tgz
------------------------------------------------

NOTE: We also provide 32bits images. You can get them from our
Expand Down
2 changes: 2 additions & 0 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= Topbeat reference
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/master
:version: 1.0.0-beta3


include::./overview.asciidoc[]

Expand Down

0 comments on commit f9899ff

Please sign in to comment.