💻 Tech
In Logstash, if you’re just testing locally, for example printing logs to stdout, you may want to disable monitoring as well. Monitoring sends metrics to elastic server related to the logstash.
logstash.yaml
can be an actual file or file mounted from a config. Below are snippet from a config:
logstash.yml: |
xpack.monitoring.enabled: false