mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Enable Filebeat Stats
This commit is contained in:
@@ -493,12 +493,13 @@ setup.template.enabled: false
|
|||||||
# append ?pretty to the URL.
|
# append ?pretty to the URL.
|
||||||
|
|
||||||
# Defines if the HTTP endpoint is enabled.
|
# Defines if the HTTP endpoint is enabled.
|
||||||
#http.enabled: false
|
http.enabled: true
|
||||||
|
|
||||||
# The HTTP endpoint will bind to this hostname or IP address. It is recommended to use only localhost.
|
# The HTTP endpoint will bind to this hostname or IP address. It is recommended to use only localhost.
|
||||||
#http.host: localhost
|
http.host: localhost
|
||||||
|
|
||||||
# Port on which the HTTP endpoint will bind. Default is 5066.
|
# Port on which the HTTP endpoint will bind. Default is 5066.
|
||||||
|
http.port: 5066
|
||||||
|
|
||||||
queue.mem.events: {{ FBMEMEVENTS }}
|
queue.mem.events: {{ FBMEMEVENTS }}
|
||||||
queue.mem.flush.min_events: {{ FBMEMFLUSHMINEVENTS }}
|
queue.mem.flush.min_events: {{ FBMEMFLUSHMINEVENTS }}
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ so-filebeat:
|
|||||||
- port_bindings:
|
- port_bindings:
|
||||||
- 0.0.0.0:514:514/udp
|
- 0.0.0.0:514:514/udp
|
||||||
- 0.0.0.0:514:514/tcp
|
- 0.0.0.0:514:514/tcp
|
||||||
|
- 0.0.0.0:5066/tcp
|
||||||
- watch:
|
- watch:
|
||||||
- file: /opt/so/conf/filebeat/etc/filebeat.yml
|
- file: /opt/so/conf/filebeat/etc/filebeat.yml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user