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

Add config option beat.max_procs #969

Merged
merged 2 commits into from
Feb 11, 2016
Merged
Changes from 1 commit
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
Prev Previous commit
Add max_procs to libbeat.yml
urso committed Feb 11, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e0e5c9e5462818490dfb4f17f013a2551d88b836
4 changes: 4 additions & 0 deletions filebeat/filebeat.yml
Original file line number Diff line number Diff line change
@@ -376,6 +376,10 @@ shipper:
# Internal queue size for single events in processing pipeline
#queue_size: 1000

# Sets the maximum number of CPUs that can be executing simultaneously. The
# default is the number of logical CPUs available in the system.
#max_procs:

# Configure local GeoIP database support.
# If no paths are not configured geoip is disabled.
#geoip:
4 changes: 4 additions & 0 deletions libbeat/etc/libbeat.yml
Original file line number Diff line number Diff line change
@@ -205,6 +205,10 @@ shipper:
# Internal queue size for single events in processing pipeline
#queue_size: 1000

# Sets the maximum number of CPUs that can be executing simultaneously. The
# default is the number of logical CPUs available in the system.
#max_procs:

# Configure local GeoIP database support.
# If no paths are not configured geoip is disabled.
#geoip:
9 changes: 6 additions & 3 deletions metricbeat/metricbeat.yml
Original file line number Diff line number Diff line change
@@ -5,8 +5,7 @@ metricbeat:
# expvar:
# period: 10s
apache:
hosts:
- "http://192.168.99.100/"
hosts: "http://127.0.0.1/"
metricsets:
status:
period: 1s
@@ -40,7 +39,7 @@ output:
# Scheme and port can be left out and will be set to the default (http and 9200)
# In case you specify and additional path, the scheme is required: http://localhost:9200/path
# IPv6 addresses should always be defined as: https://[2001:db8::1]:9200
hosts: ["192.168.99.100:9200"]
hosts: ["localhost:9200"]

# Optional protocol and basic auth credentials.
#protocol: "https"
@@ -231,6 +230,10 @@ shipper:
# Internal queue size for single events in processing pipeline
#queue_size: 1000

# Sets the maximum number of CPUs that can be executing simultaneously. The
# default is the number of logical CPUs available in the system.
#max_procs:

# Configure local GeoIP database support.
# If no paths are not configured geoip is disabled.
#geoip:
4 changes: 4 additions & 0 deletions packetbeat/packetbeat.yml
Original file line number Diff line number Diff line change
@@ -348,6 +348,10 @@ shipper:
# Internal queue size for single events in processing pipeline
#queue_size: 1000

# Sets the maximum number of CPUs that can be executing simultaneously. The
# default is the number of logical CPUs available in the system.
#max_procs:

# Configure local GeoIP database support.
# If no paths are not configured geoip is disabled.
#geoip:
4 changes: 4 additions & 0 deletions topbeat/topbeat.yml
Original file line number Diff line number Diff line change
@@ -231,6 +231,10 @@ shipper:
# Internal queue size for single events in processing pipeline
#queue_size: 1000

# Sets the maximum number of CPUs that can be executing simultaneously. The
# default is the number of logical CPUs available in the system.
#max_procs:

# Configure local GeoIP database support.
# If no paths are not configured geoip is disabled.
#geoip:
4 changes: 4 additions & 0 deletions winlogbeat/winlogbeat.yml
Original file line number Diff line number Diff line change
@@ -230,6 +230,10 @@ shipper:
# Internal queue size for single events in processing pipeline
#queue_size: 1000

# Sets the maximum number of CPUs that can be executing simultaneously. The
# default is the number of logical CPUs available in the system.
#max_procs:

# Configure local GeoIP database support.
# If no paths are not configured geoip is disabled.
#geoip: