Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick of 15643 to 7.x: [metricbeat] add service metricset to reference documentation (#15643) #15703

Merged
merged 1 commit into from
Jan 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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