From 96cb94c60d5073f1e0c4caec76b62522c743dc3d Mon Sep 17 00:00:00 2001 From: Monica Sarbu Date: Thu, 24 Sep 2015 19:17:54 +0200 Subject: [PATCH] Update reference name to the getting started in libbeat --- docs/dashboards.asciidoc | 2 +- docs/gettingstarted.asciidoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dashboards.asciidoc b/docs/dashboards.asciidoc index e35e3f1704e..3952359d849 100644 --- a/docs/dashboards.asciidoc +++ b/docs/dashboards.asciidoc @@ -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}/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] diff --git a/docs/gettingstarted.asciidoc b/docs/gettingstarted.asciidoc index 8527a1129cc..c86b0c228e9 100644 --- a/docs/gettingstarted.asciidoc +++ b/docs/gettingstarted.asciidoc @@ -7,8 +7,8 @@ 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. <> -* 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 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. <>