From 5a808459362d98fa63796e847f35d274a0cef3f7 Mon Sep 17 00:00:00 2001 From: pierwill Date: Wed, 16 Sep 2020 15:43:43 -0700 Subject: [PATCH] fix: s/compatability/compatibility --- content/influxdb/v1.5/supported_protocols/collectd.md | 2 +- content/influxdb/v2.0/reference/api/influxdb-1x/_index.md | 2 +- content/telegraf/v1.10/data_formats/input/collectd.md | 2 +- content/telegraf/v1.11/data_formats/input/collectd.md | 2 +- content/telegraf/v1.12/data_formats/input/collectd.md | 2 +- content/telegraf/v1.13/data_formats/input/collectd.md | 2 +- content/telegraf/v1.14/data_formats/input/collectd.md | 2 +- content/telegraf/v1.15/data_formats/input/collectd.md | 2 +- content/telegraf/v1.9/data_formats/input/collectd.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/influxdb/v1.5/supported_protocols/collectd.md b/content/influxdb/v1.5/supported_protocols/collectd.md index 40b786ea8..4da92f32c 100644 --- a/content/influxdb/v1.5/supported_protocols/collectd.md +++ b/content/influxdb/v1.5/supported_protocols/collectd.md @@ -23,7 +23,7 @@ Each collectd input allows the binding address, target database, and target rete Each collectd input also performs internal batching of the points it receives, as batched writes to the database are more efficient. The default batch size is 1000, pending batch factor is 5, with a batch timeout of 1 second. This means the input will write batches of maximum size 1000, but if a batch has not reached 1000 points within 1 second of the first point being added to a batch, it will emit that batch regardless of size. The pending batch factor controls how many batches can be in memory at once, allowing the input to transmit a batch, while still building other batches. -Multi-value plugins can be handled two ways. Setting parse-multivalue-plugin to "split" will parse and store the multi-value plugin data (e.g., df free:5000,used:1000) into separate measurements (e.g., (df_free, value=5000) (df_used, value=1000)), while "join" will parse and store the multi-value plugin as a single multi-value measurement (e.g., (df, free=5000,used=1000)). "split" is the default behavior for backward compatability with previous versions of influxdb. +Multi-value plugins can be handled two ways. Setting parse-multivalue-plugin to "split" will parse and store the multi-value plugin data (e.g., df free:5000,used:1000) into separate measurements (e.g., (df_free, value=5000) (df_used, value=1000)), while "join" will parse and store the multi-value plugin as a single multi-value measurement (e.g., (df, free=5000,used=1000)). "split" is the default behavior for backward compatibility with previous versions of influxdb. The path to the collectd types database file may also be set. diff --git a/content/influxdb/v2.0/reference/api/influxdb-1x/_index.md b/content/influxdb/v2.0/reference/api/influxdb-1x/_index.md index b2e838e01..a8f594ca7 100644 --- a/content/influxdb/v2.0/reference/api/influxdb-1x/_index.md +++ b/content/influxdb/v2.0/reference/api/influxdb-1x/_index.md @@ -59,7 +59,7 @@ Authorization: Token mYSuP3rs3cREtT0k3N ##### InfluxQL support -The compatability API supports InfluxQL, with the following caveats: +The compatibility API supports InfluxQL, with the following caveats: - The `INTO` clause (e.g. `SELECT ... INTO ...`) is not supported. - With the exception of [`DELETE`](/influxdb/v1.8/query_language/manage-database/#delete-series-with-delete) and diff --git a/content/telegraf/v1.10/data_formats/input/collectd.md b/content/telegraf/v1.10/data_formats/input/collectd.md index d16a4d3d8..03d197d25 100644 --- a/content/telegraf/v1.10/data_formats/input/collectd.md +++ b/content/telegraf/v1.10/data_formats/input/collectd.md @@ -43,6 +43,6 @@ You can also change the path to the typesdb or add additional typesdb using ## Multi-value plugins can be handled two ways. ## "split" will parse and store the multi-value plugin data into separate measurements ## "join" will parse and store the multi-value plugin as a single multi-value measurement. - ## "split" is the default behavior for backward compatability with previous versions of influxdb. + ## "split" is the default behavior for backward compatibility with previous versions of influxdb. collectd_parse_multivalue = "split" ``` diff --git a/content/telegraf/v1.11/data_formats/input/collectd.md b/content/telegraf/v1.11/data_formats/input/collectd.md index 37e01f8ec..fb56f0019 100644 --- a/content/telegraf/v1.11/data_formats/input/collectd.md +++ b/content/telegraf/v1.11/data_formats/input/collectd.md @@ -43,6 +43,6 @@ You can also change the path to the typesdb or add additional typesdb using ## Multi-value plugins can be handled two ways. ## "split" will parse and store the multi-value plugin data into separate measurements ## "join" will parse and store the multi-value plugin as a single multi-value measurement. - ## "split" is the default behavior for backward compatability with previous versions of influxdb. + ## "split" is the default behavior for backward compatibility with previous versions of influxdb. collectd_parse_multivalue = "split" ``` diff --git a/content/telegraf/v1.12/data_formats/input/collectd.md b/content/telegraf/v1.12/data_formats/input/collectd.md index 1476a0499..ccbd36acb 100644 --- a/content/telegraf/v1.12/data_formats/input/collectd.md +++ b/content/telegraf/v1.12/data_formats/input/collectd.md @@ -43,6 +43,6 @@ You can also change the path to the typesdb or add additional typesdb using ## Multi-value plugins can be handled two ways. ## "split" will parse and store the multi-value plugin data into separate measurements ## "join" will parse and store the multi-value plugin as a single multi-value measurement. - ## "split" is the default behavior for backward compatability with previous versions of influxdb. + ## "split" is the default behavior for backward compatibility with previous versions of influxdb. collectd_parse_multivalue = "split" ``` diff --git a/content/telegraf/v1.13/data_formats/input/collectd.md b/content/telegraf/v1.13/data_formats/input/collectd.md index 8ba56edd5..a6d227f92 100644 --- a/content/telegraf/v1.13/data_formats/input/collectd.md +++ b/content/telegraf/v1.13/data_formats/input/collectd.md @@ -43,6 +43,6 @@ You can also change the path to the typesdb or add additional typesdb using ## Multi-value plugins can be handled two ways. ## "split" will parse and store the multi-value plugin data into separate measurements ## "join" will parse and store the multi-value plugin as a single multi-value measurement. - ## "split" is the default behavior for backward compatability with previous versions of influxdb. + ## "split" is the default behavior for backward compatibility with previous versions of influxdb. collectd_parse_multivalue = "split" ``` diff --git a/content/telegraf/v1.14/data_formats/input/collectd.md b/content/telegraf/v1.14/data_formats/input/collectd.md index 9c413e666..409bc56ca 100644 --- a/content/telegraf/v1.14/data_formats/input/collectd.md +++ b/content/telegraf/v1.14/data_formats/input/collectd.md @@ -43,6 +43,6 @@ You can also change the path to the typesdb or add additional typesdb using ## Multi-value plugins can be handled two ways. ## "split" will parse and store the multi-value plugin data into separate measurements ## "join" will parse and store the multi-value plugin as a single multi-value measurement. - ## "split" is the default behavior for backward compatability with previous versions of influxdb. + ## "split" is the default behavior for backward compatibility with previous versions of influxdb. collectd_parse_multivalue = "split" ``` diff --git a/content/telegraf/v1.15/data_formats/input/collectd.md b/content/telegraf/v1.15/data_formats/input/collectd.md index 5fc66ffcd..68c4d0726 100644 --- a/content/telegraf/v1.15/data_formats/input/collectd.md +++ b/content/telegraf/v1.15/data_formats/input/collectd.md @@ -43,6 +43,6 @@ You can also change the path to the typesdb or add additional typesdb using ## Multi-value plugins can be handled two ways. ## "split" will parse and store the multi-value plugin data into separate measurements ## "join" will parse and store the multi-value plugin as a single multi-value measurement. - ## "split" is the default behavior for backward compatability with previous versions of influxdb. + ## "split" is the default behavior for backward compatibility with previous versions of influxdb. collectd_parse_multivalue = "split" ``` diff --git a/content/telegraf/v1.9/data_formats/input/collectd.md b/content/telegraf/v1.9/data_formats/input/collectd.md index 38c1a4488..a805739b7 100644 --- a/content/telegraf/v1.9/data_formats/input/collectd.md +++ b/content/telegraf/v1.9/data_formats/input/collectd.md @@ -43,6 +43,6 @@ You can also change the path to the typesdb or add additional typesdb using ## Multi-value plugins can be handled two ways. ## "split" will parse and store the multi-value plugin data into separate measurements ## "join" will parse and store the multi-value plugin as a single multi-value measurement. - ## "split" is the default behavior for backward compatability with previous versions of influxdb. + ## "split" is the default behavior for backward compatibility with previous versions of influxdb. collectd_parse_multivalue = "split" ```