Skip to content

document Backoff_Base and Backoff_Cap #435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
bb7b592
GitBook: [master] 135 pages modified
edsiper Oct 9, 2020
563a004
GitBook: [master] no pages and one asset modified
edsiper Oct 9, 2020
386f919
installation: update upgrade notes
edsiper Oct 9, 2020
e3b67c5
input: tail: document new db.locking option
edsiper Oct 9, 2020
1a2dcc2
filter: lua: document 'time_as_table'
edsiper Oct 9, 2020
faef444
administration: update buffering and storage
edsiper Oct 12, 2020
a408aeb
output: kafka: document 'queue_full_retries' option
edsiper Oct 12, 2020
b4724df
output: slack: document slack connector
edsiper Oct 12, 2020
080a3be
output: document 'loki' plugin
edsiper Oct 15, 2020
4b3ad1e
pipeline: filters: rewrite-tag: clarify emitted records restart pipel…
briend Nov 6, 2020
daf2b0d
Doc for setting up http proxy via `HTTP_PROXY` (#414)
erain Nov 6, 2020
29125bd
out_s3: fix reliability section, add use_put_object (#412)
PettitWesley Nov 6, 2020
8d43b50
network: Add information about `net.keepalive_max_recycle` (#408)
worr Nov 6, 2020
36bf8d2
output: loki: document new options line_format, http_user, http_passw…
edsiper Nov 22, 2020
73f432f
Merge branch 'master' of github.com:fluent/fluent-bit-docs
edsiper Nov 22, 2020
e09a871
configuration: allowed log level is warn and not warning (#342)
LionelCons Nov 24, 2020
7bdc708
administration: monitoring: add note on Windows support (#405)
fujimotos Nov 27, 2020
3a18c5c
pipeline: output: forward: document compress option (#417)
jim-minter Nov 27, 2020
0187092
input: tail: clarify multiline parser requirement (#340)
DavidWittman Nov 27, 2020
e754358
output: es: improve wording (#332)
angristan Nov 27, 2020
58bda48
Fix broken links about outputs section (#299)
nokute78 Nov 27, 2020
bf3f7ed
installation: windows: Document how to compile from source code (#352)
fujimotos Nov 27, 2020
c5077df
core: logs by default seem to go to standard error (#312)
davide-bolcioni Nov 27, 2020
b5f7e02
toc: add docker input plugin docs (#317)
championshuttler Nov 27, 2020
6e8d8bd
Add note on CRI for kubernetes configmap (#318)
egernst Nov 27, 2020
55c9ab7
input: forward: fix the docs for forward input plugin (#344)
championshuttler Nov 27, 2020
d891b30
Fix the link to the stream processor image (#345)
championshuttler Nov 27, 2020
d56f016
input: tail: Added missing documentation for exit_on_eof option (#347)
sxd Nov 27, 2020
0425d1b
output: es: Add Trace_Error (#418)
DavidWittman Nov 27, 2020
e26c421
input: tail: fix default value of Buffer_Max_Size (#407)
l2dy Nov 27, 2020
2bfe91d
Typo/spelling fixes (#400)
thezackm Nov 27, 2020
83a48c3
build: document FLB_TLS as on by default. (#403)
jkschulz Nov 27, 2020
a3c6b7b
input: tail: document read_from_header
edsiper Dec 3, 2020
746c4a3
Merge branch 'master' of github.com:fluent/fluent-bit-docs
edsiper Dec 3, 2020
a448d85
document Backoff_Base and Backoff_Cap
abiliojr Dec 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
installation: update upgrade notes
Signed-off-by: Eduardo Silva <[email protected]>
edsiper committed Oct 9, 2020
commit 386f919a400a1af2c828303b7829b52f6d2aab55
18 changes: 18 additions & 0 deletions installation/upgrade-notes.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,24 @@ The following article cover the relevant notes for users upgrading from previous

For more details about changes on each release please refer to the [Official Release Notes](https://fluentbit.io/announcements/).



## Fluent Bit v1.6

If you are migrating from previous version of Fluent Bit please review the following important changes:

#### Tail Input Plugin

Now by default the plugin follows a file from the end once the service starts (old behavior was always read from the beginning). For every file found at start, its followed from it last position, for new files discovered at runtime or rotated, they are read from the beginning.

If you desire to keep the old behavior you can set the option ```read_from_head``` to true.

### Stackdriver Output Plugin

The project_id of [resource](https://cloud.google.com/logging/docs/reference/v2/rest/v2/MonitoredResource) in [LogEntry](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry) sent to Google Cloud Logging would be set to the project ID rather than the project number. To learn the difference between Project ID and project number, see [this](https://cloud.google.com/resource-manager/docs/creating-managing-projects#before_you_begin) for more details.

If you have any existing queries based on the resource's project_id, please update your query accordingly.

## Fluent Bit v1.5

The migration from v1.4 to v1.5 is pretty straightforward.