Skip to content

Commit

Permalink
Update beats-general-config.yml
Browse files Browse the repository at this point in the history
Comment out the `output.elasticsearch.pipeline: geoip-info` setting until `elastic/elasticsearch#46193` is resolved.
  • Loading branch information
rwaight authored Nov 26, 2019
1 parent 4c8c162 commit 3f3cdf4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ cloud.auth: "data_shipper:0987654321abcDEF"

# The geoip-info pipeline is used to enrich GeoIP information in Elasticsearch
# You must configure the pipeline in Elasticsearch before enabling the pipeline in Beats.
output.elasticsearch.pipeline: geoip-info
# The `output.elasticsearch.pipeline: geoip-info` setting should be commented out until
# until GitHub issue https://github.com/elastic/elasticsearch/issues/46193 is resolved
#output.elasticsearch.pipeline: geoip-info

# The `max_retries` setting is the number of times to retry publishing an event after
# a publishing failure. After the specified number of retries, the events are typically dropped.
Expand Down

0 comments on commit 3f3cdf4

Please sign in to comment.