Skip to content

Commit

Permalink
add path.X to config files
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Jul 18, 2016
1 parent ade0f3a commit e87a2c1
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion filebeat/etc/beat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ filebeat.prospectors:

# Name of the registry file. If a relative path is used, it is considered relative to the
# data path.
#filebeat.registry_file: registry
#filebeat.registry_file: ${path.data}/registry

#
# These config files must have the full filebeat config part inside, but only
Expand Down
12 changes: 6 additions & 6 deletions filebeat/filebeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ filebeat.prospectors:

# Name of the registry file. If a relative path is used, it is considered relative to the
# data path.
#filebeat.registry_file: registry
#filebeat.registry_file: ${path.data}/registry

#
# These config files must have the full filebeat config part inside, but only
Expand Down Expand Up @@ -374,7 +374,7 @@ output.elasticsearch:
#template.name: "filebeat"

# Path to template file
#template.path: "filebeat.template.json"
#template.path: "${path.config}/filebeat.template.json"

# Overwrite existing template
#template.overwrite: false
Expand All @@ -385,7 +385,7 @@ output.elasticsearch:
#template.versions.2x.enabled: true

# Path to the Elasticsearch 2.x version of the template file.
#template.versions.2x.path: "filebeat.template-es2x.json"
#template.versions.2x.path: "${path.config}/filebeat.template-es2x.json"


# TLS configuration. By default is off.
Expand Down Expand Up @@ -705,18 +705,18 @@ output.elasticsearch:
# base path for configuration files, including the main YAML configuration file
# and the Elasticsearch template file. If not set by a CLI flag or in the
# configuration file, the default for the configuration path is the home path.
#path.config:
#path.config: ${path.home}

# The data path for the filebeat installation. This is the default base path
# for all the files in which filebeat needs to store its data. If not set by a
# CLI flag or in the configuration file, the default for the data path is a data
# subdirectory inside the home path.
#path.data:
#path.data: ${path.home}/data

# The logs path for a filebeat installation. This is the default location for
# the Beat's log files. If not set by a CLI flag or in the configuration file,
# the default for the logs path is a logs subdirectory inside the home path.
#path.logs:
#path.logs: ${path.home}/logs

#================================ Logging =====================================
# There are three options for the log output: syslog, file, stderr.
Expand Down
10 changes: 5 additions & 5 deletions libbeat/_meta/config.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ output.elasticsearch:
#template.name: "beatname"

# Path to template file
#template.path: "beatname.template.json"
#template.path: "${path.config}/beatname.template.json"

# Overwrite existing template
#template.overwrite: false
Expand All @@ -159,7 +159,7 @@ output.elasticsearch:
#template.versions.2x.enabled: true

# Path to the Elasticsearch 2.x version of the template file.
#template.versions.2x.path: "beatname.template-es2x.json"
#template.versions.2x.path: "${path.config}/beatname.template-es2x.json"


# TLS configuration. By default is off.
Expand Down Expand Up @@ -479,18 +479,18 @@ output.elasticsearch:
# base path for configuration files, including the main YAML configuration file
# and the Elasticsearch template file. If not set by a CLI flag or in the
# configuration file, the default for the configuration path is the home path.
#path.config:
#path.config: ${path.home}

# The data path for the beatname installation. This is the default base path
# for all the files in which beatname needs to store its data. If not set by a
# CLI flag or in the configuration file, the default for the data path is a data
# subdirectory inside the home path.
#path.data:
#path.data: ${path.home}/data

# The logs path for a beatname installation. This is the default location for
# the Beat's log files. If not set by a CLI flag or in the configuration file,
# the default for the logs path is a logs subdirectory inside the home path.
#path.logs:
#path.logs: ${path.home}/logs

#================================ Logging =====================================
# There are three options for the log output: syslog, file, stderr.
Expand Down
10 changes: 5 additions & 5 deletions metricbeat/metricbeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ output.elasticsearch:
#template.name: "metricbeat"

# Path to template file
#template.path: "metricbeat.template.json"
#template.path: "${path.config}/metricbeat.template.json"

# Overwrite existing template
#template.overwrite: false
Expand All @@ -304,7 +304,7 @@ output.elasticsearch:
#template.versions.2x.enabled: true

# Path to the Elasticsearch 2.x version of the template file.
#template.versions.2x.path: "metricbeat.template-es2x.json"
#template.versions.2x.path: "${path.config}/metricbeat.template-es2x.json"


# TLS configuration. By default is off.
Expand Down Expand Up @@ -624,18 +624,18 @@ output.elasticsearch:
# base path for configuration files, including the main YAML configuration file
# and the Elasticsearch template file. If not set by a CLI flag or in the
# configuration file, the default for the configuration path is the home path.
#path.config:
#path.config: ${path.home}

# The data path for the metricbeat installation. This is the default base path
# for all the files in which metricbeat needs to store its data. If not set by a
# CLI flag or in the configuration file, the default for the data path is a data
# subdirectory inside the home path.
#path.data:
#path.data: ${path.home}/data

# The logs path for a metricbeat installation. This is the default location for
# the Beat's log files. If not set by a CLI flag or in the configuration file,
# the default for the logs path is a logs subdirectory inside the home path.
#path.logs:
#path.logs: ${path.home}/logs

#================================ Logging =====================================
# There are three options for the log output: syslog, file, stderr.
Expand Down
10 changes: 5 additions & 5 deletions packetbeat/packetbeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ output.elasticsearch:
#template.name: "packetbeat"

# Path to template file
#template.path: "packetbeat.template.json"
#template.path: "${path.config}/packetbeat.template.json"

# Overwrite existing template
#template.overwrite: false
Expand All @@ -543,7 +543,7 @@ output.elasticsearch:
#template.versions.2x.enabled: true

# Path to the Elasticsearch 2.x version of the template file.
#template.versions.2x.path: "packetbeat.template-es2x.json"
#template.versions.2x.path: "${path.config}/packetbeat.template-es2x.json"


# TLS configuration. By default is off.
Expand Down Expand Up @@ -863,18 +863,18 @@ output.elasticsearch:
# base path for configuration files, including the main YAML configuration file
# and the Elasticsearch template file. If not set by a CLI flag or in the
# configuration file, the default for the configuration path is the home path.
#path.config:
#path.config: ${path.home}

# The data path for the packetbeat installation. This is the default base path
# for all the files in which packetbeat needs to store its data. If not set by a
# CLI flag or in the configuration file, the default for the data path is a data
# subdirectory inside the home path.
#path.data:
#path.data: ${path.home}/data

# The logs path for a packetbeat installation. This is the default location for
# the Beat's log files. If not set by a CLI flag or in the configuration file,
# the default for the logs path is a logs subdirectory inside the home path.
#path.logs:
#path.logs: ${path.home}/logs

#================================ Logging =====================================
# There are three options for the log output: syslog, file, stderr.
Expand Down
10 changes: 5 additions & 5 deletions winlogbeat/winlogbeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ output.elasticsearch:
#template.name: "winlogbeat"

# Path to template file
#template.path: "winlogbeat.template.json"
#template.path: "${path.config}/winlogbeat.template.json"

# Overwrite existing template
#template.overwrite: false
Expand All @@ -194,7 +194,7 @@ output.elasticsearch:
#template.versions.2x.enabled: true

# Path to the Elasticsearch 2.x version of the template file.
#template.versions.2x.path: "winlogbeat.template-es2x.json"
#template.versions.2x.path: "${path.config}/winlogbeat.template-es2x.json"


# TLS configuration. By default is off.
Expand Down Expand Up @@ -514,18 +514,18 @@ output.elasticsearch:
# base path for configuration files, including the main YAML configuration file
# and the Elasticsearch template file. If not set by a CLI flag or in the
# configuration file, the default for the configuration path is the home path.
#path.config:
#path.config: ${path.home}

# The data path for the winlogbeat installation. This is the default base path
# for all the files in which winlogbeat needs to store its data. If not set by a
# CLI flag or in the configuration file, the default for the data path is a data
# subdirectory inside the home path.
#path.data:
#path.data: ${path.home}/data

# The logs path for a winlogbeat installation. This is the default location for
# the Beat's log files. If not set by a CLI flag or in the configuration file,
# the default for the logs path is a logs subdirectory inside the home path.
#path.logs:
#path.logs: ${path.home}/logs

#================================ Logging =====================================
# There are three options for the log output: syslog, file, stderr.
Expand Down

0 comments on commit e87a2c1

Please sign in to comment.