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

Remove ASCII chars from full template files #1796

Merged
merged 1 commit into from
Jun 6, 2016
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: 2 additions & 2 deletions filebeat/filebeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ output.elasticsearch:

# The maximum permitted size of JSON-encoded messages. Bigger messages will be
# dropped. The default value is 1000000 (bytes). This value should be equal to
# or less than the brokers message.max.bytes.
# or less than the broker's message.max.bytes.
#max_message_bytes: 1000000

# The ACK reliability level required from broker. 0=no response, 1=wait for
Expand Down Expand Up @@ -658,7 +658,7 @@ output.elasticsearch:
#path.data:

# The logs path for a filebeat installation. This is the default location for
# the Beats log files. If not set by a CLI flag or in the configuration file,
# 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:

Expand Down
4 changes: 2 additions & 2 deletions libbeat/_beat/config.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ output.elasticsearch:

# The maximum permitted size of JSON-encoded messages. Bigger messages will be
# dropped. The default value is 1000000 (bytes). This value should be equal to
# or less than the brokers message.max.bytes.
# or less than the broker's message.max.bytes.
#max_message_bytes: 1000000

# The ACK reliability level required from broker. 0=no response, 1=wait for
Expand Down Expand Up @@ -455,7 +455,7 @@ output.elasticsearch:
#path.data:

# The logs path for a beatname installation. This is the default location for
# the Beats log files. If not set by a CLI flag or in the configuration file,
# 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:

Expand Down
4 changes: 2 additions & 2 deletions metricbeat/metricbeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ output.elasticsearch:

# The maximum permitted size of JSON-encoded messages. Bigger messages will be
# dropped. The default value is 1000000 (bytes). This value should be equal to
# or less than the brokers message.max.bytes.
# or less than the broker's message.max.bytes.
#max_message_bytes: 1000000

# The ACK reliability level required from broker. 0=no response, 1=wait for
Expand Down Expand Up @@ -589,7 +589,7 @@ output.elasticsearch:
#path.data:

# The logs path for a metricbeat installation. This is the default location for
# the Beats log files. If not set by a CLI flag or in the configuration file,
# 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:

Expand Down
8 changes: 4 additions & 4 deletions packetbeat/etc/beat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
packetbeat.interfaces.device: any

# Packetbeat supports three sniffer types:
# * pcap, which uses the libpcap library and works on most platforms, but its
# * pcap, which uses the libpcap library and works on most platforms, but it's
# not the fastest option.
# * af_packet, which uses memory-mapped sniffing. This option is faster than
# libpcap and doesnt require a kernel module, but its Linux-specific.
# libpcap and doesn't require a kernel module, but it's Linux-specific.
# * pf_ring, which makes use of an ntop.org project. This setting provides the
# best sniffing speed, but it requires a kernel module, and its Linux-specific.
# best sniffing speed, but it requires a kernel module, and it's Linux-specific.
# The default sniffer type is pcap.
#packetbeat.interfaces.type: pcap

# The maximum size of the packets to capture. The default is 65535, which is
# large enough for almost all networks and interface types. If you sniff on a
# physical network interface, the optimal setting is the MTU size. On virtual
# interfaces, however, its safer to accept the default value.
# interfaces, however, it's safer to accept the default value.
#packetbeat.interfaces.snaplen: 65535

# The maximum size of the shared memory buffer to use between the kernel and
Expand Down
12 changes: 6 additions & 6 deletions packetbeat/packetbeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
packetbeat.interfaces.device: any

# Packetbeat supports three sniffer types:
# * pcap, which uses the libpcap library and works on most platforms, but its
# * pcap, which uses the libpcap library and works on most platforms, but it's
# not the fastest option.
# * af_packet, which uses memory-mapped sniffing. This option is faster than
# libpcap and doesnt require a kernel module, but its Linux-specific.
# libpcap and doesn't require a kernel module, but it's Linux-specific.
# * pf_ring, which makes use of an ntop.org project. This setting provides the
# best sniffing speed, but it requires a kernel module, and its Linux-specific.
# best sniffing speed, but it requires a kernel module, and it's Linux-specific.
# The default sniffer type is pcap.
#packetbeat.interfaces.type: pcap

# The maximum size of the packets to capture. The default is 65535, which is
# large enough for almost all networks and interface types. If you sniff on a
# physical network interface, the optimal setting is the MTU size. On virtual
# interfaces, however, its safer to accept the default value.
# interfaces, however, it's safer to accept the default value.
#packetbeat.interfaces.snaplen: 65535

# The maximum size of the shared memory buffer to use between the kernel and
Expand Down Expand Up @@ -657,7 +657,7 @@ output.elasticsearch:

# The maximum permitted size of JSON-encoded messages. Bigger messages will be
# dropped. The default value is 1000000 (bytes). This value should be equal to
# or less than the brokers message.max.bytes.
# or less than the broker's message.max.bytes.
#max_message_bytes: 1000000

# The ACK reliability level required from broker. 0=no response, 1=wait for
Expand Down Expand Up @@ -839,7 +839,7 @@ output.elasticsearch:
#path.data:

# The logs path for a packetbeat installation. This is the default location for
# the Beats log files. If not set by a CLI flag or in the configuration file,
# 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:

Expand Down
4 changes: 2 additions & 2 deletions topbeat/topbeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ output.elasticsearch:

# The maximum permitted size of JSON-encoded messages. Bigger messages will be
# dropped. The default value is 1000000 (bytes). This value should be equal to
# or less than the brokers message.max.bytes.
# or less than the broker's message.max.bytes.
#max_message_bytes: 1000000

# The ACK reliability level required from broker. 0=no response, 1=wait for
Expand Down Expand Up @@ -486,7 +486,7 @@ output.elasticsearch:
#path.data:

# The logs path for a topbeat installation. This is the default location for
# the Beats log files. If not set by a CLI flag or in the configuration file,
# 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:

Expand Down
4 changes: 2 additions & 2 deletions winlogbeat/winlogbeat.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ output.elasticsearch:

# The maximum permitted size of JSON-encoded messages. Bigger messages will be
# dropped. The default value is 1000000 (bytes). This value should be equal to
# or less than the brokers message.max.bytes.
# or less than the broker's message.max.bytes.
#max_message_bytes: 1000000

# The ACK reliability level required from broker. 0=no response, 1=wait for
Expand Down Expand Up @@ -490,7 +490,7 @@ output.elasticsearch:
#path.data:

# The logs path for a winlogbeat installation. This is the default location for
# the Beats log files. If not set by a CLI flag or in the configuration file,
# 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:

Expand Down