Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 3f3cdf4

Browse files
authored
Update beats-general-config.yml
Comment out the `output.elasticsearch.pipeline: geoip-info` setting until `elastic/elasticsearch#46193` is resolved.
1 parent 4c8c162 commit 3f3cdf4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Security Analytics/SIEM-at-Home/beats-configs/beats-general-config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ cloud.auth: "data_shipper:0987654321abcDEF"
5858

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

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

0 commit comments

Comments
 (0)