diff --git a/CHANGELOG.md b/CHANGELOG.md index ebec5b0..6329393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ +## 3.0.11 + - [DOC] Fixed formatting to improve readability [#84](https://github.com/logstash-plugins/logstash-filter-csv/pull/84) + ## 3.0.10 - - Fix asciidoc formatting for example [#73](https://github.com/logstash-plugins/logstash-filter-csv/pull/73) + - [DOC] Fix asciidoc formatting for example [#73](https://github.com/logstash-plugins/logstash-filter-csv/pull/73) ## 3.0.9 - - Document that the `autodetect_column_names` and `skip_header` options work only when the number of Logstash + - [DOC] Document that the `autodetect_column_names` and `skip_header` options work only when the number of Logstash pipeline workers is set to `1`. ## 3.0.8 diff --git a/VERSION b/VERSION index a909317..778bf95 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.10 +3.0.11 diff --git a/docs/index.asciidoc b/docs/index.asciidoc index d57cb04..5c37b97 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -153,10 +153,10 @@ This tag can referenced by users if they wish to cancel events using an 'if' con Define whether the header should be skipped. Defaults to false. If set to true, the header will be skipped. Assumes that header is not repeated within further rows as such rows will also be skipped. -If skip_header is set without autodetect_column_names being set then columns should be set which +If `skip_header` is set without `autodetect_column_names` being set then columns should be set which will result in the skipping of any row that exactly matches the specified column values. -If skip_header and autodetect_column_names are specified then columns should not be specified, in this case -autodetect_column_names will fill the columns setting in the background, from the first event seen, and any +If `skip_header` and `autodetect_column_names` are specified then columns should not be specified, in this case +`autodetect_column_names` will fill the columns setting in the background, from the first event seen, and any subsequent values that match what was autodetected will be skipped. Logstash pipeline workers must be set to `1` for this option to work. @@ -182,4 +182,4 @@ Defaults to writing to the root of the event. [id="plugins-{type}s-{plugin}-common-options"] -include::{include_path}/{type}.asciidoc[] \ No newline at end of file +include::{include_path}/{type}.asciidoc[]