Skip to content

Commit

Permalink
Remove backoff options
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton committed Nov 8, 2018
1 parent fb2877b commit d57e4b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
9 changes: 0 additions & 9 deletions journalbeat/docs/config-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ only the last log message is sent on restart.
* `cursor`: On first read, starts reading at the beginning of the file. After a
reload or restart, continues reading at the last known position.

When specified under `paths`, the `seek` setting applies to all journals under
the configured paths. When specified directly under the +{beatname_lc}+
namespace, the setting applies to all journals read by {beatname_uc}.

If you have old log files and want to skip lines, start {beatname_uc} with
`seek: tail` specified. Then stop {beatname_uc}, set `seek: cursor`, and restart
{beatname_uc}.
Expand All @@ -143,11 +139,6 @@ To reference fields, use one of the following:
does not translate all fields from the journal. For custom fields, use the name
specified in the systemd journal.

When specified under `paths`, the `include_matches` filter is applied to all
journals under the configured paths. When specified directly under the
+{beatname_lc}+ namespace, the setting applies to all journals read by
{beatname_uc}.

[float]
[[translated-fields]]
=== Translated field names
Expand Down
14 changes: 0 additions & 14 deletions journalbeat/docs/general-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,5 @@ data path. See the <<directory-layout>> section for details. The default is `${p
{beatname_lc}.registry_file: registry
----

[float]
==== `seek`

This option is valid as a global setting under the +{beatname_lc}+ namespace
or under `paths`. For a description of this option, see
<<{beatname_lc}-seek,`seek`>>.

[float]
==== `include_matches`

This option is valid as a global setting under the +{beatname_lc}+ namespace
or under `paths`. For a description of this option, see
<<{beatname_lc}-include-matches,`include_matches`>>.

include::../../libbeat/docs/generalconfig.asciidoc[]

0 comments on commit d57e4b3

Please sign in to comment.