Skip to content

Commit fbf60df

Browse files
dedemortonmonicasarbu
authored andcommitted
Remove topbeat references from the doc (#1777)
* Remove topbeat references from the doc * Add variables for metricbeat
1 parent d3ce2fb commit fbf60df

File tree

10 files changed

+19
-15
lines changed

10 files changed

+19
-15
lines changed

filebeat/docs/index.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/master
33
:packetbeat: http://www.elastic.co/guide/en/beats/packetbeat/master
44
:topbeat: http://www.elastic.co/guide/en/beats/topbeat/master
5+
:metricbeat: http://www.elastic.co/guide/en/beats/metricbeat/master
56
:filebeat: http://www.elastic.co/guide/en/beats/filebeat/master
67
:winlogbeat: http://www.elastic.co/guide/en/beats/winlogbeat/master
78
:elasticsearch: https://www.elastic.co/guide/en/elasticsearch/reference/master/

libbeat/docs/dashboards.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NOTE: The Beats dashboards require Kibana 4 or later.
1010

1111
Each Beat comes packaged with a script that you can use to import the example dashboards,
1212
visualizations, and searches for that Beat. The script also creates index patterns, such as
13-
`packetbeat-*` for Packetbeat, `topbeat-*` for Topbeat, and so on.
13+
`packetbeat-*` for Packetbeat, `metricbeat-*` for Metricbeat, and so on.
1414

1515
Use the following commands to run the script:
1616

libbeat/docs/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[beats-reference]]
22
= Beats Platform Reference
33
:packetbeat: http://www.elastic.co/guide/en/beats/packetbeat/master
4-
:topbeat: http://www.elastic.co/guide/en/beats/topbeat/master
4+
:metricbeat: http://www.elastic.co/guide/en/beats/metricbeat/master
55
:filebeat: http://www.elastic.co/guide/en/beats/filebeat/master
66
:winlogbeat: http://www.elastic.co/guide/en/beats/winlogbeat/master
77
:security: X-Pack Security

libbeat/docs/installing-beats.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ After <<getting-started,installing and configuring>> the Elastic stack, you need
2323
Each Beat is a separately installable product. To get up and running quickly with a Beat, see the Getting Started information for your Beat:
2424

2525
* {packetbeat}/packetbeat-getting-started.html[Packetbeat]
26-
* {topbeat}/topbeat-getting-started.html[Topbeat]
26+
* {metricbeat}/metricbeat-getting-started.html[Metricbeat]
2727
* {filebeat}/filebeat-getting-started.html[Filebeat]
2828
* {winlogbeat}/winlogbeat-getting-started.html[Winlogbeat]
2929

libbeat/docs/newdashboards.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ need to create an environment that contains all the required Python packages. Se
9696
https://github.com/elastic/beats/tree/master/dev-tools/README.md[readme] for more info.
9797

9898
NOTE: Dashboard names must be **prefixed** with the name of the beat in order to work correctly. For example:
99-
Topbeat-Dashboard.
99+
Packetbeat-Dashboard.
100100

101101
For example, to export all Packetbeat dashboards, you can run the following command from the `packetbeat` directory in
102102
the `beats` repository:
@@ -120,8 +120,8 @@ and index pattern
120120
optional arguments:
121121
-h, --help Show this help message and exit
122122
--url URL Elasticsearch URL. E.g. http://localhost:9200
123-
--beat BEAT Beat name e.g. topbeat
124-
--index INDEX Elasticsearch index for the Beat data. E.g. topbeat-*
123+
--beat BEAT Beat name e.g. packetbeat
124+
--index INDEX Elasticsearch index for the Beat data. E.g. packetbeat-*
125125
--kibana KIBANA Elasticsearch index for the Kibana dashboards. E.g. .kibana
126126
--dir DIR Output directory. E.g. output
127127

libbeat/docs/outputconfig.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ API errors, killed connections, timed-out publishing requests, and, ultimately,
228228
throughput.
229229

230230
Setting `bulk_max_size` to values less than or equal to 0 disables buffering in libbeat. When buffering is disabled,
231-
Beats that publish single events (such as Packetbeat and Topbeat) send each event directly to
231+
Beats that publish single events (such as Packetbeat) send each event directly to
232232
Elasticsearch. Beats that publish data in batches (such as Filebeat) send events in batches based on the
233233
spooler size.
234234

@@ -345,8 +345,8 @@ output.logstash:
345345
346346
# index configures '@metadata.beat' field to be used by Logstash for
347347
# indexing. The default index name depends on the each beat.
348-
# For Packetbeat, the default is set to packetbeat, for Topbeat to
349-
# topbeat and for Filebeat to filebeat.
348+
# For Packetbeat, the default is set to packetbeat, for Metricbeat to
349+
# metricbeat and for Filebeat to filebeat.
350350
index: {beatname_lc}
351351
------------------------------------------------------------------------------
352352

@@ -475,7 +475,7 @@ API errors, killed connections, timed-out publishing requests, and, ultimately,
475475
throughput.
476476

477477
Setting `bulk_max_size` to values less than or equal to 0 disables buffering in libbeat. When buffering is disabled,
478-
Beats that publish single events (such as Packetbeat and Topbeat) send each event directly to
478+
Beats that publish single events (such as Packetbeat) send each event directly to
479479
Elasticsearch. Beats that publish data in batches (such as Filebeat) send events in batches based on the
480480
spooler size.
481481

@@ -598,7 +598,7 @@ requests, and, ultimately, lower throughput.
598598

599599
Setting `bulk_max_size` to values less than or equal to 0 disables buffering in
600600
libbeat. When buffering is disabled, Beats that publish single events (such as
601-
Packetbeat and Topbeat) send each event directly to Redis. Beats that publish
601+
Packetbeat) send each event directly to Redis. Beats that publish
602602
data in batches (such as Filebeat) send events in batches based on the spooler
603603
size.
604604

libbeat/docs/overview.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ https://www.elastic.co/products/elasticsearch[Elasticsearch]. Beats can
66
send data directly to Elasticsearch or send it to Elasticsearch via Logstash, which
77
you can use to enrich or archive the data.
88

9-
_Packetbeat_, _Topbeat_, and _Filebeat_ are a few examples of _Beats_. Packetbeat
9+
_Packetbeat_, _Metricbeat_, and _Filebeat_ are a few examples of _Beats_. Packetbeat
1010
is a network packet analyzer that ships information about the transactions
11-
exchanged between your application servers. Topbeat is a server monitoring agent
12-
that periodically ships system-wide and per-process statistics from your
13-
servers. And Filebeat ships log files from your servers.
11+
exchanged between your application servers. Metricbeat is a server monitoring agent
12+
that periodically collects metrics from the operating systems and services
13+
running on your servers. And Filebeat ships log files from your servers.
1414

1515
image:./images/beats-platform.png[Beats Platform]
1616

packetbeat/docs/index.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/master
33
:packetbeat: http://www.elastic.co/guide/en/beats/packetbeat/master
44
:topbeat: http://www.elastic.co/guide/en/beats/topbeat/master
5+
:metricbeat: http://www.elastic.co/guide/en/beats/metricbeat/master
56
:filebeat: http://www.elastic.co/guide/en/beats/filebeat/master
67
:winlogbeat: http://www.elastic.co/guide/en/beats/winlogbeat/master
78
:elasticsearch: https://www.elastic.co/guide/en/elasticsearch/reference/master/

topbeat/docs/index.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/master
33
:packetbeat: http://www.elastic.co/guide/en/beats/packetbeat/master
44
:topbeat: http://www.elastic.co/guide/en/beats/topbeat/master
5+
:metricbeat: http://www.elastic.co/guide/en/beats/metricbeat/master
56
:filebeat: http://www.elastic.co/guide/en/beats/filebeat/master
67
:winlogbeat: http://www.elastic.co/guide/en/beats/winlogbeat/master
78
:elasticsearch: https://www.elastic.co/guide/en/elasticsearch/reference/master/

winlogbeat/docs/index.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/master
33
:packetbeat: http://www.elastic.co/guide/en/beats/packetbeat/master
44
:topbeat: http://www.elastic.co/guide/en/beats/topbeat/master
5+
:metricbeat: http://www.elastic.co/guide/en/beats/metricbeat/master
56
:filebeat: http://www.elastic.co/guide/en/beats/filebeat/master
67
:winlogbeat: http://www.elastic.co/guide/en/beats/winlogbeat/master
78
:elasticsearch: https://www.elastic.co/guide/en/elasticsearch/reference/master/

0 commit comments

Comments
 (0)