Skip to content

Commit

Permalink
{,x-pack}/packetbeat: fix documentation for flows period (#35009) (#3…
Browse files Browse the repository at this point in the history
…5086)

(cherry picked from commit d043a69)

Co-authored-by: Dan Kortschak <90160302+efd6@users.noreply.github.com>
  • Loading branch information
mergify[bot] and efd6 committed Apr 14, 2023
1 parent 109f79a commit fe0da65
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
*Packetbeat*

- Handle truncated DNS records more gracefully. {issue}21495[21495] {pull}28297[28297]
- Fix documentation for `flows.period` related to flow reporting. {pull}35009[35009]

*Winlogbeat*

Expand Down
2 changes: 1 addition & 1 deletion packetbeat/_meta/config/beat.reference.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ packetbeat.flows:
# timed out.
timeout: 30s

# Configure reporting period. If set to -1, only killed flows will be reported
# Configure reporting period. If set to -1s, only killed flows will be reported
period: 10s

# Set to true to publish fields with null values in events.
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/_meta/config/beat.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packetbeat.flows:
# timed out.
timeout: 30s

# Configure reporting period. If set to -1, only killed flows will be reported
# Configure reporting period. If set to -1s, only killed flows will be reported
period: 10s

{{header "Transaction protocols"}}
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/packetbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ packetbeat.flows:
# timed out.
timeout: 30s

# Configure reporting period. If set to -1, only killed flows will be reported
# Configure reporting period. If set to -1s, only killed flows will be reported
period: 10s

# Set to true to publish fields with null values in events.
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packetbeat.flows:
# timed out.
timeout: 30s

# Configure reporting period. If set to -1, only killed flows will be reported
# Configure reporting period. If set to -1s, only killed flows will be reported
period: 10s

# =========================== Transaction protocols ============================
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/tests/system/config/packetbeat.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packetbeat.interfaces.bpf_filter: {{ bpf_filter }}
# timed out.
packetbeat.flows.timeout: 2s

# Configure reporting period. If set to -1, only killed flows will be reported
# Configure reporting period. If set to -1s, only killed flows will be reported
packetbeat.flows.period: -1s
{% endif %}

Expand Down
2 changes: 1 addition & 1 deletion x-pack/packetbeat/packetbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ packetbeat.flows:
# timed out.
timeout: 30s

# Configure reporting period. If set to -1, only killed flows will be reported
# Configure reporting period. If set to -1s, only killed flows will be reported
period: 10s

# Set to true to publish fields with null values in events.
Expand Down
2 changes: 1 addition & 1 deletion x-pack/packetbeat/packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packetbeat.flows:
# timed out.
timeout: 30s

# Configure reporting period. If set to -1, only killed flows will be reported
# Configure reporting period. If set to -1s, only killed flows will be reported
period: 10s

# =========================== Transaction protocols ============================
Expand Down

0 comments on commit fe0da65

Please sign in to comment.