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

Commit 4c8c162

Browse files
authored
Update beats-general-config.yml
Set `netinfo.enabled: false` until `elastic/elasticsearch#46193` is resolved. Update version.
1 parent 996c5df commit 4c8c162

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ name: myHostName
44
tags: ["myTag", "myHostName"]
55
fields:
66
env: myEnv
7-
version: 11-13-2019
7+
version: 11-26-2019
88

99
#========================== Top Level Processor ===============================
1010
processors:
1111
- add_host_metadata:
12-
# netinfo.enabled should be set to `false` in packetbeat until GitHub
13-
# issue https://github.com/elastic/elasticsearch/issues/46193 is closed
14-
netinfo.enabled: true
12+
# netinfo.enabled should be set to `false` until GitHub issue
13+
# https://github.com/elastic/elasticsearch/issues/46193 is resolved
14+
netinfo.enabled: false
1515
Geo: # These Geo configurations are optional
1616
location: 40.7128, -74.0060
1717
continent_name: North America

0 commit comments

Comments
 (0)