Skip to content

Commit

Permalink
{,x-pack}/packetbeat: fix documentation for flows period (#35009)
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 authored and chrisberkhout committed Jun 1, 2023
1 parent 8fd3d45 commit 99928a3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ automatic splitting at root level, if root level element is an array. {pull}3415

*Packetbeat*


- 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 @@ -71,7 +71,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 @@ -52,7 +52,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 @@ -69,7 +69,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 @@ -50,7 +50,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 @@ -24,7 +24,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 @@ -69,7 +69,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 @@ -50,7 +50,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 99928a3

Please sign in to comment.