Skip to content

Commit

Permalink
Update reference.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Oct 5, 2021
1 parent 03ff91f commit 0294b59
Show file tree
Hide file tree
Showing 19 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion auditbeat/auditbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "auditbeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
4 changes: 2 additions & 2 deletions filebeat/_meta/config/filebeat.inputs.reference.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ filebeat.inputs:
# this can mean that the first entries of a new file are skipped.
#tail_files: false

# The Ingest Node pipeline ID associated with this input. If this is set, it
# The ingest pipeline ID associated with this input. If this is set, it
# overwrites the pipeline option from the Elasticsearch output.
#pipeline:

Expand Down Expand Up @@ -351,7 +351,7 @@ filebeat.inputs:
# carriage_return, carriage_return_line_feed, next_line, line_separator, paragraph_separator.
#line_terminator: auto

# The Ingest Node pipeline ID associated with this input. If this is set, it
# The ingest pipeline ID associated with this input. If this is set, it
# overwrites the pipeline option from the Elasticsearch output.
#pipeline:

Expand Down
4 changes: 2 additions & 2 deletions filebeat/beater/filebeat.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ import (
_ "github.com/elastic/beats/v7/filebeat/autodiscover"
)

const pipelinesWarning = "Filebeat is unable to load the Ingest Node pipelines for the configured" +
const pipelinesWarning = "Filebeat is unable to load the ingest pipelines for the configured" +
" modules because the Elasticsearch output is not configured/enabled. If you have" +
" already loaded the Ingest Node pipelines or are using Logstash pipelines, you" +
" already loaded the ingest pipelines or are using Logstash pipelines, you" +
" can ignore this warning."

var (
Expand Down
6 changes: 3 additions & 3 deletions filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ filebeat.inputs:
# this can mean that the first entries of a new file are skipped.
#tail_files: false

# The Ingest Node pipeline ID associated with this input. If this is set, it
# The ingest pipeline ID associated with this input. If this is set, it
# overwrites the pipeline option from the Elasticsearch output.
#pipeline:

Expand Down Expand Up @@ -758,7 +758,7 @@ filebeat.inputs:
# carriage_return, carriage_return_line_feed, next_line, line_separator, paragraph_separator.
#line_terminator: auto

# The Ingest Node pipeline ID associated with this input. If this is set, it
# The ingest pipeline ID associated with this input. If this is set, it
# overwrites the pipeline option from the Elasticsearch output.
#pipeline:

Expand Down Expand Up @@ -1391,7 +1391,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "filebeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
4 changes: 2 additions & 2 deletions heartbeat/_meta/config/beat.reference.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ heartbeat.monitors:
# Required TLS protocols
#supported_protocols: ["TLSv1.0", "TLSv1.1", "TLSv1.2"]

# The Ingest Node pipeline ID associated with this input. If this is set, it
# The ingest pipeline ID associated with this input. If this is set, it
# overwrites the pipeline option from the Elasticsearch output.
#pipeline:

Expand Down Expand Up @@ -235,7 +235,7 @@ heartbeat.monitors:
# equals:
# myField: expectedValue

# The Ingest Node pipeline ID associated with this input. If this is set, it
# The ingest pipeline ID associated with this input. If this is set, it
# overwrites the pipeline option from the Elasticsearch output.
#pipeline:

Expand Down
6 changes: 3 additions & 3 deletions heartbeat/heartbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ heartbeat.monitors:
# Required TLS protocols
#supported_protocols: ["TLSv1.0", "TLSv1.1", "TLSv1.2"]

# The Ingest Node pipeline ID associated with this input. If this is set, it
# The ingest pipeline ID associated with this input. If this is set, it
# overwrites the pipeline option from the Elasticsearch output.
#pipeline:

Expand Down Expand Up @@ -235,7 +235,7 @@ heartbeat.monitors:
# equals:
# myField: expectedValue

# The Ingest Node pipeline ID associated with this input. If this is set, it
# The ingest pipeline ID associated with this input. If this is set, it
# overwrites the pipeline option from the Elasticsearch output.
#pipeline:

Expand Down Expand Up @@ -625,7 +625,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "heartbeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
2 changes: 1 addition & 1 deletion journalbeat/journalbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "journalbeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "{{.BeatIndexPrefix}}-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "metricbeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/packetbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "packetbeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/winlogbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "winlogbeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
2 changes: 1 addition & 1 deletion x-pack/auditbeat/auditbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "auditbeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
6 changes: 3 additions & 3 deletions x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2514,7 +2514,7 @@ filebeat.inputs:
# this can mean that the first entries of a new file are skipped.
#tail_files: false

# The Ingest Node pipeline ID associated with this input. If this is set, it
# The ingest pipeline ID associated with this input. If this is set, it
# overwrites the pipeline option from the Elasticsearch output.
#pipeline:

Expand Down Expand Up @@ -2697,7 +2697,7 @@ filebeat.inputs:
# carriage_return, carriage_return_line_feed, next_line, line_separator, paragraph_separator.
#line_terminator: auto

# The Ingest Node pipeline ID associated with this input. If this is set, it
# The ingest pipeline ID associated with this input. If this is set, it
# overwrites the pipeline option from the Elasticsearch output.
#pipeline:

Expand Down Expand Up @@ -3479,7 +3479,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "filebeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
2 changes: 1 addition & 1 deletion x-pack/functionbeat/functionbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "functionbeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
6 changes: 3 additions & 3 deletions x-pack/heartbeat/heartbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ heartbeat.monitors:
# Required TLS protocols
#supported_protocols: ["TLSv1.0", "TLSv1.1", "TLSv1.2"]

# The Ingest Node pipeline ID associated with this input. If this is set, it
# The ingest pipeline ID associated with this input. If this is set, it
# overwrites the pipeline option from the Elasticsearch output.
#pipeline:

Expand Down Expand Up @@ -235,7 +235,7 @@ heartbeat.monitors:
# equals:
# myField: expectedValue

# The Ingest Node pipeline ID associated with this input. If this is set, it
# The ingest pipeline ID associated with this input. If this is set, it
# overwrites the pipeline option from the Elasticsearch output.
#pipeline:

Expand Down Expand Up @@ -625,7 +625,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "heartbeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "metricbeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
2 changes: 1 addition & 1 deletion x-pack/osquerybeat/osquerybeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "osquerybeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
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 @@ -974,7 +974,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "packetbeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down
2 changes: 1 addition & 1 deletion x-pack/winlogbeat/winlogbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ output.elasticsearch:
# In case you modify this pattern you must update setup.template.name and setup.template.pattern accordingly.
#index: "winlogbeat-%{[agent.version]}-%{+yyyy.MM.dd}"

# Optional ingest node pipeline. By default no pipeline will be used.
# Optional ingest pipeline. By default no pipeline will be used.
#pipeline: ""

# Optional HTTP path
Expand Down

0 comments on commit 0294b59

Please sign in to comment.