You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If you use the Elasticsearch output plugin, note the default value of `type`
56
+
- If you use the Elasticsearch output plugin, the default value of `type`
58
57
[changed from `flb_type` to `_doc`](https://github.com/fluent/fluent-bit/commit/04ed3d8104ca8a2f491453777ae6e38e5377817e#diff-c9ae115d3acaceac5efb949edbb21196).
59
-
Many versions of Elasticsearch tolerate this, but ES v5.6 through v6.1 require
60
-
a `type` without a leading underscore. See the
58
+
Many versions of Elasticsearch tolerate this, but Elasticsearch v5.6 through v6.1
59
+
require a `type` without a leading underscore. See the
61
60
[Elasticsearch output plugin documentation FAQ entry](https://docs.fluentbit.io/manual/pipeline/outputs/elasticsearch#faq-underscore) for more.
62
61
63
62
## Fluent Bit v1.4
64
63
65
-
If you are migrating from Fluent Bit v1.3, there are no breaking changes, only new exciting features to enjoy :\)
64
+
If you are migrating from Fluent Bit v1.3, there are no breaking changes.
66
65
67
66
## Fluent Bit v1.3
68
67
@@ -75,7 +74,7 @@ If you are upgrading from an older version, review the following incremental cha
75
74
76
75
Fluent Bit v1.2 fixed many issues associated with JSON encoding and decoding.
77
76
78
-
For example, when parsing Docker logs it's no longer necessary** to use decoders. The
77
+
For example, when parsing Docker logs, it's no longer necessary to use decoders. The
79
78
new Docker parser looks like this:
80
79
81
80
```python
@@ -93,7 +92,7 @@ Fluent Bit made improvements to Kubernetes Filter handling of stringified `log`
93
92
messages. If the `Merge_Log` option is enabled, it will try to handle the log content
94
93
as a JSON map, if so, it will add the keys to the root map.
95
94
96
-
In addition, fixes and improvements where made to the `Merge_Log_Key` option. If a
95
+
In addition, fixes and improvements were made to the `Merge_Log_Key` option. If a
97
96
merge log succeed, all new keys will be packaged under the key specified by this
98
97
option. A suggested configuration is as follows:
99
98
@@ -152,7 +151,8 @@ The expected behavior is that Tag will be expanded to:
152
151
kube.var.log.containers.apache.log
153
152
```
154
153
155
-
but the change introduced in 1.0 series switched from absolute path to the base filename only:
154
+
The change introduced in the 1.0 series switched from absolute path to the base
155
+
filename only:
156
156
157
157
```text
158
158
kube.apache.log
@@ -167,7 +167,7 @@ where it also helps to keep compatibility with Fluentd behavior.
167
167
This behavior switch in Tail input plugin affects how Filter Kubernetes operates.
168
168
When the filter is used it needs to perform local metadata lookup that comes from the
169
169
file names when using Tail as a source. With the new `Kube_Tag_Prefix` option
170
-
you can specify what's the prefix used in Tail input plugin, for the previous configuration
170
+
you can specify the prefix used in the Tail input plugin. For the previous configuration
0 commit comments