From ebfdcc4a3e7333e1beacb19c855497945487976d Mon Sep 17 00:00:00 2001 From: Riccardo Calixte Date: Sun, 5 Jun 2016 13:27:09 -0400 Subject: [PATCH] Remove ASCII chars from full template files --- filebeat/filebeat.full.yml | 4 ++-- libbeat/_beat/config.full.yml | 4 ++-- metricbeat/metricbeat.full.yml | 4 ++-- packetbeat/etc/beat.full.yml | 8 ++++---- packetbeat/packetbeat.full.yml | 12 ++++++------ topbeat/topbeat.full.yml | 4 ++-- winlogbeat/winlogbeat.full.yml | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/filebeat/filebeat.full.yml b/filebeat/filebeat.full.yml index 212f1ad6e0e2..472951692fdd 100644 --- a/filebeat/filebeat.full.yml +++ b/filebeat/filebeat.full.yml @@ -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 broker’s 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 @@ -658,7 +658,7 @@ output.elasticsearch: #path.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 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: diff --git a/libbeat/_beat/config.full.yml b/libbeat/_beat/config.full.yml index 302fba0e33df..2ecff3f4ffc6 100644 --- a/libbeat/_beat/config.full.yml +++ b/libbeat/_beat/config.full.yml @@ -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 broker’s 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 @@ -455,7 +455,7 @@ output.elasticsearch: #path.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 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: diff --git a/metricbeat/metricbeat.full.yml b/metricbeat/metricbeat.full.yml index 21534fb77bd5..486a3e751b50 100644 --- a/metricbeat/metricbeat.full.yml +++ b/metricbeat/metricbeat.full.yml @@ -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 broker’s 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 @@ -589,7 +589,7 @@ output.elasticsearch: #path.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 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: diff --git a/packetbeat/etc/beat.full.yml b/packetbeat/etc/beat.full.yml index 7e668c9a724b..8e21d0181648 100644 --- a/packetbeat/etc/beat.full.yml +++ b/packetbeat/etc/beat.full.yml @@ -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 it’s +# * 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 doesn’t require a kernel module, but it’s 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 it’s 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, it’s 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 diff --git a/packetbeat/packetbeat.full.yml b/packetbeat/packetbeat.full.yml index 49541c68a3a2..764dfff49746 100644 --- a/packetbeat/packetbeat.full.yml +++ b/packetbeat/packetbeat.full.yml @@ -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 it’s +# * 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 doesn’t require a kernel module, but it’s 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 it’s 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, it’s 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 @@ -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 broker’s 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 @@ -839,7 +839,7 @@ output.elasticsearch: #path.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 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: diff --git a/topbeat/topbeat.full.yml b/topbeat/topbeat.full.yml index a7f4494657b0..2f9463b387dc 100644 --- a/topbeat/topbeat.full.yml +++ b/topbeat/topbeat.full.yml @@ -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 broker’s 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 @@ -486,7 +486,7 @@ output.elasticsearch: #path.data: # The logs path for a topbeat 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 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: diff --git a/winlogbeat/winlogbeat.full.yml b/winlogbeat/winlogbeat.full.yml index 58c3a5570da6..c7c6c6c0154d 100644 --- a/winlogbeat/winlogbeat.full.yml +++ b/winlogbeat/winlogbeat.full.yml @@ -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 broker’s 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 @@ -490,7 +490,7 @@ output.elasticsearch: #path.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 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: