Skip to content

Commit

Permalink
Fix Spelling errors(elastic#7456)
Browse files Browse the repository at this point in the history
Generated by https://github.com/jsoref/spelling `f`; to maintain your repo, please consider `fchurn`
  • Loading branch information
jsoref authored and ruflin committed Jul 12, 2018
1 parent 5d3c113 commit f634386
Show file tree
Hide file tree
Showing 174 changed files with 280 additions and 276 deletions.
31 changes: 16 additions & 15 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ https://github.com/elastic/beats/compare/v6.2.3...master[Check the HEAD diff]
- RabbitMQ node metricset only collects metrics of the instance it connects to, `node.collect: cluster` can be used to collect all nodes as before. {issue}6556[6556] {pull}6971[6971]
- Change http/server metricset to put events by default under http.server and prefix config options with server.. {pull}7100[7100]
- Disable dedotting in docker module configuration. This will change the out-of-the-box behaviour, but not the one of already configured instances. {pull}7485[7485]
- Fix typo in etcd/self metricset fields from *.bandwithrate to *.bandwidthrate. {pull}7456[7456]

*Packetbeat*

Expand Down Expand Up @@ -85,15 +86,15 @@ https://github.com/elastic/beats/compare/v6.2.3...master[Check the HEAD diff]
- Fixed a deadlock in the file_integrity module under Windows. {issue}6864[6864]
- Fixed parsing of AppArmor audit messages. {pull}6978[6978]
- Allow `auditbeat setup` to run without requiring elevated privileges for the audit client. {issue}7111[7111]
- Fix goroutine leak that occured when the auditd module was stopped. {pull}7163[7163]
- Fix goroutine leak that occurred when the auditd module was stopped. {pull}7163[7163]

*Filebeat*

- Fix panic when log prospector configuration fails to load. {issue}6800[6800]
- Fix memory leak in log prospector when files cannot be read. {issue}6797[6797]
- Add raw JSON to message field when JSON parsing fails. {issue}6516[6516]
- Commit registry writes to stable storage to avoid corrupt registry files. {issue}6792[6792]
- Fix a data race between stopping and starting of the harverters. {issue}#6879[6879]
- Fix a data race between stopping and starting of the harvesters. {issue}#6879[6879]
- Fix a parsing issue in the syslog input for RFC3339 timestamp and time with nanoseconds. {pull}7046[7046]
- Comply with PostgreSQL database name format {pull}7198[7198]
- Fix an issue with an overflowing wait group when using the TCP input. {issue}7202[7202]
Expand Down Expand Up @@ -153,7 +154,7 @@ https://github.com/elastic/beats/compare/v6.2.3...master[Check the HEAD diff]
- Add `has_fields` conditional to filter events based on the existence of all the given fields. {issue}6285[6285] {pull}6653[6653]
- Add support for spooling to disk to the beats event publishing pipeline. {pull}6581[6581]
- Added logging of system info at Beat startup. {issue}5946[5946]
- Do not log errors if X-Pack Monitoring is enabled but Elastisearch X-Pack is not. {pull}6627[6627]
- Do not log errors if X-Pack Monitoring is enabled but Elasticsearch X-Pack is not. {pull}6627[6627]
- Add rename processor. {pull}6292[6292]
- Add IP-addresses and MAC-addresses to add_host_metadata. {pull}6878[6878]
- Added a seccomp (secure computing) filter on Linux that whitelists the
Expand Down Expand Up @@ -198,7 +199,7 @@ https://github.com/elastic/beats/compare/v6.2.3...master[Check the HEAD diff]
- Add Logstash module support for main log and the slow log, support the plain text or structured JSON format {pull}5481[5481]
- Add stream filtering when using `docker` prospector. {pull}6057[6057]
- Add support for CRI logs format. {issue}5630[5630]
- Add json.ignore_decoding_error config to not log json decoding erors. {issue}6547[6547]
- Add json.ignore_decoding_error config to not log json decoding errors. {issue}6547[6547]
- Make registry file permission configurable. {pull}6455[6455]
- Add MongoDB module. {pull}6283[6238]
- Add Ingest pipeline loading to setup. {pull}6814[6814]
Expand All @@ -209,7 +210,7 @@ https://github.com/elastic/beats/compare/v6.2.3...master[Check the HEAD diff]
- Support MySQL 5.7.19 by mysql/slowlog {pull}6969[6969]
- Correctly join partial log lines when using `docker` input. {pull}6967[6967]
- Add support for TLS with client authentication to the TCP input {pull}7056[7056]
- Converted part of pipeline from treafik/access metricSet to dissect to improve efficeny. {pull}7209[7209]
- Converted part of pipeline from treafik/access metricSet to dissect to improve efficiency. {pull}7209[7209]
- Add GC fileset to the Elasticsearch module. {pull}7305[7305]
- Add Audit log fileset to the Elasticsearch module. {pull}7365[7365]
- Add Slow log fileset to the Elasticsearch module. {pull}7473[7473]
Expand Down Expand Up @@ -410,7 +411,7 @@ https://github.com/elastic/beats/compare/v6.1.3...v6.2.0[View commits]
*Auditbeat*
- Fixed an issue where the proctitle value was being truncated. {pull}6080[6080]
- Fixed an issue where values were incorrectly interpretted as hex data. {pull}6080[6080]
- Fixed an issue where values were incorrectly interpreted as hex data. {pull}6080[6080]
- Fixed parsing of the `key` value when multiple keys are present. {pull}6080[6080]
- Fix possible resource leak if file_integrity module is used with config
reloading on Windows or Linux. {pull}6198[6198]
Expand Down Expand Up @@ -449,7 +450,7 @@ https://github.com/elastic/beats/compare/v6.1.3...v6.2.0[View commits]
- Use structured logging for the metrics that are periodically logged via the
`logging.metrics` feature. {pull}5915[5915]
- Improve Elasticsearch output metrics to count number of dropped and duplicate (if event ID is given) events. {pull}5811[5811]
- Add the abilility for the add_docker_metadata process to enrich based on process ID. {pull}6100[6100]
- Add the ability for the add_docker_metadata process to enrich based on process ID. {pull}6100[6100]
- The `add_docker_metadata` and `add_kubernetes_metadata` processors are now GA, instead of Beta. {pull}6105[6105]
- Update go-ucfg library to support top level key reference and cyclic key reference for the
keystore {pull}6098[6098]
Expand All @@ -475,7 +476,7 @@ https://github.com/elastic/beats/compare/v6.1.3...v6.2.0[View commits]
- Update the MySQL dashboard to use the Time Series Visual Builder. {pull}5996[5996]
- Add experimental uwsgi module. {pull}6006[6006]
- Docker and Kubernetes modules are now GA, instead of Beta. {pull}6105[6105]
- Support haproxy stats gathering using http (additionaly to tcp socket). {pull}5819[5819]
- Support haproxy stats gathering using http (additionally to tcp socket). {pull}5819[5819]
- Support to optionally 'de dot' keys in http/json metricset to prevent collisions. {pull}5957[5957]
*Packetbeat*
Expand Down Expand Up @@ -578,7 +579,7 @@ https://github.com/elastic/beats/compare/v6.0.1...v6.1.0[View commits]
*Affecting all Beats*
- Support dashboard loading without Elasticseach {pull}5653[5653]
- Support dashboard loading without Elasticsearch {pull}5653[5653]
- Changed the hashbang used in the beat helper script from `/bin/bash` to `/usr/bin/env bash`. {pull}5051[5051]
- Changed beat helper script to use `exec` when running the beat. {pull}5051[5051]
- Fix reloader error message to only print on actual error {pull}5066[5066]
Expand Down Expand Up @@ -819,7 +820,7 @@ https://github.com/elastic/beats/compare/v6.0.0-beta1...v6.0.0-beta2[View commit
- Added missing mongodb configuration file to the `modules.d` folder. {pull}4870[4870]
- Fix wrong MySQL CRUD queries timelion visualization {pull}4857[4857]
- Add new metrics to CPU metricsset {pull}4969[4969]
- Add new metrics to CPU metricset {pull}4969[4969]
*Packetbeat*
Expand Down Expand Up @@ -1504,7 +1505,7 @@ https://github.com/elastic/beats/compare/v5.2.2...v5.3.0[View commits]
- Add Filebeat modules for system, apache2, mysql, and nginx. {issue}3159[3159]
- Add the `pipeline` config option at the prospector level, for configuring the Ingest Node pipeline ID. {pull}3433[3433]
- Update regular expressions used for matching file names or lines (multiline, include/exclude functionality) to new matchers improving performance of simple string matches. {pull}3469[3469]
- The `symlinks` and `harverster_limit` settings are now GA, instead of experimental. {pull}3525[3525]
- The `symlinks` and `harvester_limit` settings are now GA, instead of experimental. {pull}3525[3525]
- close_timeout is also applied when the output is blocking. {pull}3511[3511]
- Improve handling of different path variants on Windows. {pull}3781[3781]
- Add multiline.flush_pattern option, for specifying the 'end' of a multiline pattern {pull}4019[4019]
Expand Down Expand Up @@ -1779,7 +1780,7 @@ The list below covers the changes between 5.0.0-rc1 and 5.0.0 GA only.
- Fix high CPU usage on macOS when encountering processes with long command lines. {issue}2747[2747]
- Fix high value of `system.memory.actual.free` and `system.memory.actual.used`. {issue}2653[2653]
- Change several `OpenProcess` calls on Windows to request the lowest possible access provilege. {issue}1897[1897]
- Change several `OpenProcess` calls on Windows to request the lowest possible access privilege. {issue}1897[1897]
- Fix system.memory.actual.free high value on Windows. {issue}2653[2653]
*Filebeat*
Expand Down Expand Up @@ -2037,7 +2038,7 @@ https://github.com/elastic/beats/compare/v5.0.0-alpha3...v5.0.0-alpha4[View comm
*Affecting all Beats*
- The topology_expire option of the Elasticserach output was removed. {pull}1907[1907]
- The topology_expire option of the Elasticsearch output was removed. {pull}1907[1907]
*Filebeat*
Expand Down Expand Up @@ -2534,7 +2535,7 @@ https://github.com/elastic/beats/compare/v1.0.1...v1.1.0[View commits]
- Add multiline support for combining multiple related lines into one event. {issue}461[461]
- Add `exclude_lines` and `include_lines` options for regexp based line filtering. {pull}430[430]
- Add `exclude_files` configuration option. {pull}563[563]
- Add experimental option to enable filebeat publisher pipeline to operate asynchonrously {pull}782[782]
- Add experimental option to enable filebeat publisher pipeline to operate asynchronously {pull}782[782]
*Winlogbeat*
Expand Down Expand Up @@ -2575,7 +2576,7 @@ https://github.com/elastic/beats/compare/1.0.0-rc2...1.0.0[Check 1.0.0 diff]
*Affecting all Beats*
- Fix random panic on shutdown by calling shutdown handler only once. elastic/filebeat#204
- Fix credentials are not send when pinging an elasticsearch host. elastic/fileabeat#287
- Fix credentials are not send when pinging an elasticsearch host. elastic/filebeat#287
*Filebeat*
Expand Down
8 changes: 4 additions & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Usage and Features:
# - Two users exist: Administrator and Vagrant. Both have the password: vagrant
# - Use 'vagrant ssh' to open a Windows command prompt.
# - Use 'vagrant rdp' to open a Windows Remote Deskop session. Mac users must
# - Use 'vagrant rdp' to open a Windows Remote Desktop session. Mac users must
# install the Microsoft Remote Desktop Client from the App Store.
# - There is a desktop shortcut labeled "Beats Shell" that opens a command prompt
# to C:\Gopath\src\github.com\elastic\beats where the code is mounted.
Expand Down Expand Up @@ -54,9 +54,9 @@ $Shortcut.WorkingDirectory = "C:\\Gopath\\src\\github.com\\elastic\\beats"
$Shortcut.Save()
echo "Disable automatic updates"
$AUSettigns = (New-Object -com "Microsoft.Update.AutoUpdate").Settings
$AUSettigns.NotificationLevel = 1
$AUSettigns.Save()
$AUSettings = (New-Object -com "Microsoft.Update.AutoUpdate").Settings
$AUSettings.NotificationLevel = 1
$AUSettings.Save()
SCRIPT

# Provisioning for Unix/Linux
Expand Down
2 changes: 1 addition & 1 deletion auditbeat/docs/setting-up-running.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// that is unique to each beat.
/////

[[seting-up-and-running]]
[[setting-up-and-running]]
== Setting up and running {beatname_uc}

Before reading this section, see the
Expand Down
2 changes: 1 addition & 1 deletion auditbeat/module/file_integrity/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (s Source) String() string {
func (s Source) MarshalText() ([]byte, error) { return []byte(s.String()), nil }

const (
// SourceScan identifies events triggerd by a file system scan.
// SourceScan identifies events triggered by a file system scan.
SourceScan Source = iota
// SourceFSNotify identifies events triggered by a notification from the
// file system.
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/mage/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func findElasticBeatsDir() (string, error) {
return "", errors.Errorf("failed to find %v in the project's vendor", devToolsImportPath)
}

// SetElasticBeatsDir explicilty sets the location of the Elastic Beats
// SetElasticBeatsDir explicitly sets the location of the Elastic Beats
// directory. If not set then it will attempt to locate it.
func SetElasticBeatsDir(dir string) {
elasticBeatsDirLock.Lock()
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/open_pr
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def main():
if args.labels:
labels.extend(args.labels.split(","))
if args.wip:
lables += "in progress"
labels += "in progress"

# get version and set a version label on the original PR
version = get_version(os.getcwd())
Expand Down
4 changes: 2 additions & 2 deletions dev-tools/packaging/preference-pane/helper/setboot.m
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ BOOL setRunAtBoot(NSString* plistPath, BOOL runAtBoot) {
err = [output streamError];
}
if (err != nil) {
fail([NSString stringWithFormat:@"Error writting property-list. Code=%u `%@`", (unsigned int)[err code], [err localizedDescription]]);
fail([NSString stringWithFormat:@"Error writing property-list. Code=%u `%@`", (unsigned int)[err code], [err localizedDescription]]);
return NO;
}
[output close];

NSData *data = [output propertyForKey:NSStreamDataWrittenToMemoryStreamKey];
BOOL success = [data writeToFile:plistPath atomically:YES];
if (!success) {
fail(@"Error overwritting plist file");
fail(@"Error overwriting plist file");
return NO;
}
return YES;
Expand Down
2 changes: 1 addition & 1 deletion docs/devguide/create-module.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ To see an example of the `testing.go` file, look at the https://github.com/elast

All the environments are setup with docker. `make integration-tests-environment` and `make system-tests-environment` can be used to run tests for all modules. In case you are developing a module it is convenient to run the tests only for one module and directly run it on your machine.

First you need to start the environment for your module to test and expose the port to your local machien. For this you can run the following command inside the metricbeat directory:
First you need to start the environment for your module to test and expose the port to your local machine. For this you can run the following command inside the metricbeat directory:

[source,bash]
----
Expand Down
2 changes: 1 addition & 1 deletion docs/devguide/creating-beat-from-metricbeat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ This will run the beat with debug output enabled to the console to directly see
[float]
==== Step 5 - Package

To create packages and binaries for different plaforms, https://www.docker.com/[docker] is required.
To create packages and binaries for different platforms, https://www.docker.com/[docker] is required.
The first step is to get the most recent packaging tools into your beat:

[source,bash]
Expand Down
2 changes: 1 addition & 1 deletion docs/devguide/testing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The golang tests can be executed in each Golang package by running `go test .`.

To run all non integration tests for a beat run `make unit`. This will execute all the tests which are not inside a `vendor` directory. If you want to have a coverage report for the tests which were run use `make unit-tests`. A coverage report will be generated under `build/coverage` directory.

All Golang tests are in the same package as the tested code itself and have the postfix `_test` in the file name. Most of the tests are in the same package as the rest of the code. Some of the tests which should be sepearate from the rest of the code or should not use private variables go under `{packagename}_test`.
All Golang tests are in the same package as the tested code itself and have the postfix `_test` in the file name. Most of the tests are in the same package as the rest of the code. Some of the tests which should be separate from the rest of the code or should not use private variables go under `{packagename}_test`.


==== Running Python Tests
Expand Down
2 changes: 1 addition & 1 deletion filebeat/_meta/common.p2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ filebeat.inputs:

### Multiline options

# Mutiline can be used for log messages spanning multiple lines. This is common
# Multiline can be used for log messages spanning multiple lines. This is common
# for Java Stack Traces or C-Line Continuation

# The regexp Pattern that has to be matched. The example pattern matches all lines starting with [
Expand Down
4 changes: 2 additions & 2 deletions filebeat/_meta/common.reference.p2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ filebeat.inputs:

### Multiline options

# Mutiline can be used for log messages spanning multiple lines. This is common
# Multiline can be used for log messages spanning multiple lines. This is common
# for Java Stack Traces or C-Line Continuation

# The regexp Pattern that has to be matched. The example pattern matches all lines starting with [
Expand Down Expand Up @@ -141,7 +141,7 @@ filebeat.inputs:
# overwrites the pipeline option from the Elasticsearch output.
#pipeline:

# If symlinks is enabled, symlinks are opened and harvested. The harvester is openening the
# If symlinks is enabled, symlinks are opened and harvested. The harvester is opening the
# original for harvesting but will report the symlink name as source.
#symlinks: false

Expand Down
2 changes: 1 addition & 1 deletion filebeat/autodiscover/autodiscover.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (m *AutodiscoverAdapter) CreateConfig(e bus.Event) ([]*common.Config, error

// CheckConfig tests given config to check if it will work or not, returns errors in case it won't work
func (m *AutodiscoverAdapter) CheckConfig(c *common.Config) error {
// TODO implment config check for all modules
// TODO implement config check for all modules
return nil
}

Expand Down
2 changes: 1 addition & 1 deletion filebeat/autodiscover/builder/hints/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func (l *logHints) getFilesets(hints common.MapStr, module string) map[string]*f
}
}

// No fileseat defined, return defaults for the module, all streams to all filesets
// No fileset defined, return defaults for the module, all streams to all filesets
if !configured {
for _, conf := range filesets {
conf.Enabled = true
Expand Down
2 changes: 1 addition & 1 deletion filebeat/channel/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type clientEventer struct {
}

// inputOutletConfig defines common input settings
// for the publisher pipline.
// for the publisher pipeline.
type inputOutletConfig struct {
// event processing
common.EventMetadata `config:",inline"` // Fields and tags to add to events.
Expand Down
2 changes: 1 addition & 1 deletion filebeat/channel/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (o *subOutlet) OnEvent(d *util.Data) bool {
// update state on 'true' response).
// The state update will appear after the current event in the publisher pipeline.
// That is, by returning true here, the final state update will
// be presented to the reigstrar, after the last event being processed.
// be presented to the registrar, after the last event being processed.
// Once all messages are in the publisher pipeline, in correct order,
// it depends on registrar/publisher pipeline if state is finally updated
// in the registrar.
Expand Down
2 changes: 1 addition & 1 deletion filebeat/docs/autodiscover-hints.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ annotations:
co.elastic.logs/multiline.pattern: '^\['
co.elastic.logs/multiline.negate: true
co.elastic.logs/multiline.match: after
co.elastic.logs.sidecar/exlude_lines: '^DBG'
co.elastic.logs.sidecar/exclude_lines: '^DBG'
-------------------------------------------------------------------------------------


Expand Down
2 changes: 1 addition & 1 deletion filebeat/docs/multiline.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ the pattern.
+
NOTE: The `after` setting is equivalent to `previous` in https://www.elastic.co/guide/en/logstash/current/plugins-codecs-multiline.html[Logstash], and `before` is equivalent to `next`.

*`multiline.flush_pattern`*:: Specifies a regular expression, in which the current multiline will be flushed from memory, ending the multline-message.
*`multiline.flush_pattern`*:: Specifies a regular expression, in which the current multiline will be flushed from memory, ending the multiline-message.

*`multiline.max_lines`*:: The maximum number of lines that can be combined into one event. If
the multiline message contains more than `max_lines`, any additional
Expand Down
4 changes: 2 additions & 2 deletions filebeat/docs/setting-up-running.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// that is unique to each beat.
/////

[[seting-up-and-running]]
[[setting-up-and-running]]
== Setting up and running {beatname_uc}

Before reading this section, see the
Expand All @@ -23,7 +23,7 @@ This section includes additional information on how to set up and run
* <<running-on-kubernetes>>


//MAINTAINERS: If you add a new file to this section, make sure you update the bulletedl ist ^^ too.
//MAINTAINERS: If you add a new file to this section, make sure you update the bulleted list ^^ too.

include::../../libbeat/docs/shared-directory-layout.asciidoc[]

Expand Down
Loading

0 comments on commit f634386

Please sign in to comment.