Skip to content

Commit

Permalink
[metricbeat] add service metricset to reference documentation (#15643) (
Browse files Browse the repository at this point in the history
#15704)

* add service metricset to ref docs

* update xpack docs

(cherry picked from commit 935e58f)
  • Loading branch information
fearful-symmetry authored Jan 21, 2020
1 parent bea5299 commit 5ff050f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metricbeat/docs/modules/system.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ metricbeat.modules:
#- fsstat # File system summary metrics
#- raid # Raid
#- socket # Sockets and connection info (linux only)
#- service # systemd service information
enabled: true
period: 10s
processes: ['.*']
Expand Down Expand Up @@ -229,6 +230,9 @@ metricbeat.modules:
# Diskio configurations
#diskio.include_devices: []
# Filter systemd services by status or sub-status
#service.state_filter: []
----

[float]
Expand Down
4 changes: 4 additions & 0 deletions metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ metricbeat.modules:
#- fsstat # File system summary metrics
#- raid # Raid
#- socket # Sockets and connection info (linux only)
#- service # systemd service information
enabled: true
period: 10s
processes: ['.*']
Expand Down Expand Up @@ -131,6 +132,9 @@ metricbeat.modules:
# Diskio configurations
#diskio.include_devices: []

# Filter systemd services by status or sub-status
#service.state_filter: []

#------------------------------ Aerospike Module ------------------------------
- module: aerospike
metricsets: ["namespace"]
Expand Down
4 changes: 4 additions & 0 deletions metricbeat/module/system/_meta/config.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#- fsstat # File system summary metrics
#- raid # Raid
#- socket # Sockets and connection info (linux only)
#- service # systemd service information
enabled: true
period: 10s
processes: ['.*']
Expand Down Expand Up @@ -71,3 +72,6 @@

# Diskio configurations
#diskio.include_devices: []

# Filter systemd services by status or sub-status
#service.state_filter: []
4 changes: 4 additions & 0 deletions x-pack/metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ metricbeat.modules:
#- fsstat # File system summary metrics
#- raid # Raid
#- socket # Sockets and connection info (linux only)
#- service # systemd service information
enabled: true
period: 10s
processes: ['.*']
Expand Down Expand Up @@ -131,6 +132,9 @@ metricbeat.modules:
# Diskio configurations
#diskio.include_devices: []

# Filter systemd services by status or sub-status
#service.state_filter: []

#------------------------------- Activemq Module -------------------------------
- module: activemq
metricsets: ['broker', 'queue', 'topic']
Expand Down

0 comments on commit 5ff050f

Please sign in to comment.