Skip to content

Commit

Permalink
fix name example
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Oct 3, 2023
1 parent d70168c commit 7e0c25c
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions auditbeat/auditbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1347,8 +1347,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "auditbeat"
# The default data stream pattern is auditbeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "auditbeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2443,8 +2443,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "filebeat"
# The default data stream pattern is filebeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "filebeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions heartbeat/heartbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1439,8 +1439,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "heartbeat"
# The default data stream pattern is heartbeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "heartbeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions libbeat/_meta/config/setup.dsl.reference.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "{{.BeatName}}"
# The default data stream pattern is {{.BeatName}}-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "{{.BeatName}}-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2182,8 +2182,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "metricbeat"
# The default data stream pattern is metricbeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "metricbeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions packetbeat/packetbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1813,8 +1813,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "packetbeat"
# The default data stream pattern is packetbeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "packetbeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions winlogbeat/winlogbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1229,8 +1229,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "winlogbeat"
# The default data stream pattern is winlogbeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "winlogbeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions x-pack/auditbeat/auditbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1403,8 +1403,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "auditbeat"
# The default data stream pattern is auditbeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "auditbeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4813,8 +4813,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "filebeat"
# The default data stream pattern is filebeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "filebeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions x-pack/functionbeat/functionbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1067,8 +1067,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "functionbeat"
# The default data stream pattern is functionbeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "functionbeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions x-pack/heartbeat/heartbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1439,8 +1439,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "heartbeat"
# The default data stream pattern is heartbeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "heartbeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions x-pack/metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2743,8 +2743,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "metricbeat"
# The default data stream pattern is metricbeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "metricbeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions x-pack/osquerybeat/osquerybeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "osquerybeat"
# The default data stream pattern is osquerybeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "osquerybeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions x-pack/packetbeat/packetbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1813,8 +1813,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "packetbeat"
# The default data stream pattern is packetbeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "packetbeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down
4 changes: 2 additions & 2 deletions x-pack/winlogbeat/winlogbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1231,8 +1231,8 @@ setup.template.settings:
#setup.dsl.enabled: true

# Set the lifecycle policy name or pattern. For DSL, this name must match the data stream that the lifecycle is for.
# The default data stream pattern is %{[beat.name]}-%{[beat.version]}"
#setup.dsl.data_stream_pattern: "winlogbeat"
# The default data stream pattern is winlogbeat-%{[agent.version]}"
#setup.dsl.data_stream_pattern: "winlogbeat-%{[agent.version]}"

# The path to a JSON file that contains a lifecycle policy configuration. Used
# to load your own lifecycle policy.
Expand Down

0 comments on commit 7e0c25c

Please sign in to comment.